sge_idx           247 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	unsigned int sge_idx;
sge_idx           277 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	sge_idx = qp->next_sge;
sge_idx           385 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 				     sge_idx & (qp->sge.sge_cnt - 1));
sge_idx           435 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 			set_extend_sge(qp, wr, &sge_idx, valid_num_sge);
sge_idx           562 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 							wqe, &sge_idx,
sge_idx           596 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 		qp->next_sge = sge_idx;
sge_idx           343 drivers/infiniband/sw/siw/siw.h 	unsigned int sge_idx; /* current sge in rx */
sge_idx           426 drivers/infiniband/sw/siw/siw.h 	int sge_idx; /* current sge in tx */
sge_idx           308 drivers/infiniband/sw/siw/siw_qp_rx.c 		frx->sge_idx = 0;
sge_idx           459 drivers/infiniband/sw/siw/siw_qp_rx.c 		sge = &wqe->rqe.sge[frx->sge_idx];
sge_idx           463 drivers/infiniband/sw/siw/siw_qp_rx.c 			frx->sge_idx++;
sge_idx           469 drivers/infiniband/sw/siw/siw_qp_rx.c 		mem = &wqe->mem[frx->sge_idx];
sge_idx           509 drivers/infiniband/sw/siw/siw_qp_rx.c 			frx->sge_idx++;
sge_idx           266 drivers/infiniband/sw/siw/siw_qp_tx.c 	c_tx->sge_idx = 0;
sge_idx           427 drivers/infiniband/sw/siw/siw_qp_tx.c 	struct siw_sge *sge = &wqe->sqe.sge[c_tx->sge_idx];
sge_idx           434 drivers/infiniband/sw/siw/siw_qp_tx.c 		     sge_off = c_tx->sge_off, sge_idx = c_tx->sge_idx,
sge_idx           462 drivers/infiniband/sw/siw/siw_qp_tx.c 			mem = wqe->mem[sge_idx];
sge_idx           553 drivers/infiniband/sw/siw/siw_qp_tx.c 			sge_idx++;
sge_idx           582 drivers/infiniband/sw/siw/siw_qp_tx.c 		rv = siw_0copy_tx(s, page_array, &wqe->sqe.sge[c_tx->sge_idx],
sge_idx           611 drivers/infiniband/sw/siw/siw_qp_tx.c 			c_tx->sge_idx = sge_idx;
sge_idx           640 drivers/infiniband/sw/siw/siw_qp_tx.c 			sge = &wqe->sqe.sge[c_tx->sge_idx];
sge_idx           645 drivers/infiniband/sw/siw/siw_qp_tx.c 				c_tx->sge_idx++;
sge_idx           623 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 		u16 sge_idx = RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[j]));
sge_idx           632 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 		rx_pg = &fp->rx_page_ring[sge_idx];
sge_idx           637 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 		err = bnx2x_alloc_rx_sge(bp, fp, sge_idx, GFP_ATOMIC);
sge_idx          3268 drivers/net/ethernet/broadcom/cnic_defs.h 	u8 sge_idx;
sge_idx          3270 drivers/net/ethernet/broadcom/cnic_defs.h 	u8 sge_idx;