MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sfc_ev_detach

Function sfc_ev_detach

dpdk/drivers/net/sfc/sfc_ev.c:1011–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011void
1012sfc_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}

Callers 2

sfc_attachFunction · 0.85
sfc_detachFunction · 0.85

Calls 1

sfc_ev_qfiniFunction · 0.85

Tested by

no test coverage detected