Searched refs:ch_ix (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | sd.h | 12 int mlx5_sd_ch_ix_get_dev_ix(struct mlx5_core_dev *dev, int ch_ix); 13 int mlx5_sd_ch_ix_get_vec_ix(struct mlx5_core_dev *dev, int ch_ix); 14 struct mlx5_core_dev *mlx5_sd_ch_ix_get_dev(struct mlx5_core_dev *primary, int ch_ix);
|
H A D | sd.c | 69 int mlx5_sd_ch_ix_get_dev_ix(struct mlx5_core_dev *dev, int ch_ix) in mlx5_sd_ch_ix_get_dev_ix() argument 71 return ch_ix % mlx5_sd_get_host_buses(dev); in mlx5_sd_ch_ix_get_dev_ix() 74 int mlx5_sd_ch_ix_get_vec_ix(struct mlx5_core_dev *dev, int ch_ix) in mlx5_sd_ch_ix_get_vec_ix() argument 76 return ch_ix / mlx5_sd_get_host_buses(dev); in mlx5_sd_ch_ix_get_vec_ix() 79 struct mlx5_core_dev *mlx5_sd_ch_ix_get_dev(struct mlx5_core_dev *primary, int ch_ix) in mlx5_sd_ch_ix_get_dev() argument 81 int mdev_idx = mlx5_sd_ch_ix_get_dev_ix(primary, ch_ix); in mlx5_sd_ch_ix_get_dev()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | reporter_tx.c | 255 devlink_fmsg_u32_pair_put(fmsg, "channel ix", sq->ch_ix); in mlx5e_tx_reporter_build_diagnose_output() 499 sq->ch_ix, sq->sqn, sq->cq.mcq.cqn, sq->cc, sq->pc, in mlx5e_reporter_tx_timeout() 520 txqsq->ch_ix, txqsq->sqn, ts_cq->mcq.cqn, map->undelivered_counter, map->capacity); in mlx5e_reporter_tx_ptpsq_unhealthy()
|
H A D | ptp.c | 334 sq->ch_ix = MLX5E_PTP_CHANNEL_IX; in mlx5e_ptp_alloc_txqsq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 455 int ch_ix; member
|
H A D | en_main.c | 1623 sq->ch_ix = c->ix; in mlx5e_alloc_txqsq()
|