Searched refs:rq_type (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/vfio/pci/mlx5/ |
D | cmd.c | 1219 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in mlx5vf_create_rc_qp() 1225 MLX5_SET(qpc, qpc, rq_type, MLX5_ZERO_LEN_RQ); in mlx5vf_create_rc_qp()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 572 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in mlx5_fpga_conn_create_qp()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 318 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in dr_create_rc_qp()
|
/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | qp.c | 2028 MLX5_SET(qpc, qpc, rq_type, MLX5_SRQ_RQ); in create_xrc_tgt_qp() 2156 MLX5_SET(qpc, qpc, rq_type, get_rx_type(qp, init_attr)); in create_dci() 2339 MLX5_SET(qpc, qpc, rq_type, get_rx_type(qp, init_attr)); in create_user_qp() 2494 MLX5_SET(qpc, qpc, rq_type, get_rx_type(qp, attr)); in create_kernel_qp()
|
/linux-6.12.1/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 388 MLX5_SET(qpc, qpc, rq_type, MLX5_ZERO_LEN_RQ); in qp_prepare() 402 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in qp_prepare()
|
/linux-6.12.1/include/linux/mlx5/ |
D | mlx5_ifc.h | 3620 u8 rq_type[0x3]; member
|