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

Function sfc_tx_close

dpdk/drivers/net/sfc/sfc_tx.c:499–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499void
500sfc_tx_close(struct sfc_adapter *sa)
501{
502 sfc_tx_fini_queues(sa, 0);
503 sfc_repr_proxy_txq_fini(sa);
504
505 free(sa->txq_ctrl);
506 sa->txq_ctrl = NULL;
507
508 rte_free(sfc_sa2shared(sa)->txq_info);
509 sfc_sa2shared(sa)->txq_info = NULL;
510}
511
512int
513sfc_tx_qstart(struct sfc_adapter *sa, sfc_sw_index_t sw_index)

Callers 3

sfc_tx_configureFunction · 0.85
sfc_configureFunction · 0.85
sfc_closeFunction · 0.85

Calls 5

sfc_tx_fini_queuesFunction · 0.85
sfc_repr_proxy_txq_finiFunction · 0.85
rte_freeFunction · 0.85
sfc_sa2sharedFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected