Home
last modified time | relevance | path

Searched refs:max_nsegs (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/virtio/p9fs/
H A Dvirtio_p9fs.c70 int max_nsegs; member
251 VQ_ALLOC_INFO_INIT(&vq_info, sc->max_nsegs, in vt9p_alloc_virtqueue()
321 chan->max_nsegs = MAX_SUPPORTED_SGS; in vt9p_attach()
322 chan->vt9p_sglist = sglist_alloc(chan->max_nsegs, M_WAITOK); in vt9p_attach()
/src/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c693 u_int plen, nsegs, credits, max_imm, max_nsegs, max_nsegs_1mbuf; in t4_push_frames() local
741 max_nsegs = max_dsgl_nsegs(tx_credits, 0); in t4_push_frames()
796 if (plen > max_imm && nsegs > max_nsegs) { in t4_push_frames()
823 if (plen > max_imm && nsegs == max_nsegs) { in t4_push_frames()
1036 u_int plen, nsegs, credits, max_imm, max_nsegs, max_nsegs_1mbuf; in write_iscsi_mbuf_wr() local
1065 max_nsegs = max_dsgl_nsegs(tx_credits, iso); in write_iscsi_mbuf_wr()
1088 if ((nomap_mbuf_seen || plen > max_imm) && nsegs > max_nsegs) in write_iscsi_mbuf_wr()
1174 toep->tx_credits, tx_credits, nsegs, max_nsegs, iso)); in write_iscsi_mbuf_wr()
1235 u_int plen, nsegs, credits, max_imm, max_nsegs, max_nsegs_1mbuf; in write_nvme_mbuf_wr() local
1263 max_nsegs = max_dsgl_nsegs(tx_credits, iso); in write_nvme_mbuf_wr()
[all …]