Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxgldv3.c744 uint32_t *txflags = cap_data; in bnx_m_getcapab() local
746 *txflags = 0; in bnx_m_getcapab()
750 *txflags |= HCKSUM_IPHDRCKSUM; in bnx_m_getcapab()
756 *txflags |= HCKSUM_INET_FULL_V4; in bnx_m_getcapab()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c744 uint32_t *txflags = cap_data; in i40e_m_getcapab() local
746 *txflags = 0; in i40e_m_getcapab()
748 *txflags = HCKSUM_INET_PARTIAL | HCKSUM_IPHDRCKSUM; in i40e_m_getcapab()
/illumos-gate/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()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c1030 uint32_t *txflags = arg; in vmxnet3_getcapab() local
1031 *txflags = HCKSUM_INET_PARTIAL; in vmxnet3_getcapab()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3062 uint32_t *txflags = cap_data; in hxge_m_getcapab() local
3064 *txflags = HCKSUM_INET_PARTIAL; in hxge_m_getcapab()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c1783 uint32_t *txflags = cap_data; local
1785 *txflags = HCKSUM_INET_FULL_V4 | HCKSUM_IPHDRCKSUM;
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_gld.c2050 uint32_t *txflags = cap_data; local
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3292 uint32_t *txflags = cap_data; in e1000g_m_getcapab() local
3295 *txflags = HCKSUM_IPHDRCKSUM | in e1000g_m_getcapab()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c4353 uint32_t *txflags = cap_data; in nxge_m_getcapab() local
4360 *txflags = HCKSUM_INET_PARTIAL; in nxge_m_getcapab()
/illumos-gate/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()