Searched refs:fl_cap (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 247 static inline unsigned int fl_cap(const struct sge_fl *fl) in fl_cap() function 730 min((unsigned int)MAX_RX_REFILL, fl_cap(fl) - fl->avail), in __refill_fl() 2327 refill_fl(adapter, fl, fl_cap(fl), GFP_KERNEL); in t4vf_sge_alloc_rxq()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 240 static inline unsigned int fl_cap(const struct sge_fl *fl) in fl_cap() function 677 refill_fl(adap, fl, min(MAX_RX_REFILL, fl_cap(fl) - fl->avail), in __refill_fl() 2533 refill_fl(adap, fl, fl_cap(fl), GFP_KERNEL); in t4_sge_alloc_rxq()
|