Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif.h311 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6) macro
H A Dif_vlan.c2158 #define IFCAP_VLAN_TOE IFCAP_TOE in vlan_capabilities()
2160 cap |= p->if_capabilities & IFCAP_TOE; in vlan_capabilities()
2163 ena |= mena & IFCAP_TOE; in vlan_capabilities()
H A Dif_bridge.c195 #define BRIDGE_IFCAPS_MASK (IFCAP_TOE|IFCAP_TSO|IFCAP_TXCSUM|\
/freebsd/sbin/ifconfig/
H A Difconfig.c2139 DEF_CMD("toe", IFCAP_TOE, setifcap),
2140 DEF_CMD("-toe", IFCAP_TOE, clearifcap),
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c2781 if_setcapabilitiesbit(ifp, IFCAP_TOE, 0); in cxgbe_vi_attach()
2816 switch (if_getcapabilities(ifp) & (IFCAP_TOE | IFCAP_TXRTLMT)) { in cxgbe_vi_attach()
2817 case IFCAP_TOE: in cxgbe_vi_attach()
2820 case IFCAP_TOE | IFCAP_TXRTLMT: in cxgbe_vi_attach()
2829 if (if_getcapabilities(ifp) & IFCAP_TOE) in cxgbe_vi_attach()
3085 if (mask & IFCAP_TOE) { in cxgbe_ioctl()
3086 int enable = (if_getcapenable(ifp) ^ mask) & IFCAP_TOE; in cxgbe_ioctl()
12511 if ((if_getcapenable(vi->ifp) & IFCAP_TOE) != 0) { in toe_capability()
12558 if ((if_getcapenable(vi->ifp) & IFCAP_TOE) == 0) { in toe_capability()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c702 if_getcapenable(vi->ifp) & IFCAP_TOE) in t4_listen_start()
H A Dt4_tom.c1965 if_setcapenablebit(vi->ifp, 0, IFCAP_TOE); in t4_tom_deactivate()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c2663 if (!(if_getcapenable(nh_ifp) & IFCAP_TOE) || in c4iw_connect()