Searched refs:if_hw_tsomaxsegcount (Results 1 – 9 of 9) sorted by relevance
778 u_int if_hw_tsomaxsegcount; in tcp_output() local786 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()
1884 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu()1925 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu6()
604 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()
259 u_int if_hw_tsomaxsegcount; /* TSO maximum segment count */ member
2106 ifp->if_hw_tsomaxsegcount = MAX_TX_REQ_FRAGS; in create_netdev()
1747 sc->ifp->if_hw_tsomaxsegcount = OCE_MAX_TX_ELEMENTS; in oce_attach_ifp()
2118 dev->if_hw_tsomaxsegcount = 16; in mlx4_en_init_netdev()
1724 ifp->if_hw_tsomaxsegcount = VMXNET3_TX_MAXSEGS; in vmxnet3_setup_interface()
1090 ifp->if_hw_tsomaxsegcount = TX_SGL_SEGS; in cxgbe_attach()