| 357 | bool sfc_repr_available(const struct sfc_adapter_shared *sas); |
| 358 | |
| 359 | static inline unsigned int |
| 360 | sfc_repr_nb_rxq(const struct sfc_adapter_shared *sas) |
| 361 | { |
| 362 | return sas->nb_repr_rxq; |
| 363 | } |
| 364 | |
| 365 | static inline unsigned int |
| 366 | sfc_repr_nb_txq(const struct sfc_adapter_shared *sas) |
no outgoing calls
no test coverage detected