Searched refs:mlx5e_channel (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_dim.c | 65 struct mlx5e_channel *c = container_of(rq, struct mlx5e_channel, rq); in mlx5e_dim_work()
|
H A D | mlx5_en_main.c | 847 struct mlx5e_channel *pch = priv->channel + i; in mlx5e_update_stats_locked() 1203 mlx5e_create_rq(struct mlx5e_channel *c, in mlx5e_create_rq() 1343 struct mlx5e_channel *c = rq->channel; in mlx5e_enable_rq() 1387 struct mlx5e_channel *c = rq->channel; in mlx5e_modify_rq() 1417 struct mlx5e_channel *c = rq->channel; in mlx5e_disable_rq() 1425 mlx5e_open_rq(struct mlx5e_channel *c, in mlx5e_open_rq() 1636 mlx5e_refresh_sq_inline_sub(struct mlx5e_priv *priv, struct mlx5e_channel *c) in mlx5e_refresh_sq_inline_sub() 1661 mlx5e_create_sq(struct mlx5e_channel *c, in mlx5e_create_sq() 1817 mlx5e_open_sq(struct mlx5e_channel *c, in mlx5e_open_sq() 2113 mlx5e_open_tx_cqs(struct mlx5e_channel *c, in mlx5e_open_tx_cqs() [all …]
|
H A D | mlx5_en_rx.c | 329 struct mlx5e_channel *c; in mlx5e_build_rx_mbuf() 441 c = container_of(rq, struct mlx5e_channel, rq); in mlx5e_build_rx_mbuf() 669 struct mlx5e_channel *c = container_of(mcq, struct mlx5e_channel, rq.cq.mcq); in mlx5e_rx_cq_comp()
|
H A D | en.h | 783 struct mlx5e_channel *channel; 923 struct mlx5e_channel { struct 1153 struct mlx5e_channel channel[]; 1307 int mlx5e_iq_open(struct mlx5e_channel *, struct mlx5e_sq_param *, struct mlx5e_cq_param *, struct …
|
H A D | mlx5_en_iq.c | 175 mlx5e_iq_create(struct mlx5e_channel *c, in mlx5e_iq_create() 326 mlx5e_iq_open(struct mlx5e_channel *c, in mlx5e_iq_open()
|
H A D | mlx5_en_hw_tls_rx.c | 255 priv = container_of(iq, struct mlx5e_channel, iq)->priv; in mlx5e_tls_rx_send_progress_parameters_sync()
|
H A D | mlx5_en_tx.c | 115 struct mlx5e_channel, tag)->sq[0]; in mlx5e_select_queue_by_send_tag()
|
H A D | mlx5_en_rl.c | 471 struct mlx5e_channel *iq_channel; in mlx5e_rl_remap_sq()
|
H A D | mlx5_en_ethtool.c | 1289 struct mlx5e_channel *c; in mlx5e_ethtool_debug_channel_info()
|