Searched refs:IFCAP_TOE4 (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dtcp_offload.c78 if (nam->sa_family == AF_INET && !(ifp->if_capenable & IFCAP_TOE4))
H A Dtoecore.c406 if ((sa->sa_family == AF_INET && !(ifp->if_capenable & IFCAP_TOE4)) ||
/freebsd-9.3-release/sys/net/
H A Dif.h226 #define IFCAP_TOE4 0x04000 /* interface can offload TCP */ macro
241 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6)
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c529 if ((ifp->if_capenable & IFCAP_TOE4) == 0)
830 * Find a running port with IFCAP_TOE4. We'll use the first such port's
839 sc->port[i].ifp->if_capenable & IFCAP_TOE4)
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_main.c1033 ifp->if_capabilities |= IFCAP_TOE4;
2009 if (mask & IFCAP_TOE4) {
2010 int enable = (ifp->if_capenable ^ mask) & IFCAP_TOE4;
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1300 if ((ifp->if_capenable & IFCAP_TOE4) == 0)

Completed in 160 milliseconds