HomeSort by: relevance | last modified time | path
    Searched defs:cq_cons (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 2289 uint32_t cq_cons; member in struct:mcx_cq
4736 cq->cq_cons = 0;
4803 cq->cq_cons = 0;
7006 next = cq->cq_cons % (1 << MCX_LOG_CQ_SIZE);
7009 ((cq->cq_cons >> MCX_LOG_CQ_SIZE) & 1)) {
7025 val |= (cq->cq_cons & MCX_CQ_DOORBELL_ARM_CI_MASK);
7032 be32enc(&db->db_update_ci, cq->cq_cons & MCX_CQ_DOORBELL_ARM_CI_MASK);
7094 cq->cq_cons++;
8860 kstat_kv_u64(kvs++) = q->q_cq.cq_cons;
if_mcx.c 2289 uint32_t cq_cons; member in struct:mcx_cq
4736 cq->cq_cons = 0;
4803 cq->cq_cons = 0;
7006 next = cq->cq_cons % (1 << MCX_LOG_CQ_SIZE);
7009 ((cq->cq_cons >> MCX_LOG_CQ_SIZE) & 1)) {
7025 val |= (cq->cq_cons & MCX_CQ_DOORBELL_ARM_CI_MASK);
7032 be32enc(&db->db_update_ci, cq->cq_cons & MCX_CQ_DOORBELL_ARM_CI_MASK);
7094 cq->cq_cons++;
8860 kstat_kv_u64(kvs++) = q->q_cq.cq_cons;
if_mcx.c 2289 uint32_t cq_cons; member in struct:mcx_cq
4736 cq->cq_cons = 0;
4803 cq->cq_cons = 0;
7006 next = cq->cq_cons % (1 << MCX_LOG_CQ_SIZE);
7009 ((cq->cq_cons >> MCX_LOG_CQ_SIZE) & 1)) {
7025 val |= (cq->cq_cons & MCX_CQ_DOORBELL_ARM_CI_MASK);
7032 be32enc(&db->db_update_ci, cq->cq_cons & MCX_CQ_DOORBELL_ARM_CI_MASK);
7094 cq->cq_cons++;
8860 kstat_kv_u64(kvs++) = q->q_cq.cq_cons;

Completed in 82 milliseconds