Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_var.h137 u_int tsomaxbytes; /* TSO total burst length limit in bytes */ member
H A Dif.c819 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 && in if_hw_tsomax_common()
820 ifp->if_hw_tsomax < pmax->tsomaxbytes)) { in if_hw_tsomax_common()
821 pmax->tsomaxbytes = ifp->if_hw_tsomax; in if_hw_tsomax_common()
842 if (ifp->if_hw_tsomax != pmax->tsomaxbytes) { in if_hw_tsomax_update()
843 ifp->if_hw_tsomax = pmax->tsomaxbytes; in if_hw_tsomax_update()