Home
last modified time | relevance | path

Searched refs:sg_length (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/cxgbe/cxgbei/
HDcxgbei.h102 size_t sg_length; member
110 #define sg_len(_sgel) _sgel->sg_length
HDcxgbei_ulp2_ddp.c207 unsigned int sglen = sg->sg_length; in cxgbei_ulp2_ddp_make_gl_from_iscsi_sgvec()
237 sglen += sg->sg_length; in cxgbei_ulp2_ddp_make_gl_from_iscsi_sgvec()
254 sglen = sg->sg_length; in cxgbei_ulp2_ddp_make_gl_from_iscsi_sgvec()
HDcxgbei.c276 sgl->sg_length = len; in cxgbei_map_sg()
285 sgl->sg_length = len; in cxgbei_map_sg()
321 sgl->sg_length = len; in cxgbei_map_sg_tgt()
334 sgl->sg_length = len; in cxgbei_map_sg_tgt()
/NextBSD/sys/cam/scsi/
HDscsi_pass.c1482 size_t sg_length, size_to_go, alloc_size; in passmemsetup() local
1533 sg_length = num_segs * sizeof(bus_dma_segment_t); in passmemsetup()
1551 if (!useracc(*data_ptrs[0], sg_length, VM_PROT_READ)) { in passmemsetup()
1558 error = copyin(*data_ptrs[0], io_req->user_segptr, sg_length); in passmemsetup()
1607 size_t sg_length; in passmemsetup() local
1641 sg_length = num_segs * sizeof(bus_dma_segment_t); in passmemsetup()
1657 error = copyin(*data_ptrs[0], io_req->user_segptr, sg_length); in passmemsetup()
/NextBSD/sys/dev/ciss/
HDciss.c3017 int sg_length; in ciss_cam_action() local
3039 sg_length = 17; in ciss_cam_action()
3050 sg_length = sc->ciss_cfg->max_sg_length - 1; in ciss_cam_action()
3051 sg_length = (1 << (fls(sg_length) - 1)) + 1; in ciss_cam_action()
3053 cpi->maxio = (min(CISS_MAX_SG_ELEMENTS, sg_length) - 1) * PAGE_SIZE; in ciss_cam_action()
/NextBSD/contrib/tcpdump/
HDprint-bgp.c861 uint8_t route_type, route_length, addr_length, sg_length; in decode_multicast_vpn() local
898 sg_length = bgp_vpn_sg_print(ndo, pptr, buf, buflen); in decode_multicast_vpn()
899 addr_length = route_length - sg_length; in decode_multicast_vpn()