Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_var.h155 u_int tsomaxbytes; /* TSO total burst length limit in bytes */ member
H A Dif.c785 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 && in if_hw_tsomax_common()
786 ifp->if_hw_tsomax < pmax->tsomaxbytes)) { in if_hw_tsomax_common()
787 pmax->tsomaxbytes = ifp->if_hw_tsomax; in if_hw_tsomax_common()
808 if (ifp->if_hw_tsomax != pmax->tsomaxbytes) { in if_hw_tsomax_update()
809 ifp->if_hw_tsomax = pmax->tsomaxbytes; in if_hw_tsomax_update()