Home
last modified time | relevance | path

Searched refs:cq_cons_idx (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c989 rx_db->doorbell_cq_cons = tgt->cq_cons_idx | (tgt->cq_curr_toggle_bit << in bnx2fc_arm_cq()
1032 cq_cons = tgt->cq_cons_idx; in bnx2fc_process_new_cqes()
1069 tgt->cq_cons_idx++; in bnx2fc_process_new_cqes()
1072 if (tgt->cq_cons_idx == BNX2FC_CQ_WQES_MAX) { in bnx2fc_process_new_cqes()
1073 tgt->cq_cons_idx = 0; in bnx2fc_process_new_cqes()
Dbnx2fc.h327 u16 cq_cons_idx; member
Dbnx2fc_tgt.c386 tgt->cq_cons_idx = 0; in bnx2fc_init_tgt()
/drivers/scsi/bnx2i/
Dbnx2i.h659 u16 cq_cons_idx; member
Dbnx2i_hwi.c1137 ep->qp.cq_cons_idx = 0; in bnx2i_alloc_qp_resc()
2089 qp->cq_cons_idx = 0; in bnx2i_process_new_cqes()
2092 qp->cq_cons_idx++; in bnx2i_process_new_cqes()