Home
last modified time | relevance | path

Searched refs:cq_next (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlxge/
H A Dqls_isr.c242 i = ha->rx_ring[cq_idx].cq_next; in qls_cq_isr()
292 ha->rx_ring[cq_idx].cq_next = cq_comp_idx; in qls_cq_isr()
295 Q81_WR_CQ_CONS_IDX(cq_idx, (ha->rx_ring[cq_idx].cq_next)); in qls_cq_isr()
H A Dqls_def.h193 uint32_t cq_next; /* next cq entry to process */ member
H A Dqls_hw.c1116 rxr->cq_next = 0; in qls_init_comp_queue()
/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c767 hw_cq_t *cq_next; in hw_del_eq() local
769 ocs_list_foreach_safe(&eq->cq_list, cq, cq_next) { in hw_del_eq()