Searched refs:IXL_MAX_TX_SEGS (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_txrx.c161 if (nsegs <= IXL_MAX_TX_SEGS-2)
173 if (count > IXL_MAX_TX_SEGS - 2)
191 if (count > IXL_MAX_TX_SEGS - 2) {
H A Dixl.h149 #define IXL_MAX_TX_SEGS 8 macro
H A Dif_ixl.c433 scctx->isc_tx_nsegments = IXL_MAX_TX_SEGS;
H A Dif_iavf.c464 scctx->isc_tx_nsegments = IXL_MAX_TX_SEGS;

Completed in 177 milliseconds