Searched refs:mlx5e_channel (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.15/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 | 48 static int mlx5e_init_xsk_rq(struct mlx5e_channel *c, in mlx5e_init_xsk_rq() 80 static int mlx5e_open_xsk_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xsk_rq() 95 struct mlx5e_channel *c) in mlx5e_open_xsk() 157 void mlx5e_close_xsk(struct mlx5e_channel *c) in mlx5e_close_xsk() 171 void mlx5e_activate_xsk(struct mlx5e_channel *c) in mlx5e_activate_xsk() 181 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()
|
| /Linux-v5.15/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 | 213 static int post_rx_param_wqes(struct mlx5e_channel *c, in post_rx_param_wqes() 352 struct mlx5e_channel *c; in resync_handle_work() 382 struct mlx5e_channel *c) in resync_handle_seq_match() 536 struct mlx5e_channel *c; in mlx5e_ktls_rx_resync() 698 bool mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
|
| /Linux-v5.15/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 | 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 | 132 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() 495 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_dump_all_sqs()
|
| D | params.c | 367 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c) in mlx5e_build_create_cq_param()
|
| /Linux-v5.15/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 | 507 struct mlx5e_channel *channel; 535 struct mlx5e_channel *channel; 681 struct mlx5e_channel { struct 725 struct mlx5e_channel **c; argument 947 int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, 950 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, 1004 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() 965 static int mlx5e_alloc_xdpsq(struct mlx5e_channel *c, in mlx5e_alloc_xdpsq() 1041 static int mlx5e_alloc_icosq(struct mlx5e_channel *c, in mlx5e_alloc_icosq() 1115 static int mlx5e_alloc_txqsq(struct mlx5e_channel *c, in mlx5e_alloc_txqsq() 1299 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix, in mlx5e_open_txqsq() 1402 int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq() 1449 struct mlx5e_channel *c = sq->channel; in mlx5e_close_icosq() 1458 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq() 1522 struct mlx5e_channel *c = sq->channel; in mlx5e_close_xdpsq() 1676 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 | 396 struct mlx5e_channel *c; in mlx5e_add_sqs_fwd_rules()
|