| 330 | } |
| 331 | |
| 332 | static inline struct sfc_adapter_shared * |
| 333 | sfc_sa2shared(struct sfc_adapter *sa) |
| 334 | { |
| 335 | return sa->priv.shared; |
| 336 | } |
| 337 | |
| 338 | /* |
| 339 | * Add wrapper functions to acquire/release lock to be able to remove or |
no outgoing calls
no test coverage detected