Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1463 char *buf = (char *)tgt->rq + (tgt->rq_cons_idx * BNX2FC_RQ_BUF_SZ); in bnx2fc_get_next_rqe()
1465 if (tgt->rq_cons_idx + num_items > BNX2FC_RQ_WQES_MAX) in bnx2fc_get_next_rqe()
1468 tgt->rq_cons_idx += num_items; in bnx2fc_get_next_rqe()
1470 if (tgt->rq_cons_idx >= BNX2FC_RQ_WQES_MAX) in bnx2fc_get_next_rqe()
1471 tgt->rq_cons_idx -= BNX2FC_RQ_WQES_MAX; in bnx2fc_get_next_rqe()
H A Dbnx2fc_tgt.c386 tgt->rq_cons_idx = 0; in bnx2fc_init_tgt()
/linux/drivers/scsi/bnx2i/
H A Dbnx2i.h677 u16 rq_cons_idx; member
H A Dbnx2i_hwi.c202 bnx2i_conn->ep->qp.rq_cons_idx = 0; in bnx2i_get_rq_buf()
205 bnx2i_conn->ep->qp.rq_cons_idx++; in bnx2i_get_rq_buf()
1162 ep->qp.rq_cons_idx = 0; in bnx2i_alloc_qp_resc()