Home
last modified time | relevance | path

Searched refs:IAVF_MAX_TX_SEGS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iavf/
H A Diavf_txrx_iflib.c134 if (nsegs <= IAVF_MAX_TX_SEGS-2) in iavf_tso_detect_sparse()
146 if (count > IAVF_MAX_TX_SEGS - 2) in iavf_tso_detect_sparse()
163 if (count > IAVF_MAX_TX_SEGS - 2) { in iavf_tso_detect_sparse()
H A Diavf_lib.h105 #define IAVF_MAX_TX_SEGS 8 macro
H A Dif_iavf_iflib.c374 scctx->isc_tx_nsegments = IAVF_MAX_TX_SEGS; in iavf_if_attach_pre()