Home
last modified time | relevance | path

Searched refs:if_hw_tsomaxsegcount (Results 1 – 17 of 17) sorted by relevance

/freebsd-10-stable/sys/netinet/
Dtcp_output.c847 u_int if_hw_tsomaxsegcount; in tcp_output() local
855 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()
Dtcp_subr.c2004 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu()
2045 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu6()
/freebsd-10-stable/sys/net/
Dif.c622 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()
Dif_var.h260 u_int if_hw_tsomaxsegcount; /* TSO maximum segment count */ member
/freebsd-10-stable/sys/dev/hyperv/netvsc/
Dif_hn.c1686 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()
/freebsd-10-stable/sys/dev/sfxge/
Dsfxge.c593 ifp->if_hw_tsomaxsegcount = SFXGE_TX_MAPPING_MAX_SEG; in sfxge_ifnet_init()
/freebsd-10-stable/sys/dev/xen/netfront/
Dnetfront.c2179 ifp->if_hw_tsomaxsegcount = MAX_TX_REQ_FRAGS; in create_netdev()
/freebsd-10-stable/sys/dev/ixgbe/
Dif_ixv.c1589 ifp->if_hw_tsomaxsegcount = IXGBE_82599_SCATTER; in ixv_setup_interface()
Dif_ix.c2915 ifp->if_hw_tsomaxsegcount = IXGBE_82599_SCATTER; in ixgbe_setup_interface()
/freebsd-10-stable/sys/dev/oce/
Doce_if.c1735 sc->ifp->if_hw_tsomaxsegcount = OCE_MAX_TX_ELEMENTS; in oce_attach_ifp()
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
Den_netdev.c2174 dev->if_hw_tsomaxsegcount = MLX4_EN_TX_MAX_MBUF_FRAGS - 1 /* hdr */; in mlx4_en_init_netdev()
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_main.c3161 ifp->if_hw_tsomaxsegcount = MLX5E_MAX_TX_MBUF_FRAGS - 1 /* hdr */; in mlx5e_create_ifp()
/freebsd-10-stable/sys/dev/vmware/vmxnet3/
Dif_vmx.c1742 ifp->if_hw_tsomaxsegcount = VMXNET3_TX_MAXSEGS; in vmxnet3_setup_interface()
/freebsd-10-stable/sys/dev/e1000/
Dif_igb.c3082 ifp->if_hw_tsomaxsegcount = IGB_MAX_SCATTER; in igb_setup_interface()
Dif_em.c3278 ifp->if_hw_tsomaxsegcount = EM_MAX_SCATTER - 5; in em_setup_interface()
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Dqlnx_os.c2450 ifp->if_hw_tsomaxsegcount = QLNX_MAX_SEGMENTS - 1 /* hdr */; in qlnx_init_ifnet()
/freebsd-10-stable/sys/dev/cxgbe/
Dt4_main.c1390 ifp->if_hw_tsomaxsegcount = TX_SGL_SEGS; in cxgbe_vi_attach()