Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h102 #define IXGBE_TX_DESC_LIMIT 32 /* tx desc limitation */ macro
H A Dixgbe_tx.c393 if (desc_total + 1 > IXGBE_TX_DESC_LIMIT) { in ixgbe_ring_tx()