| 165 | }; |
| 166 | |
| 167 | static inline struct sfc_adapter_priv * |
| 168 | sfc_adapter_priv_by_eth_dev(struct rte_eth_dev *eth_dev) |
| 169 | { |
| 170 | struct sfc_adapter_priv *sap = eth_dev->process_private; |
| 171 | |
| 172 | SFC_ASSERT(sap != NULL); |
| 173 | return sap; |
| 174 | } |
| 175 | |
| 176 | /* RxQ dedicated for counters (counter only RxQ) data */ |
| 177 | struct sfc_counter_rxq { |
no outgoing calls
no test coverage detected