Searched refs:rq_type (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 341 MLX5_SET(qpc, qpc, rq_type, MLX5_ZERO_LEN_RQ); in qp_prepare() 355 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in qp_prepare()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 170 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in dr_create_rc_qp()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 574 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in mlx5_fpga_conn_create_qp()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1882 MLX5_SET(qpc, qpc, rq_type, MLX5_SRQ_RQ); in create_xrc_tgt_qp() 2021 MLX5_SET(qpc, qpc, rq_type, get_rx_type(qp, init_attr)); in create_user_qp() 2176 MLX5_SET(qpc, qpc, rq_type, get_rx_type(qp, attr)); in create_kernel_qp()
|
/Linux-v5.10/include/linux/mlx5/ |
D | mlx5_ifc.h | 2936 u8 rq_type[0x3]; member
|