Searched refs:IFCAP_HWCSUM (Results 1 – 12 of 12) sorted by relevance
134 IFCAP_HWCSUM | IFCAP_TSO | in edsc_clone_create()
139 IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6 | IFCAP_LINKSTATE; in lo_clone_create()
257 #define IFCAP_HWCSUM (IFCAP_RXCSUM | IFCAP_TXCSUM) macro
1723 cap |= p->if_capabilities & (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6); in vlan_capabilities()1726 ena |= mena & (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6); in vlan_capabilities()
3103 cap |= p->if_capabilities & (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6); in vxlan_set_hwcaps()3106 (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6); in vxlan_set_hwcaps()
163 #define TAP_VNET_HDR_CAPS (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6 \
4229 #define IFCAP_FLAGS (IFCAP_HWCSUM_IPV6 | IFCAP_HWCSUM | IFCAP_LRO | \
243 #define IFCAP_HWCSUM (IFCAP_RXCSUM | IFCAP_TXCSUM) macro
194 ifp->if_capabilities = IFCAP_VLAN_MTU | IFCAP_HWCSUM; in octe_attach()
1042 ifp->if_capabilities = IFCAP_VLAN_MTU | IFCAP_HWCSUM; //FIXME VLAN? in cpswp_attach()1420 if (changed & IFCAP_HWCSUM) { in cpswp_ioctl()1421 if ((ifr->ifr_reqcap & changed) & IFCAP_HWCSUM) in cpswp_ioctl()1422 ifp->if_capenable |= IFCAP_HWCSUM; in cpswp_ioctl()1424 ifp->if_capenable &= ~IFCAP_HWCSUM; in cpswp_ioctl()
313 if_setcapabilities(sc->ifp, IFCAP_VLAN_MTU | IFCAP_HWCSUM | in gen_attach()
1978 if_setcapabilities(sc->ifp, IFCAP_VLAN_MTU | IFCAP_HWCSUM); in awg_attach()