| 348 | #define sfc_adapter_lock_fini(sa) RTE_SET_USED(sa) |
| 349 | |
| 350 | static inline unsigned int |
| 351 | sfc_nb_counter_rxq(const struct sfc_adapter_shared *sas) |
| 352 | { |
| 353 | return sas->counters_rxq_allocated ? 1 : 0; |
| 354 | } |
| 355 | |
| 356 | bool sfc_repr_supported(const struct sfc_adapter *sa); |
| 357 | bool sfc_repr_available(const struct sfc_adapter_shared *sas); |
no outgoing calls
no test coverage detected