Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h133 #define LSO_TX_BASIC_TCP_IPV6 0x02 /* TCPv6 LSO capability */ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c308 LSO_TX_BASIC_TCP_IPV6; in ixgbe_m_getcapab()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c757 LSO_TX_BASIC_TCP_IPV6; in i40e_m_getcapab()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1497 if ((mac_lso.lso_flags & LSO_TX_BASIC_TCP_IPV6) != 0) in dld_capab_lso()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c951 LSO_TX_BASIC_TCP_IPV6; in igb_m_getcapab()
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1745 lso->lso_flags = LSO_TX_BASIC_TCP_IPV4 | LSO_TX_BASIC_TCP_IPV6; in vioif_m_getcapab()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1142 LSO_TX_BASIC_TCP_IPV6; in t4_mc_getcapab()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c4345 cap_lso->lso_flags &= ~LSO_TX_BASIC_TCP_IPV6; in i_mac_capab_get()