Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A 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()
A Dipoib.h65 int mlx5i_create_tis(struct mlx5_core_dev *mdev, u32 underlay_qpn, u32 *tisn);
A Dipoib.c320 int mlx5i_create_tis(struct mlx5_core_dev *mdev, u32 underlay_qpn, u32 *tisn) in mlx5i_create_tis() argument
327 MLX5_SET(tisc, tisc, underlay_qpn, underlay_qpn); in mlx5i_create_tis()
/linux-6.3-rc2/include/linux/mlx5/
A Dfs.h308 int mlx5_fs_add_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn);
309 int mlx5_fs_remove_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn);
A Dmlx5_ifc.h3662 u8 underlay_qpn[0x18]; member
10978 u8 underlay_qpn[0x18]; member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_cmd.h76 u32 underlay_qpn,
A Dfs_cmd.c45 u32 underlay_qpn, in mlx5_cmd_stub_update_root_ft() argument
211 struct mlx5_flow_table *ft, u32 underlay_qpn, in mlx5_cmd_update_root_ft() argument
219 underlay_qpn == 0) in mlx5_cmd_update_root_ft()
236 MLX5_SET(set_flow_table_root_in, in, underlay_qpn, underlay_qpn); in mlx5_cmd_update_root_ft()
A Dfs_core.c3397 int mlx5_fs_add_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn) in mlx5_fs_add_rx_underlay_qpn() argument
3414 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn()
3418 underlay_qpn, err); in mlx5_fs_add_rx_underlay_qpn()
3422 new_uqp->qpn = underlay_qpn; in mlx5_fs_add_rx_underlay_qpn()
3436 int mlx5_fs_remove_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn) in mlx5_fs_remove_rx_underlay_qpn() argument
3445 if (uqp->qpn == underlay_qpn) { in mlx5_fs_remove_rx_underlay_qpn()
3453 underlay_qpn); in mlx5_fs_remove_rx_underlay_qpn()
3458 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn()
3462 underlay_qpn, err); in mlx5_fs_remove_rx_underlay_qpn()
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dfs.c989 u32 underlay_qpn) in set_underlay_qp() argument
997 if (underlay_qpn && in set_underlay_qp()
1001 misc_params_v, bth_dst_qp, underlay_qpn); in set_underlay_qp()
1043 u32 underlay_qpn, in _create_flow_rule() argument
1091 set_underlay_qp(dev, spec, underlay_qpn); in _create_flow_rule()
1291 int underlay_qpn; in mlx5_ib_create_flow() local
1376 underlay_qpn = (mqp->flags & IB_QP_CREATE_SOURCE_QPN) ? in mlx5_ib_create_flow()
1377 mqp->underlay_qpn : in mlx5_ib_create_flow()
1380 underlay_qpn, ucmd); in mlx5_ib_create_flow()
A Dmlx5_ib.h520 u32 underlay_qpn; member
A Dqp.c1237 MLX5_SET(tisc, tisc, underlay_qpn, qp->underlay_qpn); in create_raw_packet_qp_tis()
2255 qp->underlay_qpn = init_attr->source_qpn; in create_user_qp()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Dfs_dr.c22 u32 underlay_qpn, in mlx5_cmd_dr_update_root_ft() argument
25 return mlx5_fs_cmd_get_fw_cmds()->update_root_ft(ns, ft, underlay_qpn, in mlx5_cmd_dr_update_root_ft()

Completed in 106 milliseconds