Searched refs:if_hw_tsomax (Results 1 – 15 of 15) sorted by relevance
851 u_int if_hw_tsomax; in tcp_output() local859 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()
2238 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu()2279 cap->tsomax = ifp->if_hw_tsomax; in tcp_maxmtu6()
602 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()
304 u_int if_hw_tsomax; /* TSO maximum size in bytes */ member
554 ifp->if_hw_tsomax = SFXGE_TSO_MAX_SIZE; in sfxge_ifnet_init()
1908 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in create_netdev()
1734 sc->ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in oce_attach_ifp()
2805 ifp->if_hw_tsomax = MLX5E_MAX_TX_PAYLOAD_SIZE - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in mlx5e_create_ifp()
2141 dev->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in mlx4_en_init_netdev()
2178 dev->if_hw_tsomax = MLX4_EN_TX_MAX_PAYLOAD_SIZE - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN) /* hdr */; in mlx4_en_init_netdev()
1730 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in vmxnet3_setup_interface()
2800 ifp->if_hw_tsomax = 65518; in ixgbe_setup_interface()
1631 ifp->if_hw_tsomax = 65518; in ixgbe_interface_setup()
3049 ifp->if_hw_tsomax = IP_MAXPACKET; in em_setup_interface()
1220 ifp->if_hw_tsomax = 65536 - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN); in cxgbe_vi_attach()