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

/freebsd-10.2-release/sys/net/
H A Dif.c609 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 &&
610 ifp->if_hw_tsomax < pmax->tsomaxbytes)) {
611 pmax->tsomaxbytes = ifp->if_hw_tsomax;
632 if (ifp->if_hw_tsomax != pmax->tsomaxbytes) {
633 ifp->if_hw_tsomax = pmax->tsomaxbytes;
728 if (ifp->if_hw_tsomax == 0 &&
737 ifp->if_hw_tsomax = min(IP_MAXPACKET, (32 * MCLBYTES) -
745 ifp->if_hw_tsomax,
H A Dif_var.h233 * If the "if_hw_tsomax" field is zero the maximum segment
245 u_int if_hw_tsomax; member in struct:ifnet
/freebsd-10.2-release/sys/netinet/
H A Dtcp_output.c784 u_int if_hw_tsomax; local
792 if_hw_tsomax = tp->t_tsomax;
808 if (if_hw_tsomax != 0) {
810 max_len = (if_hw_tsomax - hdrlen);
H A Dtcp_subr.c1883 cap->tsomax = ifp->if_hw_tsomax;
1924 cap->tsomax = ifp->if_hw_tsomax;
/freebsd-10.2-release/sys/dev/xen/netfront/
H A Dnetfront.c2125 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
/freebsd-10.2-release/sys/dev/oce/
H A Doce_if.c1734 sc->ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c2118 dev->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
/freebsd-10.2-release/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1723 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dif_ix.c2509 ifp->if_hw_tsomax = 65518;
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_main.c1089 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);

Completed in 265 milliseconds