Searched refs:sglist_count (Results 1 – 7 of 7) sorted by relevance
| /src/sys/kern/ |
| H A D | subr_sglist.c | 169 sglist_count(void *buf, size_t len) in sglist_count() function 242 nsegs += sglist_count(&m->m_epg_hdr[segoff], in sglist_count_mbuf_epg() 269 nsegs += sglist_count(&m->m_epg_trail[off], seglen); in sglist_count_mbuf_epg() 702 nsegs = sglist_count(buf, len); in sglist_build()
|
| /src/sys/sys/ |
| H A D | sglist.h | 105 int sglist_count(void *buf, size_t len);
|
| /src/sys/dev/virtio/block/ |
| H A D | virtio_blk.c | 969 MPASS(sglist_count(req->vbr_hdr, sizeof(*req->vbr_hdr)) == 1); in vtblk_request_prealloc() 970 MPASS(sglist_count(req->vbr_ack, sizeof(*req->vbr_ack)) == 1); in vtblk_request_prealloc()
|
| /src/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 790 n = sglist_count(mtod(m, void *), m->m_len); in t4_push_frames() 1079 n = sglist_count(mtod(m, void *), m->m_len); in write_iscsi_mbuf_wr() 1277 n = sglist_count(mtod(m, void *), m->m_len); in write_nvme_mbuf_wr()
|
| /src/sys/dev/virtio/scsi/ |
| H A D | virtio_scsi.c | 2071 req_nsegs = sglist_count(&req->vsr_ureq, sizeof(req->vsr_ureq)); in vtscsi_init_request() 2072 resp_nsegs = sglist_count(&req->vsr_uresp, sizeof(req->vsr_uresp)); in vtscsi_init_request()
|
| /src/share/man/man9/ |
| H A D | Makefile | 2060 sglist.9 sglist_count.9 \
|
| /src/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 2658 nsegs += sglist_count((void *)(uintptr_t)va, len); in count_mbuf_nsegs()
|