Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h270 #define FL_RUNNING_LOW(fl) (fl->cap - fl->needed <= fl->lowat) macro
H A Dt4_sge.c2272 return (FL_RUNNING_LOW(fl) && !(fl->flags & FL_STARVING)); in refill_fl()