Searched refs:sge_bytes (Results 1 – 2 of 2) sorted by relevance
379 unsigned int sge_no, sge_bytes, page_off, page_no; in svc_rdma_pagelist_to_sg() local392 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()
1264 int sge_bytes; in megasas_get_frame_count() local1298 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()