MCPcopy Create free account
hub / github.com/F-Stack/f-stack / __refill_fl

Function __refill_fl

dpdk/drivers/net/cxgbe/sge.c:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl)
388{
389 refill_fl(adap, fl, min(MAX_RX_REFILL, fl_cap(fl) - fl->avail));
390}
391
392/*
393 * Return the number of reclaimable descriptors in a Tx queue.

Callers 2

process_responsesFunction · 0.85
cxgbe_pollFunction · 0.85

Calls 3

refill_flFunction · 0.85
minFunction · 0.85
fl_capFunction · 0.85

Tested by

no test coverage detected