Home
last modified time | relevance | path

Searched refs:tx_overload_thresh (Results 1 – 8 of 8) sorted by relevance

/titanic_53/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c838 ixgbe->tx_overload_thresh = (uint32_t)result; in ixgbe_set_priv_prop()
952 value = ixgbe->tx_overload_thresh; in ixgbe_get_priv_prop()
H A Dixgbe_sw.h683 uint32_t tx_overload_thresh; /* Tx overload threshold */ member
H A Dixgbe_tx.c165 if (tx_ring->tbd_free < ixgbe->tx_overload_thresh) { in ixgbe_ring_tx()
H A Dixgbe_main.c3445 ixgbe->tx_overload_thresh = ixgbe_get_prop(ixgbe, in ixgbe_get_conf()
/titanic_53/usr/src/uts/common/io/igb/
H A Digb_sw.h612 uint32_t tx_overload_thresh; /* Tx overload threshold */ member
H A Digb_gld.c1507 igb->tx_overload_thresh = (uint32_t)result; in igb_set_priv_prop()
1609 value = igb->tx_overload_thresh; in igb_get_priv_prop()
H A Digb_tx.c173 if (tx_ring->tbd_free < igb->tx_overload_thresh) { in igb_tx()
H A Digb_main.c3016 igb->tx_overload_thresh = igb_get_prop(igb, PROP_TX_OVERLOAD_THRESHOLD, in igb_get_conf()