Searched refs:fl_cap (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 247 static inline unsigned int fl_cap(const struct sge_fl *fl) in fl_cap() function 728 min((unsigned int)MAX_RX_REFILL, fl_cap(fl) - fl->avail), in __refill_fl() 1869 fl_cap(&rxq->fl) - rxq->fl.avail >= 2*FL_PER_EQ_UNIT) in process_responses() 2376 refill_fl(adapter, fl, fl_cap(fl), GFP_KERNEL); in t4vf_sge_alloc_rxq()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 221 static inline unsigned int fl_cap(const struct sge_fl *fl) in fl_cap() function 634 refill_fl(adap, fl, min(MAX_RX_REFILL, fl_cap(fl) - fl->avail), in __refill_fl() 3958 if (q->offset >= 0 && fl_cap(&rxq->fl) - rxq->fl.avail >= 16) in process_responses() 4494 refill_fl(adap, fl, fl_cap(fl), GFP_KERNEL); in t4_sge_alloc_rxq()
|