Searched refs:IFCAP_TOE (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net/ |
H A D | if.h | 311 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6) macro
|
H A D | if_vlan.c | 2158 #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 D | if_bridge.c | 195 #define BRIDGE_IFCAPS_MASK (IFCAP_TOE|IFCAP_TSO|IFCAP_TXCSUM|\
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.c | 2139 DEF_CMD("toe", IFCAP_TOE, setifcap), 2140 DEF_CMD("-toe", IFCAP_TOE, clearifcap),
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 2781 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 D | t4_listen.c | 702 if_getcapenable(vi->ifp) & IFCAP_TOE) in t4_listen_start()
|
H A D | t4_tom.c | 1965 if_setcapenablebit(vi->ifp, 0, IFCAP_TOE); in t4_tom_deactivate()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cm.c | 2663 if (!(if_getcapenable(nh_ifp) & IFCAP_TOE) || in c4iw_connect()
|