Searched refs:icosq (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_txrx.c | 121 mlx5e_cq_arm(&c->icosq.cq); in mlx5e_napi_poll()
|
D | en_main.c | 75 struct mlx5e_sq_param icosq; member 365 mlx5e_build_umr_wqe(rq, &c->icosq, &rq->mpwqe.umr_wqe); in mlx5e_rq_alloc_mpwqe_info() 944 struct mlx5e_icosq *sq = &rq->channel->icosq; in mlx5e_activate_rq() 1932 err = mlx5e_open_cq(c, icocq_moder, &cparam->icosq_cq, &c->icosq.cq); in mlx5e_open_channel() 1956 err = mlx5e_open_icosq(c, params, &cparam->icosq, &c->icosq); in mlx5e_open_channel() 1991 mlx5e_close_icosq(&c->icosq); in mlx5e_open_channel() 2008 mlx5e_close_cq(&c->icosq.cq); in mlx5e_open_channel() 2043 mlx5e_close_icosq(&c->icosq); in mlx5e_close_channel() 2050 mlx5e_close_cq(&c->icosq.cq); in mlx5e_close_channel() 2295 mlx5e_build_icosq_param(priv, icosq_log_wq_sz, &cparam->icosq); in mlx5e_build_channel_param()
|
D | en_rx.c | 452 struct mlx5e_icosq *sq = &rq->channel->icosq; in mlx5e_alloc_rx_mpwqe() 598 mlx5e_poll_ico_cq(&rq->channel->icosq.cq, rq); in mlx5e_post_rx_mpwqes()
|
D | en.h | 594 struct mlx5e_icosq icosq; /* internal control operations */ member
|