| 385 | } |
| 386 | |
| 387 | static 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. |
no test coverage detected