| 1009 | } |
| 1010 | |
| 1011 | void |
| 1012 | sfc_ev_detach(struct sfc_adapter *sa) |
| 1013 | { |
| 1014 | sfc_log_init(sa, "entry"); |
| 1015 | |
| 1016 | sfc_ev_qfini(sa->mgmt_evq); |
| 1017 | |
| 1018 | if (sa->evq_count != 0) |
| 1019 | sfc_err(sa, "%u EvQs are not destroyed before detach", |
| 1020 | sa->evq_count); |
| 1021 | } |
no test coverage detected