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

/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c252 * fl_cap - return the capacity of a Free List
260 static inline unsigned int fl_cap(const struct sge_fl *fl) function
707 min((unsigned int)MAX_RX_REFILL, fl_cap(fl) - fl->avail),
2172 refill_fl(adapter, fl, fl_cap(fl), GFP_KERNEL);
/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c188 * fl_cap - return the capacity of a free-buffer list
195 static inline unsigned int fl_cap(const struct sge_fl *fl) function
571 refill_fl(adap, fl, min(MAX_RX_REFILL, fl_cap(fl) - fl->avail),
2055 refill_fl(adap, fl, fl_cap(fl), GFP_KERNEL);

Completed in 83 milliseconds