Home
last modified time | relevance | path

Searched refs:rq_first_qe (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i.h674 struct rqe *rq_first_qe; member
Dbnx2i_hwi.c201 bnx2i_conn->ep->qp.rq_cons_qe = bnx2i_conn->ep->qp.rq_first_qe; in bnx2i_get_rq_buf()
1174 ep->qp.rq_first_qe = ep->qp.rq_virt; in bnx2i_alloc_qp_resc()
1175 ep->qp.rq_prod_qe = ep->qp.rq_first_qe; in bnx2i_alloc_qp_resc()
1176 ep->qp.rq_cons_qe = ep->qp.rq_first_qe; in bnx2i_alloc_qp_resc()
1177 ep->qp.rq_last_qe = &ep->qp.rq_first_qe[hba->max_rqes - 1]; in bnx2i_alloc_qp_resc()