Searched refs:get_rx_type (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1217 static u32 get_rx_type(struct mlx5_ib_qp *qp, struct ib_qp_init_attr *attr) in get_rx_type() function 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()
|