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

/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c105 * An FL with <= FL_STARVE_THRES buffers is starving and a periodic
108 FL_STARVE_THRES = 4, enumerator in enum:__anon2145
275 return fl->avail - fl->pend_cred <= FL_STARVE_THRES;
/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c110 * An FL with <= FL_STARVE_THRES buffers is starving and a periodic timer will
113 #define FL_STARVE_THRES 4 macro
202 return fl->avail - fl->pend_cred <= FL_STARVE_THRES;

Completed in 152 milliseconds