Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_txrx.c160 if (nsegs <= IXL_MAX_TX_SEGS-2) in ixl_tso_detect_sparse()
172 if (count > IXL_MAX_TX_SEGS - 2) in ixl_tso_detect_sparse()
190 if (count > IXL_MAX_TX_SEGS - 2) { in ixl_tso_detect_sparse()
H A Dixl.h148 #define IXL_MAX_TX_SEGS 8 macro
H A Dif_ixl.c432 scctx->isc_tx_nsegments = IXL_MAX_TX_SEGS; in ixl_setup_ssctx()