sge_bytes         457 drivers/infiniband/sw/siw/siw_qp_rx.c 		u32 sge_bytes; /* data bytes avail for SGE */
sge_bytes         468 drivers/infiniband/sw/siw/siw_qp_rx.c 		sge_bytes = min(data_bytes, sge->length - frx->sge_off);
sge_bytes         477 drivers/infiniband/sw/siw/siw_qp_rx.c 				   frx->sge_off, sge_bytes);
sge_bytes         490 drivers/infiniband/sw/siw/siw_qp_rx.c 				sge_bytes);
sge_bytes         493 drivers/infiniband/sw/siw/siw_qp_rx.c 					 sge->laddr + frx->sge_off, sge_bytes);
sge_bytes         496 drivers/infiniband/sw/siw/siw_qp_rx.c 					sge->laddr + frx->sge_off, sge_bytes);
sge_bytes         498 drivers/infiniband/sw/siw/siw_qp_rx.c 		if (unlikely(rv != sge_bytes)) {
sge_bytes         374 drivers/infiniband/sw/siw/siw_qp_tx.c 	int sge_bytes = min(sge->length - offset, size);
sge_bytes         379 drivers/infiniband/sw/siw/siw_qp_tx.c 		rv = siw_tcp_sendpages(s, &page[i], offset, sge_bytes);
sge_bytes         382 drivers/infiniband/sw/siw/siw_qp_tx.c 			if (size == sent || sge_bytes > rv)
sge_bytes         385 drivers/infiniband/sw/siw/siw_qp_tx.c 			i += PAGE_ALIGN(sge_bytes + offset) >> PAGE_SHIFT;
sge_bytes         387 drivers/infiniband/sw/siw/siw_qp_tx.c 			sge_bytes = min(sge->length, size - sent);
sge_bytes        1325 drivers/scsi/megaraid/megaraid_sas_base.c 	int sge_bytes;
sge_bytes        1359 drivers/scsi/megaraid/megaraid_sas_base.c 		sge_bytes = sge_sz * num_cnt;
sge_bytes        1361 drivers/scsi/megaraid/megaraid_sas_base.c 		frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) +
sge_bytes        1362 drivers/scsi/megaraid/megaraid_sas_base.c 		    ((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) ;
sge_bytes         370 net/sunrpc/xprtrdma/svc_rdma_rw.c 	unsigned int sge_no, sge_bytes, page_off, page_no;
sge_bytes         383 net/sunrpc/xprtrdma/svc_rdma_rw.c 		sge_bytes = min_t(unsigned int, remaining,
sge_bytes         385 net/sunrpc/xprtrdma/svc_rdma_rw.c 		sg_set_page(sg, *page, sge_bytes, page_off);
sge_bytes         387 net/sunrpc/xprtrdma/svc_rdma_rw.c 		remaining -= sge_bytes;