Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c883 ixgbe->tx_copy_thresh = (uint32_t)result; in ixgbe_set_priv_prop()
1015 value = ixgbe->tx_copy_thresh; in ixgbe_get_priv_prop()
H A Dixgbe_sw.h701 uint32_t tx_copy_thresh; /* Tx copy threshold */ member
H A Dixgbe_tx.c147 copy_thresh = ixgbe->tx_copy_thresh; in ixgbe_ring_tx()
H A Dixgbe_main.c3606 ixgbe->tx_copy_thresh = ixgbe_get_prop(ixgbe, PROP_TX_COPY_THRESHOLD, in ixgbe_get_conf()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c1468 igb->tx_copy_thresh = (uint32_t)result; in igb_set_priv_prop()
1594 value = igb->tx_copy_thresh; in igb_get_priv_prop()
H A Digb_sw.h653 uint32_t tx_copy_thresh; /* Tx copy threshold */ member
H A Digb_tx.c124 copy_thresh = igb->tx_copy_thresh; in igb_tx()
H A Digb_main.c3055 igb->tx_copy_thresh = igb_get_prop(igb, PROP_TX_COPY_THRESHOLD, in igb_get_conf()