Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c911 ixgbe->tx_overload_thresh = (uint32_t)result; in ixgbe_set_priv_prop()
1025 value = ixgbe->tx_overload_thresh; in ixgbe_get_priv_prop()
H A Dixgbe_sw.h703 uint32_t tx_overload_thresh; /* Tx overload threshold */ member
H A Dixgbe_tx.c197 if (tx_ring->tbd_free < ixgbe->tx_overload_thresh) { in ixgbe_ring_tx()
H A Dixgbe_main.c3612 ixgbe->tx_overload_thresh = ixgbe_get_prop(ixgbe, in ixgbe_get_conf()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c1496 igb->tx_overload_thresh = (uint32_t)result; in igb_set_priv_prop()
1598 value = igb->tx_overload_thresh; in igb_get_priv_prop()
H A Digb_sw.h655 uint32_t tx_overload_thresh; /* Tx overload threshold */ member
H A Digb_tx.c173 if (tx_ring->tbd_free < igb->tx_overload_thresh) { in igb_tx()
H A Digb_main.c3061 igb->tx_overload_thresh = igb_get_prop(igb, PROP_TX_OVERLOAD_THRESHOLD, in igb_get_conf()