Home
last modified time | relevance | path

Searched refs:if_hw_tsomax (Results 1 – 15 of 15) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_output.c851 u_int if_hw_tsomax; in tcp_output() local
859 if_hw_tsomax = tp->t_tsomax; in tcp_output()
875 if (if_hw_tsomax != 0) { in tcp_output()
877 max_len = (if_hw_tsomax - hdrlen - in tcp_output()
HDtcp_subr.c2238 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu()
2279 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu6()
/NextBSD/sys/net/
HDif.c602 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 && in if_hw_tsomax_common()
603 ifp->if_hw_tsomax < pmax->tsomaxbytes)) { in if_hw_tsomax_common()
604 pmax->tsomaxbytes = ifp->if_hw_tsomax; in if_hw_tsomax_common()
625 if (ifp->if_hw_tsomax != pmax->tsomaxbytes) { in if_hw_tsomax_update()
626 ifp->if_hw_tsomax = pmax->tsomaxbytes; in if_hw_tsomax_update()
722 if (ifp->if_hw_tsomax == 0 && in if_attach_internal()
731 ifp->if_hw_tsomax = min(IP_MAXPACKET, (32 * MCLBYTES) - in if_attach_internal()
739 ifp->if_hw_tsomax, in if_attach_internal()
HDif_var.h304 u_int if_hw_tsomax; /* TSO maximum size in bytes */ member
/NextBSD/sys/dev/sfxge/
HDsfxge.c554 ifp->if_hw_tsomax = SFXGE_TSO_MAX_SIZE; in sfxge_ifnet_init()
/NextBSD/sys/dev/xen/netfront/
HDnetfront.c1908 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in create_netdev()
/NextBSD/sys/dev/oce/
HDoce_if.c1734 sc->ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in oce_attach_ifp()
/NextBSD/sys/dev/mlx5/mlx5_en/
HDmlx5_en_main.c2805 ifp->if_hw_tsomax = MLX5E_MAX_TX_PAYLOAD_SIZE - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in mlx5e_create_ifp()
/NextBSD/sys/dev/ifmlx4/
HDen_netdev.c2141 dev->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in mlx4_en_init_netdev()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDen_netdev.c2178 dev->if_hw_tsomax = MLX4_EN_TX_MAX_PAYLOAD_SIZE - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN) /* hdr */; in mlx4_en_init_netdev()
/NextBSD/sys/dev/vmware/vmxnet3/
HDif_vmx.c1730 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in vmxnet3_setup_interface()
/NextBSD/sys/dev/ixgbe/
HDif_ix.c2800 ifp->if_hw_tsomax = 65518; in ixgbe_setup_interface()
HDif_ixgbe.c1631 ifp->if_hw_tsomax = 65518; in ixgbe_interface_setup()
/NextBSD/sys/dev/e1000/
HDif_em.c3049 ifp->if_hw_tsomax = IP_MAXPACKET; in em_setup_interface()
/NextBSD/sys/dev/cxgbe/
HDt4_main.c1220 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in cxgbe_vi_attach()