| 363 | } |
| 364 | |
| 365 | static inline unsigned int |
| 366 | sfc_repr_nb_txq(const struct sfc_adapter_shared *sas) |
| 367 | { |
| 368 | return sas->nb_repr_txq; |
| 369 | } |
| 370 | |
| 371 | /** Get the number of milliseconds since boot from the default timer */ |
| 372 | static inline uint64_t |
no outgoing calls
no test coverage detected