Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vfio/pci/mlx5/
Dcmd.c1074 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/
Dconn.c572 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/
Ddr_send.c351 MLX5_SET(qpc, qpc, rq_type, MLX5_NON_ZERO_RQ); in dr_create_rc_qp()
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dqp.c2030 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/
Dmlx5_vnet.c370 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/
Dmlx5_ifc.h3368 u8 rq_type[0x3]; member