Searched refs:IFCAP_TOE (Results 1 – 7 of 7) sorted by relevance
257 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6) macro
1761 #define IFCAP_VLAN_TOE IFCAP_TOE in vlan_capabilities()1763 cap |= p->if_capabilities & IFCAP_TOE; in vlan_capabilities()1766 ena |= mena & IFCAP_TOE; in vlan_capabilities()
179 #define BRIDGE_IFCAPS_MASK (IFCAP_TOE|IFCAP_TSO|IFCAP_TXCSUM|\
1683 DEF_CMD("toe", IFCAP_TOE, setifcap),1684 DEF_CMD("-toe", -IFCAP_TOE, setifcap),
1777 ifp->if_capabilities |= IFCAP_TOE; in cxgbe_vi_attach()1805 switch (ifp->if_capabilities & (IFCAP_TOE | IFCAP_TXRTLMT)) { in cxgbe_vi_attach()1806 case IFCAP_TOE: in cxgbe_vi_attach()1809 case IFCAP_TOE | IFCAP_TXRTLMT: in cxgbe_vi_attach()1818 if (ifp->if_capabilities & IFCAP_TOE) in cxgbe_vi_attach()2063 if (mask & IFCAP_TOE) { in cxgbe_ioctl()2064 int enable = (ifp->if_capenable ^ mask) & IFCAP_TOE; in cxgbe_ioctl()10586 if ((vi->ifp->if_capenable & IFCAP_TOE) != 0) { in toe_capability()
564 vi->ifp->if_capenable & IFCAP_TOE) in t4_listen_start()
2653 if (!(nh_ifp->if_capenable & IFCAP_TOE) || in c4iw_connect()