Searched refs:mlx5e_channels (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | channels.h | 9 struct mlx5e_channels; 11 unsigned int mlx5e_channels_get_num(struct mlx5e_channels *chs); 12 bool mlx5e_channels_is_xsk(struct mlx5e_channels *chs, unsigned int ix); 13 void mlx5e_channels_get_regular_rqn(struct mlx5e_channels *chs, unsigned int ix, u32 *rqn); 14 void mlx5e_channels_get_xsk_rqn(struct mlx5e_channels *chs, unsigned int ix, u32 *rqn); 15 bool mlx5e_channels_get_ptp_rqn(struct mlx5e_channels *chs, u32 *rqn);
|
H A D | qos.h | 13 struct mlx5e_channels; 21 int mlx5e_open_qos_sq(struct mlx5e_priv *priv, struct mlx5e_channels *chs, 29 int mlx5e_qos_open_queues(struct mlx5e_priv *priv, struct mlx5e_channels *chs); 32 void mlx5e_qos_deactivate_all_queues(struct mlx5e_channels *chs); 34 void mlx5e_qos_close_all_queues(struct mlx5e_channels *chs); 35 int mlx5e_qos_alloc_queues(struct mlx5e_priv *priv, struct mlx5e_channels *chs); 38 u16 mlx5e_qid_from_qos(struct mlx5e_channels *chs, u16 qid);
|
H A D | channels.c | 8 unsigned int mlx5e_channels_get_num(struct mlx5e_channels *chs) in mlx5e_channels_get_num() 13 static struct mlx5e_channel *mlx5e_channels_get(struct mlx5e_channels *chs, unsigned int ix) in mlx5e_channels_get() 19 bool mlx5e_channels_is_xsk(struct mlx5e_channels *chs, unsigned int ix) in mlx5e_channels_is_xsk() 26 void mlx5e_channels_get_regular_rqn(struct mlx5e_channels *chs, unsigned int ix, u32 *rqn) in mlx5e_channels_get_regular_rqn() 33 void mlx5e_channels_get_xsk_rqn(struct mlx5e_channels *chs, unsigned int ix, u32 *rqn) in mlx5e_channels_get_xsk_rqn() 42 bool mlx5e_channels_get_ptp_rqn(struct mlx5e_channels *chs, u32 *rqn) in mlx5e_channels_get_ptp_rqn()
|
H A D | rx_res.h | 15 struct mlx5e_channels; 39 void mlx5e_rx_res_channels_activate(struct mlx5e_rx_res *res, struct mlx5e_channels *chs); 41 void mlx5e_rx_res_xsk_update(struct mlx5e_rx_res *res, struct mlx5e_channels *chs,
|
H A D | qos.c | 13 struct mlx5e_channels *chs; 38 u16 mlx5e_qid_from_qos(struct mlx5e_channels *chs, u16 qid) in mlx5e_qid_from_qos() 69 int mlx5e_open_qos_sq(struct mlx5e_priv *priv, struct mlx5e_channels *chs, in mlx5e_open_qos_sq() 253 void mlx5e_qos_close_all_queues(struct mlx5e_channels *chs) in mlx5e_qos_close_all_queues() 261 int mlx5e_qos_alloc_queues(struct mlx5e_priv *priv, struct mlx5e_channels *chs) in mlx5e_qos_alloc_queues() 295 int mlx5e_qos_open_queues(struct mlx5e_priv *priv, struct mlx5e_channels *chs) in mlx5e_qos_open_queues() 347 void mlx5e_qos_deactivate_all_queues(struct mlx5e_channels *chs) in mlx5e_qos_deactivate_all_queues()
|
H A D | rx_res.c | 487 struct mlx5e_channels *chs, in mlx5e_rx_res_channel_activate_direct() 512 void mlx5e_rx_res_channels_activate(struct mlx5e_rx_res *res, struct mlx5e_channels *chs) in mlx5e_rx_res_channels_activate() 567 void mlx5e_rx_res_xsk_update(struct mlx5e_rx_res *res, struct mlx5e_channels *chs, in mlx5e_rx_res_xsk_update()
|
H A D | reporter_tx.c | 172 struct mlx5e_channels *chs; in mlx5e_tx_reporter_ptpsq_unhealthy_recover()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 792 struct mlx5e_channels { struct 879 struct mlx5e_channels channels; 1050 struct mlx5e_channels *chs); 1051 void mlx5e_close_channels(struct mlx5e_channels *chs);
|
H A D | en_main.c | 2558 struct mlx5e_channels *chs) in mlx5e_open_channels() 2617 static void mlx5e_activate_channels(struct mlx5e_priv *priv, struct mlx5e_channels *chs) in mlx5e_activate_channels() 2634 static int mlx5e_wait_channels_min_rx_wqes(struct mlx5e_channels *chs) in mlx5e_wait_channels_min_rx_wqes() 2656 static void mlx5e_deactivate_channels(struct mlx5e_channels *chs) in mlx5e_deactivate_channels() 2667 void mlx5e_close_channels(struct mlx5e_channels *chs) in mlx5e_close_channels() 3010 struct mlx5e_channels *new_chs, in mlx5e_switch_priv_channels() 3015 struct mlx5e_channels old_chs; in mlx5e_switch_priv_channels() 3057 struct mlx5e_channels *new_chs; in mlx5e_safe_switch_params() 3379 static int mlx5e_modify_channels_vsd(struct mlx5e_channels *chs, bool vsd) in mlx5e_modify_channels_vsd() 3965 struct mlx5e_channels *chs = &priv->channels; in set_feature_rx_fcs() [all …]
|
H A D | en_ethtool.c | 2032 struct mlx5e_channels *channels = &priv->channels; in set_pflag_rx_no_csum_complete()
|