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

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

Completed in 115 milliseconds