Searched refs:packets_hiwat (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h1455 @field packets_hiwat High watermark packet threshold.
1479 u_int32_t packets_hiwat; member in struct:ifnet_poll_params
H A Ddlil.c2132 if ((p->packets_lowat == 0 && p->packets_hiwat != 0) ||
2133 (p->packets_lowat != 0 && p->packets_hiwat == 0))
2136 p->packets_lowat >= p->packets_hiwat)
2186 phiwat = ((p == NULL || p->packets_hiwat == 0) ?
2187 rxpoll_tbl[n].phiwat : p->packets_hiwat);
2248 p->packets_hiwat = inp->rxpoll_phiwat;
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.cpp3006 ifParams.packets_hiwat = params->highThresholdPackets;

Completed in 198 milliseconds