Searched refs:mlx5e_channel (Results 1 – 19 of 19) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
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);
|
D | setup.c | 49 static int mlx5e_init_xsk_rq(struct mlx5e_channel *c, in mlx5e_init_xsk_rq() 81 static int mlx5e_open_xsk_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xsk_rq() 96 struct mlx5e_channel *c) in mlx5e_open_xsk() 158 void mlx5e_close_xsk(struct mlx5e_channel *c) in mlx5e_close_xsk() 172 void mlx5e_activate_xsk(struct mlx5e_channel *c) in mlx5e_activate_xsk() 188 void mlx5e_deactivate_xsk(struct mlx5e_channel *c) in mlx5e_deactivate_xsk()
|
D | pool.c | 82 struct mlx5e_channel *c; in mlx5e_xsk_enable_locked() 159 struct mlx5e_channel *c; in mlx5e_xsk_disable_locked()
|
D | tx.c | 14 struct mlx5e_channel *c; in mlx5e_xsk_wakeup()
|
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
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() 61 mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list() 67 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list()
|
D | ktls_rx.c | 195 static int post_rx_param_wqes(struct mlx5e_channel *c, in post_rx_param_wqes() 333 struct mlx5e_channel *c; in resync_handle_work() 363 struct mlx5e_channel *c) in resync_handle_seq_match() 521 struct mlx5e_channel *c; in mlx5e_ktls_rx_resync() 682 bool mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | qos.h | 13 struct mlx5e_channel; 25 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c); 26 void mlx5e_qos_close_queues(struct mlx5e_channel *c);
|
D | channels.c | 15 struct mlx5e_channel *c; in mlx5e_channels_get_regular_rqn() 25 struct mlx5e_channel *c; in mlx5e_channels_get_xsk_rqn()
|
D | health.h | 33 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c); 34 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c);
|
D | qos.c | 167 struct mlx5e_channel *c; in mlx5e_get_qos_sq() 189 struct mlx5e_channel *c; in mlx5e_open_qos_sq() 293 struct mlx5e_channel *c; in mlx5e_close_qos_sq() 314 void mlx5e_qos_close_queues(struct mlx5e_channel *c) in mlx5e_qos_close_queues() 418 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c) in mlx5e_qos_deactivate_queues()
|
D | params.h | 126 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c);
|
D | reporter_tx.c | 373 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_diagnose() 503 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_dump_all_sqs()
|
D | reporter_rx.c | 705 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_suspend_recovery() 710 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_resume_recovery()
|
D | params.c | 357 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c) in mlx5e_build_create_cq_param()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_txrx.c | 41 static inline bool mlx5e_channel_no_affinity_change(struct mlx5e_channel *c) in mlx5e_channel_no_affinity_change() 115 struct mlx5e_channel *c = container_of(napi, struct mlx5e_channel, in mlx5e_napi_poll()
|
D | en.h | 517 struct mlx5e_channel *channel; 545 struct mlx5e_channel *channel; 691 struct mlx5e_channel { struct 737 struct mlx5e_channel **c; argument 959 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, 1013 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix,
|
D | en_main.c | 380 static int mlx5e_init_rxq_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_init_rxq_rq() 961 static int mlx5e_alloc_xdpsq(struct mlx5e_channel *c, in mlx5e_alloc_xdpsq() 1047 static int mlx5e_alloc_icosq(struct mlx5e_channel *c, in mlx5e_alloc_icosq() 1122 static int mlx5e_alloc_txqsq(struct mlx5e_channel *c, in mlx5e_alloc_txqsq() 1306 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix, in mlx5e_open_txqsq() 1409 static int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq() 1457 struct mlx5e_channel *c = sq->channel; in mlx5e_close_icosq() 1466 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq() 1530 struct mlx5e_channel *c = sq->channel; in mlx5e_close_xdpsq() 1684 static int mlx5e_open_tx_cqs(struct mlx5e_channel *c, in mlx5e_open_tx_cqs() [all …]
|
D | en_ethtool.c | 557 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_tx_coalesce() 575 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_rx_coalesce() 1974 struct mlx5e_channel *c; in set_pflag_rx_no_csum_complete()
|
D | en_rep.c | 401 struct mlx5e_channel *c; in mlx5e_add_sqs_fwd_rules()
|