Searched refs:sg_length (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_pass.c | 1476 size_t sg_length, size_to_go, alloc_size; in passmemsetup() local 1527 sg_length = num_segs * sizeof(bus_dma_segment_t); in passmemsetup() 1545 error = copyin(*data_ptrs[0], io_req->user_segptr, sg_length); in passmemsetup() 1594 size_t sg_length; in passmemsetup() local 1628 sg_length = num_segs * sizeof(bus_dma_segment_t); in passmemsetup() 1644 error = copyin(*data_ptrs[0], io_req->user_segptr, sg_length); in passmemsetup()
|
/freebsd/sys/dev/ciss/ |
H A D | ciss.c | 3074 int sg_length; in ciss_cam_action() local 3099 sg_length = 17; in ciss_cam_action() 3110 sg_length = sc->ciss_cfg->max_sg_length - 1; in ciss_cam_action() 3111 sg_length = (1 << (fls(sg_length) - 1)) + 1; in ciss_cam_action() 3113 cpi->maxio = (min(CISS_MAX_SG_ELEMENTS, sg_length) - 1) * PAGE_SIZE; in ciss_cam_action()
|
/freebsd/contrib/tcpdump/ |
H A D | print-bgp.c | 1146 u_int addr_length, sg_length; in decode_multicast_vpn() local 1186 sg_length = bgp_vpn_sg_print(ndo, pptr, buf, buflen); in decode_multicast_vpn() 1187 addr_length = route_length - sg_length; in decode_multicast_vpn()
|