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

Function sfc_ev_qfini

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

Source from the content-addressed store, hash-verified

937}
938
939void
940sfc_ev_qfini(struct sfc_evq *evq)
941{
942 struct sfc_adapter *sa = evq->sa;
943
944 SFC_ASSERT(evq->init_state == SFC_EVQ_INITIALIZED);
945
946 sfc_dma_free(sa, &evq->mem);
947
948 rte_free(evq);
949
950 SFC_ASSERT(sa->evq_count > 0);
951 sa->evq_count--;
952}
953
954static int
955sfc_kvarg_perf_profile_handler(__rte_unused const char *key,

Callers 5

sfc_ev_detachFunction · 0.85
sfc_tx_qinitFunction · 0.85
sfc_tx_qfiniFunction · 0.85
sfc_rx_qinitFunction · 0.85
sfc_rx_qfiniFunction · 0.85

Calls 2

sfc_dma_freeFunction · 0.85
rte_freeFunction · 0.85

Tested by

no test coverage detected