Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c379 unsigned int sge_no, sge_bytes, page_off, page_no; in svc_rdma_pagelist_to_sg() local
392 sge_bytes = min_t(unsigned int, remaining, in svc_rdma_pagelist_to_sg()
394 sg_set_page(sg, *page, sge_bytes, page_off); in svc_rdma_pagelist_to_sg()
396 remaining -= sge_bytes; in svc_rdma_pagelist_to_sg()
/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1264 int sge_bytes; in megasas_get_frame_count() local
1298 sge_bytes = sge_sz * num_cnt; in megasas_get_frame_count()
1300 frame_count = (sge_bytes / MEGAMFI_FRAME_SIZE) + in megasas_get_frame_count()
1301 ((sge_bytes % MEGAMFI_FRAME_SIZE) ? 1 : 0) ; in megasas_get_frame_count()