Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/igb/
H A Digb_sw.h608 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.c958 if (!igb->tx_hcksum_enable) in igb_m_getcapab()
H A Digb_main.c2994 igb->tx_hcksum_enable = igb_get_prop(igb, PROP_TX_HCKSUM_ENABLE, in igb_get_conf()
3007 if (igb->tx_hcksum_enable == B_FALSE) in igb_get_conf()
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h676 boolean_t tx_hcksum_enable; /* Tx h/w cksum offload */ member
H A Dixgbe_gld.c242 if (!ixgbe->tx_hcksum_enable) in ixgbe_m_getcapab()
H A Dixgbe_tx.c124 if (ixgbe->tx_hcksum_enable) { in ixgbe_ring_tx()
H A Dixgbe_main.c3394 ixgbe->tx_hcksum_enable = ixgbe_get_prop(ixgbe, PROP_TX_HCKSUM_ENABLE, in ixgbe_get_conf()
3420 if (ixgbe->tx_hcksum_enable == B_FALSE) { in ixgbe_get_conf()
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h960 boolean_t tx_hcksum_enable; member
H A De1000g_main.c3258 if (Adapter->tx_hcksum_enable) in e1000g_m_getcapab()
4222 Adapter->tx_hcksum_enable = (propval == 1); in e1000g_get_conf()
4260 Adapter->tx_hcksum_enable = B_FALSE; in e1000g_get_conf()
4287 if (!Adapter->tx_hcksum_enable) { in e1000g_get_conf()