Searched refs:if_hw_tsomax (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif_lagg.c412 u_int hw_tsomax = ~0; /* if_hw_tsomax is only for INET/INET6, but.. */
423 if (lp->lp_ifp->if_hw_tsomax < hw_tsomax &&
424 lp->lp_ifp->if_hw_tsomax > 0)
425 hw_tsomax = lp->lp_ifp->if_hw_tsomax;
434 sc->sc_ifp->if_hw_tsomax != hw_tsomax) {
438 sc->sc_ifp->if_hw_tsomax = hw_tsomax;
H A Dif_vlan.c1504 if (p->if_hw_tsomax > 0)
1505 ifp->if_hw_tsomax = p->if_hw_tsomax;
H A Dif.c677 if (ifp->if_hw_tsomax == 0)
678 ifp->if_hw_tsomax = min(IP_MAXPACKET, 32 * MCLBYTES -
680 KASSERT(ifp->if_hw_tsomax <= IP_MAXPACKET &&
681 ifp->if_hw_tsomax >= IP_MAXPACKET / 8,
H A Dif_var.h208 u_int if_hw_tsomax; /* tso burst length limit, the minmum member in struct:ifnet
/freebsd-9.3-release/sys/netinet/
H A Dtcp_subr.c1746 cap->tsomax = ifp->if_hw_tsomax;
1785 cap->tsomax = ifp->if_hw_tsomax;
/freebsd-9.3-release/sys/dev/xen/netfront/
H A Dnetfront.c2127 ifp->if_hw_tsomax = NF_TSO_MAXBURST;
/freebsd-9.3-release/sys/dev/oce/
H A Doce_if.c1737 sc->ifp->if_hw_tsomax = OCE_MAX_TSO_SIZE;

Completed in 118 milliseconds