Searched refs:if_hw_tsomaxsegcount (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if.c | 823 if (pmax->tsomaxsegcount == 0 || (ifp->if_hw_tsomaxsegcount != 0 && in if_hw_tsomax_common() 824 ifp->if_hw_tsomaxsegcount < pmax->tsomaxsegcount)) { in if_hw_tsomax_common() 825 pmax->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in if_hw_tsomax_common() 850 if (ifp->if_hw_tsomaxsegcount != pmax->tsomaxsegcount) { in if_hw_tsomax_update() 851 ifp->if_hw_tsomaxsegcount = pmax->tsomaxsegcount; in if_hw_tsomax_update() 944 ifp->if_hw_tsomaxsegcount == 0 && in if_attach_internal() 954 ifp->if_hw_tsomaxsegcount = 35; in if_attach_internal() 961 ifp->if_hw_tsomaxsegcount, in if_attach_internal() 4463 if_sethwtsomaxsegcount(if_t ifp, u_int if_hw_tsomaxsegcount) in if_sethwtsomaxsegcount() argument 4466 ((struct ifnet *)ifp)->if_hw_tsomaxsegcount = if_hw_tsomaxsegcount; in if_sethwtsomaxsegcount() [all …]
|
| H A D | if_var.h | 415 u_int if_hw_tsomaxsegcount; /* TSO maximum segment count */ member 727 int if_sethwtsomaxsegcount(if_t ifp, u_int if_hw_tsomaxsegcount);
|
| H A D | if_vxlan.c | 3131 ifp->if_hw_tsomaxsegcount = p->if_hw_tsomaxsegcount - 1; in vxlan_set_hwcaps()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_output.c | 201 u_int if_hw_tsomaxsegcount = 0; in tcp_output() local 907 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in tcp_output() 1079 &len, if_hw_tsomaxsegcount, in tcp_output()
|
| H A D | tcp_subr.c | 2964 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu() 3003 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in tcp_maxmtu6()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 11966 uint32_t if_hw_tsomaxsegcount = 0; in bbr_output_wtime() local 13117 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in bbr_output_wtime() 13174 if_hw_tsomaxsegcount = 0; in bbr_output_wtime() 13325 if_hw_tsomaxsegcount, in bbr_output_wtime() 13354 if (tso && if_hw_tsomaxsegcount) { in bbr_output_wtime() 13363 if (seg_cnt > if_hw_tsomaxsegcount) { in bbr_output_wtime() 13364 panic("seg_cnt:%d > max:%d", seg_cnt, if_hw_tsomaxsegcount); in bbr_output_wtime()
|
| H A D | rack.c | 11886 uint32_t if_hw_tsomaxsegcount = 0; in rack_output() local 13131 if_hw_tsomaxsegcount = tp->t_tsomaxsegcount; in rack_output() 13287 if_hw_tsomaxsegcount, if_hw_tsomaxsegsize, msb, in rack_output()
|