Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net/
Dif.h228 #define IFCAP_TOE4 0x04000 /* interface can offload TCP */ macro
244 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6)
/freebsd-10-stable/sys/netinet/
Dtcp_offload.c78 if (nam->sa_family == AF_INET && !(ifp->if_capenable & IFCAP_TOE4)) in tcp_offload_connect()
Dtoecore.c415 if ((sa->sa_family == AF_INET && !(ifp->if_capenable & IFCAP_TOE4)) || in toe_lle_event()
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_listen.c529 if ((ifp->if_capenable & IFCAP_TOE4) == 0) in do_pass_accept_req()
841 sc->port[i].ifp->if_capenable & IFCAP_TOE4) in t3_listen_start()
/freebsd-10-stable/sys/dev/cxgb/
Dcxgb_main.c1033 ifp->if_capabilities |= IFCAP_TOE4; in cxgb_port_attach()
2009 if (mask & IFCAP_TOE4) { in cxgb_ioctl()
2010 int enable = (ifp->if_capenable ^ mask) & IFCAP_TOE4; in cxgb_ioctl()
/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_listen.c1322 if ((ifp->if_capenable & IFCAP_TOE4) == 0) in do_pass_accept_req()