Home
last modified time | relevance | path

Searched refs:tsomaxbytes (Results 1 – 2 of 2) sorted by relevance

/src/sys/net/
H A Dif.c770 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 && in if_hw_tsomax_common()
771 ifp->if_hw_tsomax < pmax->tsomaxbytes)) { in if_hw_tsomax_common()
772 pmax->tsomaxbytes = ifp->if_hw_tsomax; in if_hw_tsomax_common()
793 if (ifp->if_hw_tsomax != pmax->tsomaxbytes) { in if_hw_tsomax_update()
794 ifp->if_hw_tsomax = pmax->tsomaxbytes; in if_hw_tsomax_update()
H A Dif_var.h155 u_int tsomaxbytes; /* TSO total burst length limit in bytes */ member