Searched refs:if_hw_tsomaxsegcount (Results 1 – 17 of 17) sorted by relevance
847 u_int if_hw_tsomaxsegcount; in tcp_output() local855 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in tcp_output()886 if (if_hw_tsomaxsegcount != 0 && in tcp_output()896 if_hw_tsomaxsegcount -= 1; in tcp_output()921 if (frags >= if_hw_tsomaxsegcount) { in tcp_output()923 if_hw_tsomaxsegcount * in tcp_output()928 if_hw_tsomaxsegcount -= frags; in tcp_output()
2004 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu()2045 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu6()
622 if (pmax->tsomaxsegcount == 0 || (ifp->if_hw_tsomaxsegcount != 0 && in if_hw_tsomax_common()623 ifp->if_hw_tsomaxsegcount < pmax->tsomaxsegcount)) { in if_hw_tsomax_common()624 pmax->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in if_hw_tsomax_common()649 if (ifp->if_hw_tsomaxsegcount != pmax->tsomaxsegcount) { in if_hw_tsomax_update()650 ifp->if_hw_tsomaxsegcount = pmax->tsomaxsegcount; in if_hw_tsomax_update()743 ifp->if_hw_tsomaxsegcount == 0 && in if_attach_internal()753 ifp->if_hw_tsomaxsegcount = 35; in if_attach_internal()760 ifp->if_hw_tsomaxsegcount, in if_attach_internal()
260 u_int if_hw_tsomaxsegcount; /* TSO maximum segment count */ member
1686 sc->hn_saved_tsosegcnt = ifp->if_hw_tsomaxsegcount; in hn_xpnt_vf_setready()1703 if (ifp->if_hw_tsomaxsegcount > vf_ifp->if_hw_tsomaxsegcount) in hn_xpnt_vf_setready()1704 ifp->if_hw_tsomaxsegcount = vf_ifp->if_hw_tsomaxsegcount; in hn_xpnt_vf_setready()2015 sc->hn_ifp->if_hw_tsomaxsegcount = in hn_ifnet_detevent()2274 CTLFLAG_RD, &ifp->if_hw_tsomaxsegcount, 0, in hn_attach()2417 ifp->if_hw_tsomaxsegcount = HN_TX_DATA_SEGCNT_MAX; in hn_attach()2425 ifp->if_hw_tsomaxsegcount, ifp->if_hw_tsomaxsegsize); in hn_attach()
593 ifp->if_hw_tsomaxsegcount = SFXGE_TX_MAPPING_MAX_SEG; in sfxge_ifnet_init()
2179 ifp->if_hw_tsomaxsegcount = MAX_TX_REQ_FRAGS; in create_netdev()
1589 ifp->if_hw_tsomaxsegcount = IXGBE_82599_SCATTER; in ixv_setup_interface()
2915 ifp->if_hw_tsomaxsegcount = IXGBE_82599_SCATTER; in ixgbe_setup_interface()
1735 sc->ifp->if_hw_tsomaxsegcount = OCE_MAX_TX_ELEMENTS; in oce_attach_ifp()
2174 dev->if_hw_tsomaxsegcount = MLX4_EN_TX_MAX_MBUF_FRAGS - 1 /* hdr */; in mlx4_en_init_netdev()
3161 ifp->if_hw_tsomaxsegcount = MLX5E_MAX_TX_MBUF_FRAGS - 1 /* hdr */; in mlx5e_create_ifp()
1742 ifp->if_hw_tsomaxsegcount = VMXNET3_TX_MAXSEGS; in vmxnet3_setup_interface()
3082 ifp->if_hw_tsomaxsegcount = IGB_MAX_SCATTER; in igb_setup_interface()
3278 ifp->if_hw_tsomaxsegcount = EM_MAX_SCATTER - 5; in em_setup_interface()
2450 ifp->if_hw_tsomaxsegcount = QLNX_MAX_SEGMENTS - 1 /* hdr */; in qlnx_init_ifnet()
1390 ifp->if_hw_tsomaxsegcount = TX_SGL_SEGS; in cxgbe_vi_attach()