Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_gld.c583 uint32_t *txflags = cap_data; in i40e_m_getcapab() local
585 *txflags = 0; in i40e_m_getcapab()
587 *txflags = HCKSUM_INET_PARTIAL | HCKSUM_IPHDRCKSUM; in i40e_m_getcapab()
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c489 uint32_t *txflags = cap_data; in softmac_m_getcapab() local
491 *txflags = softmac->smac_hcksum_txflags; in softmac_m_getcapab()
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c2503 uint32_t *txflags = cap_data; in ntxn_m_getcapab() local
2505 *txflags = (HCKSUM_ENABLE | in ntxn_m_getcapab()
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_main2.c1797 uint32_t *txflags = cap_data; local
1799 *txflags = HCKSUM_INET_FULL_V4 | HCKSUM_IPHDRCKSUM;
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3066 uint32_t *txflags = cap_data; in hxge_m_getcapab() local
3068 *txflags = HCKSUM_INET_PARTIAL; in hxge_m_getcapab()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3077 uint32_t *txflags = cap_data; in e1000g_m_getcapab() local
3080 *txflags = HCKSUM_IPHDRCKSUM | in e1000g_m_getcapab()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_main.c4372 uint32_t *txflags = cap_data; in nxge_m_getcapab() local
4379 *txflags = HCKSUM_INET_PARTIAL; in nxge_m_getcapab()
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c4512 uint32_t *txflags = cap_data; in ibd_m_getcapab() local
4518 *txflags = HCK_FULLCKSUM | HCKSUM_INET_FULL_V4; in ibd_m_getcapab()