Searched refs:MLX5_CMD_OP_DESTROY_QP (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | qpc.c | 257 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp() 314 MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_core_destroy_qp()
|
D | devx.c | 1261 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in devx_obj_build_destroy_cmd()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 309 MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5i_destroy_underlay_qp()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 646 MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_fpga_conn_destroy_qp()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 352 MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP); in dr_destroy_qp()
|
/linux-6.6.21/drivers/vfio/pci/mlx5/ |
D | cmd.c | 1183 MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5vf_destroy_qp()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 349 case MLX5_CMD_OP_DESTROY_QP: in mlx5_internal_err_ret_value()
|
/linux-6.6.21/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 465 MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP); in qp_destroy()
|
/linux-6.6.21/include/linux/mlx5/ |
D | mlx5_ifc.h | 155 MLX5_CMD_OP_DESTROY_QP = 0x501, enumerator
|