Searched refs:icosq (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | reporter_rx.c | 47 static int mlx5e_wait_for_icosq_flush(struct mlx5e_icosq *icosq) in mlx5e_wait_for_icosq_flush() argument 49 struct mlx5_core_dev *dev = icosq->channel->mdev; in mlx5e_wait_for_icosq_flush() 55 if (icosq->cc == icosq->pc) in mlx5e_wait_for_icosq_flush() 61 netdev_err(icosq->channel->netdev, in mlx5e_wait_for_icosq_flush() 63 icosq->sqn, icosq->cc, icosq->pc); in mlx5e_wait_for_icosq_flush() 68 static void mlx5e_reset_icosq_cc_pc(struct mlx5e_icosq *icosq) in mlx5e_reset_icosq_cc_pc() argument 70 WARN_ONCE(icosq->cc != icosq->pc, "ICOSQ 0x%x: cc (0x%x) != pc (0x%x)\n", in mlx5e_reset_icosq_cc_pc() 71 icosq->sqn, icosq->cc, icosq->pc); in mlx5e_reset_icosq_cc_pc() 72 icosq->cc = 0; in mlx5e_reset_icosq_cc_pc() 73 icosq->pc = 0; in mlx5e_reset_icosq_cc_pc() [all …]
|
H A D | health.h | 31 void mlx5e_reporter_icosq_cqe_err(struct mlx5e_icosq *icosq);
|
H A D | params.h | 44 struct mlx5e_sq_param icosq; member
|
H A D | params.c | 1263 mlx5e_build_icosq_param(mdev, icosq_log_wq_sz, &cparam->icosq); in mlx5e_build_channel_param()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | setup.c | 76 rq->icosq = &c->icosq; in mlx5e_init_xsk_rq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 695 struct mlx5e_icosq *icosq; member 745 struct mlx5e_icosq icosq; /* internal control operations */ member 1097 void mlx5e_activate_icosq(struct mlx5e_icosq *icosq); 1098 void mlx5e_deactivate_icosq(struct mlx5e_icosq *icosq);
|
H A D | en_main.c | 396 mlx5e_build_umr_wqe(rq, rq->icosq, &rq->mpwqe.umr_wqe); in mlx5e_rq_alloc_mpwqe_info() 741 rq->icosq = &c->icosq; in mlx5e_init_rxq_rq() 1985 void mlx5e_activate_icosq(struct mlx5e_icosq *icosq) in mlx5e_activate_icosq() argument 1987 set_bit(MLX5E_SQ_STATE_ENABLED, &icosq->state); in mlx5e_activate_icosq() 1990 void mlx5e_deactivate_icosq(struct mlx5e_icosq *icosq) in mlx5e_deactivate_icosq() argument 1992 clear_bit(MLX5E_SQ_STATE_ENABLED, &icosq->state); in mlx5e_deactivate_icosq() 2522 err = mlx5e_open_cq(c->mdev, icocq_moder, &cparam->icosq.cqp, &ccp, in mlx5e_open_queues() 2523 &c->icosq.cq); in mlx5e_open_queues() 2558 err = mlx5e_open_icosq(c, params, &cparam->icosq, &c->icosq, in mlx5e_open_queues() 2587 mlx5e_close_icosq(&c->icosq); in mlx5e_open_queues() [all …]
|
H A D | en_rx.c | 730 struct mlx5e_icosq *sq = rq->icosq; in mlx5e_alloc_rx_hd_mpwqe() 770 struct mlx5e_icosq *sq = rq->icosq; in mlx5e_alloc_rx_mpwqe() 984 struct mlx5e_channel *c = container_of(sq, struct mlx5e_channel, icosq); in mlx5e_handle_shampo_hd_umr() 1079 struct mlx5e_icosq *sq = rq->icosq; in mlx5e_post_rx_mpwqes()
|