Home
last modified time | relevance | path

Searched refs:underlay_qpn (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib_vlan.c41 u32 underlay_qpn; member
78 if (node->underlay_qpn == qpn) in mlx5i_find_qpn_to_netdev_node()
97 new_node->underlay_qpn = qpn; in mlx5i_pkey_add_qpn()
Dipoib.h63 int mlx5i_create_tis(struct mlx5_core_dev *mdev, u32 underlay_qpn, u32 *tisn);
Dipoib.c277 int mlx5i_create_tis(struct mlx5_core_dev *mdev, u32 underlay_qpn, u32 *tisn) in mlx5i_create_tis() argument
284 MLX5_SET(tisc, tisc, underlay_qpn, underlay_qpn); in mlx5i_create_tis()
/Linux-v5.10/include/linux/mlx5/
Dfs.h248 int mlx5_fs_add_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn);
249 int mlx5_fs_remove_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn);
Dmlx5_ifc.h3157 u8 underlay_qpn[0x18]; member
9903 u8 underlay_qpn[0x18]; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h76 u32 underlay_qpn,
Dfs_cmd.c44 u32 underlay_qpn, in mlx5_cmd_stub_update_root_ft() argument
155 struct mlx5_flow_table *ft, u32 underlay_qpn, in mlx5_cmd_update_root_ft() argument
162 underlay_qpn == 0) in mlx5_cmd_update_root_ft()
174 MLX5_SET(set_flow_table_root_in, in, underlay_qpn, underlay_qpn); in mlx5_cmd_update_root_ft()
Dfs_core.c3026 int mlx5_fs_add_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn) in mlx5_fs_add_rx_underlay_qpn() argument
3043 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn()
3047 underlay_qpn, err); in mlx5_fs_add_rx_underlay_qpn()
3051 new_uqp->qpn = underlay_qpn; in mlx5_fs_add_rx_underlay_qpn()
3065 int mlx5_fs_remove_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn) in mlx5_fs_remove_rx_underlay_qpn() argument
3074 if (uqp->qpn == underlay_qpn) { in mlx5_fs_remove_rx_underlay_qpn()
3082 underlay_qpn); in mlx5_fs_remove_rx_underlay_qpn()
3087 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn()
3091 underlay_qpn, err); in mlx5_fs_remove_rx_underlay_qpn()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dfs.c852 u32 underlay_qpn) in set_underlay_qp() argument
860 if (underlay_qpn && in set_underlay_qp()
864 misc_params_v, bth_dst_qp, underlay_qpn); in set_underlay_qp()
906 u32 underlay_qpn, in _create_flow_rule() argument
954 set_underlay_qp(dev, spec, underlay_qpn); in _create_flow_rule()
1160 int underlay_qpn; in mlx5_ib_create_flow() local
1246 underlay_qpn = (mqp->flags & IB_QP_CREATE_SOURCE_QPN) ? in mlx5_ib_create_flow()
1247 mqp->underlay_qpn : in mlx5_ib_create_flow()
1250 underlay_qpn, ucmd); in mlx5_ib_create_flow()
Dmlx5_ib.h442 u32 underlay_qpn; member
Dqp.c1181 MLX5_SET(tisc, tisc, underlay_qpn, qp->underlay_qpn); in create_raw_packet_qp_tis()
1952 qp->underlay_qpn = init_attr->source_qpn; in create_user_qp()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c20 u32 underlay_qpn, in mlx5_cmd_dr_update_root_ft() argument
23 return mlx5_fs_cmd_get_fw_cmds()->update_root_ft(ns, ft, underlay_qpn, in mlx5_cmd_dr_update_root_ft()