Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.h43 static inline bool mlx5e_qid_get_ch_if_in_group(struct mlx5e_params *params, in mlx5e_qid_get_ch_if_in_group()
58 static inline void mlx5e_qid_get_ch_and_group(struct mlx5e_params *params, in mlx5e_qid_get_ch_and_group()
70 struct mlx5e_params *params, u64 qid) in mlx5e_qid_validate()
77 u16 mlx5e_get_linear_rq_headroom(struct mlx5e_params *params,
79 u32 mlx5e_rx_get_min_frag_sz(struct mlx5e_params *params,
81 u32 mlx5e_rx_get_linear_frag_sz(struct mlx5e_params *params,
83 u8 mlx5e_mpwqe_log_pkts_per_wqe(struct mlx5e_params *params,
85 bool mlx5e_rx_is_linear_skb(struct mlx5e_params *params,
88 struct mlx5e_params *params,
90 u8 mlx5e_mpwqe_get_log_rq_size(struct mlx5e_params *params,
[all …]
Dparams.c6 static inline bool mlx5e_rx_is_xdp(struct mlx5e_params *params, in mlx5e_rx_is_xdp()
12 u16 mlx5e_get_linear_rq_headroom(struct mlx5e_params *params, in mlx5e_get_linear_rq_headroom()
28 u32 mlx5e_rx_get_min_frag_sz(struct mlx5e_params *params, in mlx5e_rx_get_min_frag_sz()
37 u32 mlx5e_rx_get_linear_frag_sz(struct mlx5e_params *params, in mlx5e_rx_get_linear_frag_sz()
67 u8 mlx5e_mpwqe_log_pkts_per_wqe(struct mlx5e_params *params, in mlx5e_mpwqe_log_pkts_per_wqe()
75 bool mlx5e_rx_is_linear_skb(struct mlx5e_params *params, in mlx5e_rx_is_linear_skb()
90 struct mlx5e_params *params, in mlx5e_rx_mpwqe_is_linear_skb()
113 u8 mlx5e_mpwqe_get_log_rq_size(struct mlx5e_params *params, in mlx5e_mpwqe_get_log_rq_size()
127 struct mlx5e_params *params, in mlx5e_mpwqe_get_log_stride_size()
137 struct mlx5e_params *params, in mlx5e_mpwqe_get_log_num_strides()
[all …]
Dreporter_rx.c238 struct mlx5e_params *params; in mlx5e_rx_reporter_build_diagnose_output()
307 struct mlx5e_params *params = &priv->channels.params; in mlx5e_rx_reporter_diagnose()
Dxdp.h64 int mlx5e_xdp_max_mtu(struct mlx5e_params *params, struct mlx5e_xsk_param *xsk);
Dxdp.c38 int mlx5e_xdp_max_mtu(struct mlx5e_params *params, struct mlx5e_xsk_param *xsk) in mlx5e_xdp_max_mtu()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dumem.h9 static inline struct xdp_umem *mlx5e_xsk_get_umem(struct mlx5e_params *params, in mlx5e_xsk_get_umem()
29 u16 mlx5e_xsk_first_unused_channel(struct mlx5e_params *params, struct mlx5e_xsk *xsk);
Dsetup.h11 bool mlx5e_validate_xsk_param(struct mlx5e_params *params,
14 int mlx5e_open_xsk(struct mlx5e_priv *priv, struct mlx5e_params *params,
Dsetup.c13 bool mlx5e_validate_xsk_param(struct mlx5e_params *params, in mlx5e_validate_xsk_param()
50 struct mlx5e_params *params, in mlx5e_build_xsk_cparam()
64 int mlx5e_open_xsk(struct mlx5e_priv *priv, struct mlx5e_params *params, in mlx5e_open_xsk()
Dumem.c105 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_enable_locked()
234 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_setup_umem()
256 u16 mlx5e_xsk_first_unused_channel(struct mlx5e_params *params, struct mlx5e_xsk *xsk) in mlx5e_xsk_first_unused_channel()
Dtx.c13 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_wakeup()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den.h250 struct mlx5e_params { struct
746 struct mlx5e_params params;
941 struct mlx5e_params *params);
1009 int mlx5e_open_rq(struct mlx5e_channel *c, struct mlx5e_params *params,
1017 int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params,
1020 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params,
1050 void mlx5e_set_tx_cq_mode_params(struct mlx5e_params *params,
1052 void mlx5e_set_rx_cq_mode_params(struct mlx5e_params *params,
1054 void mlx5e_set_rq_type(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
1056 struct mlx5e_params *params);
[all …]
Den_main.c87 struct mlx5e_params *params) in mlx5e_init_rq_type_params()
103 struct mlx5e_params *params) in mlx5e_striding_rq_possible()
123 void mlx5e_set_rq_type(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_set_rq_type()
374 struct mlx5e_params *params, in mlx5e_alloc_rq()
862 int mlx5e_open_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_rq()
969 struct mlx5e_params *params, in mlx5e_alloc_xdpsq()
1112 struct mlx5e_params *params, in mlx5e_alloc_txqsq()
1291 struct mlx5e_params *params, in mlx5e_open_txqsq()
1394 int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq()
1440 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq()
[all …]
Den_fs_ethtool.c419 struct mlx5e_params *params = &priv->channels.params; in add_ethtool_flow_rule()
Den_dcbnl.c1102 struct mlx5e_params *params) in mlx5e_trust_update_tx_min_inline_mode()
Den_ethtool.c416 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels()
Den_rep.c1412 struct mlx5e_params *params; in mlx5e_build_rep_params()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c57 struct mlx5e_params *params) in mlx5i_build_nic_params()
446 struct mlx5e_params *params; in mlx5i_change_mtu()