/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | setup.h | 16 struct mlx5e_channel *c); 17 void mlx5e_close_xsk(struct mlx5e_channel *c); 18 void mlx5e_activate_xsk(struct mlx5e_channel *c); 19 void mlx5e_deactivate_xsk(struct mlx5e_channel *c);
|
H A D | setup.c | 61 static int mlx5e_init_xsk_rq(struct mlx5e_channel *c, in mlx5e_init_xsk_rq() 94 static int mlx5e_open_xsk_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xsk_rq() 115 struct mlx5e_channel *c) in mlx5e_open_xsk() 177 void mlx5e_close_xsk(struct mlx5e_channel *c) in mlx5e_close_xsk() 191 void mlx5e_activate_xsk(struct mlx5e_channel *c) in mlx5e_activate_xsk() 203 void mlx5e_deactivate_xsk(struct mlx5e_channel *c) in mlx5e_deactivate_xsk()
|
H A D | pool.c | 83 struct mlx5e_channel *c; in mlx5e_xsk_enable_locked() 167 struct mlx5e_channel *c; in mlx5e_xsk_disable_locked()
|
H A D | tx.c | 14 struct mlx5e_channel *c; in mlx5e_xsk_wakeup()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | channels.c | 13 static struct mlx5e_channel *mlx5e_channels_get(struct mlx5e_channels *chs, unsigned int ix) in mlx5e_channels_get() 21 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_is_xsk() 28 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_get_regular_rqn() 35 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_get_xsk_rqn()
|
H A D | qos.h | 14 struct mlx5e_channel; 31 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c); 33 void mlx5e_qos_close_queues(struct mlx5e_channel *c);
|
H A D | health.h | 34 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c); 35 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c);
|
H A D | qos.c | 58 struct mlx5e_channel *c; in mlx5e_get_qos_sq() 78 struct mlx5e_channel *c; in mlx5e_open_qos_sq() 207 struct mlx5e_channel *c; in mlx5e_close_qos_sq() 228 void mlx5e_qos_close_queues(struct mlx5e_channel *c) in mlx5e_qos_close_queues() 321 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c) in mlx5e_qos_deactivate_queues()
|
H A D | reporter_rx.c | 496 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_rx_reporter_diagnose() 752 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_suspend_recovery() 757 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_resume_recovery()
|
H A D | params.h | 129 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c);
|
H A D | reporter_tx.c | 457 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_diagnose() 596 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_dump_all_sqs()
|
H A D | params.c | 669 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c) in mlx5e_build_create_cq_param()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_txrx.h | 44 bool mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget); 47 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list() 68 mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list() 74 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list()
|
H A D | ktls_rx.c | 196 static int post_rx_param_wqes(struct mlx5e_channel *c, in post_rx_param_wqes() 334 struct mlx5e_channel *c; in resync_handle_work() 364 struct mlx5e_channel *c) in resync_handle_seq_match() 546 struct mlx5e_channel *c; in mlx5e_ktls_rx_resync() 721 bool mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_txrx.c | 42 static inline bool mlx5e_channel_no_affinity_change(struct mlx5e_channel *c) in mlx5e_channel_no_affinity_change() 126 struct mlx5e_channel *c = container_of(napi, struct mlx5e_channel, in mlx5e_napi_poll()
|
H A D | en.h | 457 struct mlx5e_channel *channel; 521 struct mlx5e_channel *channel; 549 struct mlx5e_channel *channel; 734 struct mlx5e_channel *channel; 747 struct mlx5e_channel { struct 793 struct mlx5e_channel **c; argument 1025 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, 1046 void mlx5e_trigger_napi_icosq(struct mlx5e_channel *c); 1081 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix,
|
H A D | en_main.c | 1340 static int mlx5e_alloc_xdpsq(struct mlx5e_channel *c, in mlx5e_alloc_xdpsq() 1429 static int mlx5e_alloc_icosq(struct mlx5e_channel *c, in mlx5e_alloc_icosq() 1838 struct mlx5e_channel *c = sq->channel; in mlx5e_close_icosq() 1911 struct mlx5e_channel *c = sq->channel; in mlx5e_close_xdpsq() 2134 static int mlx5e_open_sqs(struct mlx5e_channel *c, in mlx5e_open_sqs() 2165 static void mlx5e_close_sqs(struct mlx5e_channel *c) in mlx5e_close_sqs() 2448 struct mlx5e_channel **cp) in mlx5e_open_channel() 2453 struct mlx5e_channel *c; in mlx5e_open_channel() 2641 struct mlx5e_channel *c = chs->c[i]; in mlx5e_wait_channels_min_rx_wqes() 2906 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_build_txq_maps() [all …]
|
H A D | en_ethtool.c | 579 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_tx_coalesce() 597 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_rx_coalesce() 2033 struct mlx5e_channel *c; in set_pflag_rx_no_csum_complete()
|
H A D | en_stats.c | 489 static void mlx5e_stats_update_stats_rq_page_pool(struct mlx5e_channel *c) in mlx5e_stats_update_stats_rq_page_pool() 512 static void mlx5e_stats_update_stats_rq_page_pool(struct mlx5e_channel *c) in mlx5e_stats_update_stats_rq_page_pool()
|
H A D | en_rep.c | 516 struct mlx5e_channel *c; in mlx5e_add_sqs_fwd_rules()
|
H A D | en_rx.c | 977 struct mlx5e_channel *c = container_of(sq, struct mlx5e_channel, icosq); in mlx5e_handle_shampo_hd_umr()
|