Searched refs:IFCAP_TOE (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/net/ |
| H A D | if.h | 314 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6) macro
|
| H A D | if_vlan.c | 2146 #define IFCAP_VLAN_TOE IFCAP_TOE in vlan_capabilities() 2148 cap |= p->if_capabilities & IFCAP_TOE; in vlan_capabilities() 2151 ena |= mena & IFCAP_TOE; in vlan_capabilities()
|
| H A D | if_bridge.c | 198 #define BRIDGE_IFCAPS_MASK (IFCAP_TOE|IFCAP_TSO|IFCAP_TXCSUM|\
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifconfig.c | 2136 DEF_CMD("toe", IFCAP_TOE, setifcap), 2137 DEF_CMD("-toe", IFCAP_TOE, clearifcap),
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_main.c | 2898 if_setcapabilitiesbit(ifp, IFCAP_TOE, 0); in cxgbe_vi_attach() 2933 switch (if_getcapabilities(ifp) & (IFCAP_TOE | IFCAP_TXRTLMT)) { in cxgbe_vi_attach() 2934 case IFCAP_TOE: in cxgbe_vi_attach() 2937 case IFCAP_TOE | IFCAP_TXRTLMT: in cxgbe_vi_attach() 2946 if (if_getcapabilities(ifp) & IFCAP_TOE) in cxgbe_vi_attach() 3214 if (mask & IFCAP_TOE) { in cxgbe_ioctl() 3215 int enable = (if_getcapenable(ifp) ^ mask) & IFCAP_TOE; in cxgbe_ioctl() 13495 if ((if_getcapenable(vi->ifp) & IFCAP_TOE) != 0) { in toe_capability() 13547 if ((if_getcapenable(vi->ifp) & IFCAP_TOE) == 0) { in toe_capability()
|
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_listen.c | 703 if_getcapenable(vi->ifp) & IFCAP_TOE) in t4_listen_start()
|
| H A D | t4_tom.c | 2002 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()
|