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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c866 srfppp->srfpp_lowat = nprealloc;
974 if (srfppp->srfpp_count <= srfppp->srfpp_lowat)
979 /* Trim to the largest of srfppp->srfpp_min and srfpp->srfpp_lowat */
980 if (srfppp->srfpp_lowat > srfppp->srfpp_min)
981 count = srfppp->srfpp_count - srfppp->srfpp_lowat;
H A Dsfxge.h363 unsigned int srfpp_lowat; member in struct:sfxge_rx_fpp_s

Completed in 89 milliseconds