Home
last modified time | relevance | path

Searched refs:tx_hcksum_enable (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h651 boolean_t tx_hcksum_enable; /* Tx h/w cksum offload */ member
H A Digb_tx.c132 if (igb->tx_hcksum_enable) { in igb_tx()
H A Digb_gld.c940 if (!igb->tx_hcksum_enable) in igb_m_getcapab()
H A Digb_main.c3039 igb->tx_hcksum_enable = igb_get_prop(igb, PROP_TX_HCKSUM_ENABLE, in igb_get_conf()
3052 if (igb->tx_hcksum_enable == B_FALSE) in igb_get_conf()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h696 boolean_t tx_hcksum_enable; /* Tx h/w cksum offload */ member
H A Dixgbe_gld.c297 if (!ixgbe->tx_hcksum_enable) in ixgbe_m_getcapab()
H A Dixgbe_tx.c151 if (ixgbe->tx_hcksum_enable) { in ixgbe_ring_tx()
H A Dixgbe_main.c3560 ixgbe->tx_hcksum_enable = ixgbe_get_prop(ixgbe, PROP_TX_HCKSUM_ENABLE, in ixgbe_get_conf()
3587 if (ixgbe->tx_hcksum_enable == B_FALSE) { in ixgbe_get_conf()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h961 boolean_t tx_hcksum_enable; member
H A De1000g_main.c3294 if (Adapter->tx_hcksum_enable) in e1000g_m_getcapab()
4264 Adapter->tx_hcksum_enable = (propval == 1); in e1000g_get_conf()
4302 Adapter->tx_hcksum_enable = B_FALSE; in e1000g_get_conf()
4329 if (!Adapter->tx_hcksum_enable) { in e1000g_get_conf()