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

Function mlx5_txpp_destroy_clock_queue

dpdk/drivers/net/mlx5/mlx5_txpp.c:147–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147static void
148mlx5_txpp_destroy_clock_queue(struct mlx5_dev_ctx_shared *sh)
149{
150 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue;
151
152 mlx5_txpp_destroy_send_queue(wq);
153 if (sh->txpp.tsa) {
154 mlx5_free(sh->txpp.tsa);
155 sh->txpp.tsa = NULL;
156 }
157}
158
159static void
160mlx5_txpp_doorbell_rearm_queue(struct mlx5_dev_ctx_shared *sh, uint16_t ci)

Callers 3

mlx5_txpp_createFunction · 0.85
mlx5_txpp_destroyFunction · 0.85

Calls 2

mlx5_freeFunction · 0.85

Tested by

no test coverage detected