Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDtcp_output.c778 u_int if_hw_tsomaxsegcount; in tcp_output() local
786 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in tcp_output()
816 if (if_hw_tsomaxsegcount != 0 && in tcp_output()
842 if (frags >= if_hw_tsomaxsegcount) { in tcp_output()
844 if_hw_tsomaxsegcount * in tcp_output()
849 if_hw_tsomaxsegcount -= frags; in tcp_output()
HDtcp_subr.c1884 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu()
1925 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu6()
/trueos/sys/net/
HDif.c604 if (pmax->tsomaxsegcount == 0 || (ifp->if_hw_tsomaxsegcount != 0 && in if_hw_tsomax_common()
605 ifp->if_hw_tsomaxsegcount < pmax->tsomaxsegcount)) { in if_hw_tsomax_common()
606 pmax->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in if_hw_tsomax_common()
631 if (ifp->if_hw_tsomaxsegcount != pmax->tsomaxsegcount) { in if_hw_tsomax_update()
632 ifp->if_hw_tsomaxsegcount = pmax->tsomaxsegcount; in if_hw_tsomax_update()
716 ifp->if_hw_tsomaxsegcount == 0 && in if_attach_internal()
726 ifp->if_hw_tsomaxsegcount = 35; in if_attach_internal()
733 ifp->if_hw_tsomaxsegcount, in if_attach_internal()
HDif_var.h259 u_int if_hw_tsomaxsegcount; /* TSO maximum segment count */ member
/trueos/sys/dev/xen/netfront/
HDnetfront.c2106 ifp->if_hw_tsomaxsegcount = MAX_TX_REQ_FRAGS; in create_netdev()
/trueos/sys/dev/oce/
HDoce_if.c1747 sc->ifp->if_hw_tsomaxsegcount = OCE_MAX_TX_ELEMENTS; in oce_attach_ifp()
/trueos/sys/ofed/drivers/net/mlx4/
HDen_netdev.c2118 dev->if_hw_tsomaxsegcount = 16; in mlx4_en_init_netdev()
/trueos/sys/dev/vmware/vmxnet3/
HDif_vmx.c1724 ifp->if_hw_tsomaxsegcount = VMXNET3_TX_MAXSEGS; in vmxnet3_setup_interface()
/trueos/sys/dev/cxgbe/
HDt4_main.c1090 ifp->if_hw_tsomaxsegcount = TX_SGL_SEGS; in cxgbe_attach()