Searched refs:rq_type (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/vfio/pci/mlx5/ |
D | cmd.c | 1074 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in mlx5vf_create_rc_qp() 1080 MLX5_SET(qpc, qpc, rq_type, MLX5_ZERO_LEN_RQ); in mlx5vf_create_rc_qp()
|
/Linux-v6.6/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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 351 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in dr_create_rc_qp()
|
/Linux-v6.6/drivers/infiniband/hw/mlx5/ |
D | qp.c | 2030 MLX5_SET(qpc, qpc, rq_type, MLX5_SRQ_RQ); in create_xrc_tgt_qp() 2158 MLX5_SET(qpc, qpc, rq_type, get_rx_type(qp, init_attr)); in create_dci() 2341 MLX5_SET(qpc, qpc, rq_type, get_rx_type(qp, init_attr)); in create_user_qp() 2496 MLX5_SET(qpc, qpc, rq_type, get_rx_type(qp, attr)); in create_kernel_qp()
|
/Linux-v6.6/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 370 MLX5_SET(qpc, qpc, rq_type, MLX5_ZERO_LEN_RQ); in qp_prepare() 384 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in qp_prepare()
|
/Linux-v6.6/include/linux/mlx5/ |
D | mlx5_ifc.h | 3368 u8 rq_type[0x3]; member
|