Home
last modified time | relevance | path

Searched refs:sglist_count (Results 1 – 7 of 7) sorted by relevance

/src/sys/kern/
H A Dsubr_sglist.c169 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 Dsglist.h105 int sglist_count(void *buf, size_t len);
/src/sys/dev/virtio/block/
H A Dvirtio_blk.c969 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 Dt4_cpl_io.c790 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 Dvirtio_scsi.c2071 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 DMakefile2060 sglist.9 sglist_count.9 \
/src/sys/dev/cxgbe/
H A Dt4_sge.c2658 nsegs += sglist_count((void *)(uintptr_t)va, len); in count_mbuf_nsegs()