Searched refs:mlx5e_icosq (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | reporter_rx.c | 49 static int mlx5e_wait_for_icosq_flush(struct mlx5e_icosq *icosq) in mlx5e_wait_for_icosq_flush() 70 static void mlx5e_reset_icosq_cc_pc(struct mlx5e_icosq *icosq) in mlx5e_reset_icosq_cc_pc() 82 struct mlx5e_icosq *icosq; in mlx5e_rx_reporter_err_icosq_cqe_recover() 222 static void mlx5e_reporter_icosq_diagnose(struct mlx5e_icosq *icosq, u8 hw_state, in mlx5e_reporter_icosq_diagnose() 284 struct mlx5e_icosq *icosq = rq->icosq; in mlx5e_rx_reporter_build_diagnose_output_rq_common() 612 struct mlx5e_icosq *icosq = rq->icosq; in mlx5e_reporter_rx_timeout() 644 void mlx5e_reporter_icosq_cqe_err(struct mlx5e_icosq *icosq) in mlx5e_reporter_icosq_cqe_err()
|
| H A D | health.h | 31 void mlx5e_reporter_icosq_cqe_err(struct mlx5e_icosq *icosq);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 536 struct mlx5e_icosq { struct 716 struct mlx5e_icosq *icosq; 772 struct mlx5e_icosq icosq; /* internal control operations */ 791 struct mlx5e_icosq *async_icosq; 814 static inline bool mlx5e_icosq_sync_lock(struct mlx5e_icosq *sq) in mlx5e_icosq_sync_lock() 823 static inline void mlx5e_icosq_sync_unlock(struct mlx5e_icosq *sq, bool locked) in mlx5e_icosq_sync_unlock() 1162 void mlx5e_activate_icosq(struct mlx5e_icosq *icosq); 1163 void mlx5e_deactivate_icosq(struct mlx5e_icosq *icosq);
|
| H A D | en_main.c | 321 struct mlx5e_icosq *sq, in mlx5e_build_umr_wqe() 1591 static void mlx5e_free_icosq_db(struct mlx5e_icosq *sq) in mlx5e_free_icosq_db() 1596 static int mlx5e_alloc_icosq_db(struct mlx5e_icosq *sq, int numa) in mlx5e_alloc_icosq_db() 1611 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_icosq_err_cqe_work() 1619 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_async_icosq_err_cqe_work() 1629 struct mlx5e_icosq *sq, in mlx5e_alloc_icosq() 1661 static void mlx5e_free_icosq(struct mlx5e_icosq *sq) in mlx5e_free_icosq() 2050 struct mlx5e_sq_param *param, struct mlx5e_icosq *sq, in mlx5e_open_icosq() 2087 void mlx5e_activate_icosq(struct mlx5e_icosq *icosq) in mlx5e_activate_icosq() 2092 void mlx5e_deactivate_icosq(struct mlx5e_icosq *icosq) in mlx5e_deactivate_icosq() [all …]
|
| H A D | en_rx.c | 647 struct mlx5e_icosq *sq = rq->icosq; in mlx5e_alloc_rx_mpwqe() 806 void mlx5e_free_icosq_descs(struct mlx5e_icosq *sq) in mlx5e_free_icosq_descs() 835 struct mlx5e_icosq *sq = container_of(cq, struct mlx5e_icosq, cq); in mlx5e_poll_ico_cq() 934 struct mlx5e_icosq *sq = rq->icosq; in mlx5e_post_rx_mpwqes()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | rx.c | 23 struct mlx5e_icosq *icosq = rq->icosq; in mlx5e_xsk_alloc_rx_mpwqe()
|