| 312 | }; |
| 313 | |
| 314 | static inline struct sfc_adapter_shared * |
| 315 | sfc_adapter_shared_by_eth_dev(struct rte_eth_dev *eth_dev) |
| 316 | { |
| 317 | struct sfc_adapter_shared *sas = eth_dev->data->dev_private; |
| 318 | |
| 319 | return sas; |
| 320 | } |
| 321 | |
| 322 | static inline struct sfc_adapter * |
| 323 | sfc_adapter_by_eth_dev(struct rte_eth_dev *eth_dev) |
no outgoing calls
no test coverage detected