Home
last modified time | relevance | path

Searched refs:rq_type (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c341 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/
Ddr_send.c170 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/
Dconn.c574 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in mlx5_fpga_conn_create_qp()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dqp.c1882 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/
Dmlx5_ifc.h2936 u8 rq_type[0x3]; member