Home
last modified time | relevance | path

Searched refs:maxsegs (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sfxge/
H A Dsfxge_dma.c67 int *nsegs, int maxsegs) in sfxge_dma_map_sg_collapse() argument
89 while (m != NULL && seg_count < maxsegs) { in sfxge_dma_map_sg_collapse()
106 } else if (err == EFBIG || seg_count >= maxsegs) { in sfxge_dma_map_sg_collapse()
H A Dsfxge.h363 int *nsegs, int maxsegs);
/freebsd/sys/dev/ice/
H A Dice_common_txrx.h65 int count, curseg, i, hlen, segsz, seglen, tsolen, hdrs, maxsegs; in ice_tso_detect_sparse() local
95 maxsegs = ICE_MAX_TX_SEGS - hdrs; in ice_tso_detect_sparse()
101 if (nsegs <= maxsegs) in ice_tso_detect_sparse()
107 * no more than maxsegs descriptors. This ensures that hardware will in ice_tso_detect_sparse()
114 if (count > maxsegs) { in ice_tso_detect_sparse()
/freebsd/sys/sys/
H A Dsglist.h62 sglist_init(struct sglist *sg, u_short maxsegs, struct sglist_seg *segs) in sglist_init() argument
67 sg->sg_maxseg = maxsegs; in sglist_init()