Home
last modified time | relevance | path

Searched refs:mlx5e_params (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c240 u16 mlx5e_get_linear_rq_headroom(struct mlx5e_params *params, in mlx5e_get_linear_rq_headroom()
257 static u32 mlx5e_rx_get_linear_sz_xsk(struct mlx5e_params *params, in mlx5e_rx_get_linear_sz_xsk()
265 static u32 mlx5e_rx_get_linear_sz_skb(struct mlx5e_params *params, bool no_head_tail_room) in mlx5e_rx_get_linear_sz_skb()
278 struct mlx5e_params *params, in mlx5e_rx_get_linear_stride_sz()
307 struct mlx5e_params *params, in mlx5e_mpwqe_log_pkts_per_wqe()
320 struct mlx5e_params *params, in mlx5e_rx_is_linear_skb()
368 struct mlx5e_params *params, in mlx5e_verify_params_rx_mpwqe_strides()
384 struct mlx5e_params *params, in mlx5e_rx_mpwqe_is_linear_skb()
412 struct mlx5e_params *params, in mlx5e_mpwqe_get_log_rq_size()
439 static u8 mlx5e_shampo_get_log_pkt_per_rsrv(struct mlx5e_params *params) in mlx5e_shampo_get_log_pkt_per_rsrv()
[all …]
H A Dselq.h18 struct mlx5e_params;
24 void mlx5e_selq_prepare_params(struct mlx5e_selq *selq, struct mlx5e_params *params);
H A Dqos.c56 struct mlx5e_params *params = &priv->channels.params; in mlx5e_get_qos_sq()
77 struct mlx5e_params *params; in mlx5e_open_qos_sq()
214 struct mlx5e_params *params; in mlx5e_close_qos_sq()
331 struct mlx5e_params *params = &c->priv->channels.params; in mlx5e_qos_deactivate_queues()
H A Dxdp.h99 int mlx5e_xdp_max_mtu(struct mlx5e_params *params,
H A Dselq.c74 void mlx5e_selq_prepare_params(struct mlx5e_selq *selq, struct mlx5e_params *params) in mlx5e_selq_prepare_params()
H A Dreporter_rx.c311 struct mlx5e_params *params; in mlx5e_rx_reporter_diagnose_generic_rq()
H A Dxdp.c40 int mlx5e_xdp_max_mtu(struct mlx5e_params *params, in mlx5e_xdp_max_mtu()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h291 struct mlx5e_params { struct
325 static inline u8 mlx5e_get_dcb_num_tc(struct mlx5e_params *params) in mlx5e_get_dcb_num_tc() argument
620 int mlx5e_rq_set_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params, bool xsk);
621 void mlx5e_rq_set_trap_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params);
835 struct mlx5e_params params;
1084 int mlx5e_open_rq(struct mlx5e_params *params, struct mlx5e_rq_param *rq_param,
1102 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params,
1149 struct mlx5e_params *new_params,
1168 struct mlx5e_params *params, struct mlx5e_sq_param *param,
H A Den_main.c373 struct mlx5e_params *params, in mlx5e_rq_alloc_mpwqe_linear_info()
701 static int mlx5e_init_rxq_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_init_rxq_rq()
824 struct mlx5e_params *params, in mlx5_rq_shampo_alloc()
895 static int mlx5e_alloc_rq(struct mlx5e_params *params, in mlx5e_alloc_rq()
1384 int mlx5e_open_rq(struct mlx5e_params *params, struct mlx5e_rq_param *rq_param, in mlx5e_open_rq()
1539 struct mlx5e_params *params, in mlx5e_alloc_xdpsq()
1704 struct mlx5e_params *params, in mlx5e_alloc_txqsq()
1884 struct mlx5e_params *params, struct mlx5e_sq_param *param, in mlx5e_open_txqsq()
2049 static int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq()
2109 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq()
[all …]
H A Den_ethtool.c418 struct mlx5e_params new_params; in mlx5e_ethtool_set_ringparam()
500 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels()
503 struct mlx5e_params new_params; in mlx5e_ethtool_set_channels()
768 struct mlx5e_params new_params; in mlx5e_ethtool_set_coalesce()
2174 struct mlx5e_params new_params; in set_pflag_cqe_based_moder()
2220 struct mlx5e_params new_params; in mlx5e_modify_rx_cqe_compression_locked()
2285 struct mlx5e_params new_params; in set_pflag_rx_striding_rq()
2335 struct mlx5e_params new_params; in set_pflag_tx_mpwqe_common()
2361 struct mlx5e_params new_params; in set_pflag_tx_port_ts()
H A Den_dcbnl.c1166 struct mlx5e_params *params, in mlx5e_params_calc_trust_tx_min_inline_mode()
1190 struct mlx5e_params new_params; in mlx5e_set_trust_state()
H A Den_rx.c2644 int mlx5e_rq_set_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params, bool xsk) in mlx5e_rq_set_handlers()
2728 void mlx5e_rq_set_trap_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params) in mlx5e_rq_set_trap_handlers()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dpool.h9 static inline struct xsk_buff_pool *mlx5e_xsk_get_pool(struct mlx5e_params *params, in mlx5e_xsk_get_pool()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c78 struct mlx5e_params *params) in mlx5i_build_nic_params()
545 struct mlx5e_params new_params; in mlx5i_change_mtu()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c18 mlx5e_ktls_dumps_num_wqes(struct mlx5e_params *params, unsigned int nfrags, in mlx5e_ktls_dumps_num_wqes()
27 u16 mlx5e_ktls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_ktls_get_stop_room()