Return the number of Tx queues reserved for driver's internal use */
| 75 | |
| 76 | /* Return the number of Tx queues reserved for driver's internal use */ |
| 77 | static inline unsigned int |
| 78 | sfc_nb_txq_reserved(const struct sfc_adapter_shared *sas) |
| 79 | { |
| 80 | return sfc_repr_nb_txq(sas); |
| 81 | } |
| 82 | |
| 83 | static inline unsigned int |
| 84 | sfc_nb_reserved_evq(const struct sfc_adapter_shared *sas) |
no test coverage detected