Home
last modified time | relevance | path

Searched refs:mlx4_ib_qp_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c290 static int send_wqe_overhead(enum mlx4_ib_qp_type type, u32 flags) in send_wqe_overhead()
382 enum mlx4_ib_qp_type type, struct mlx4_ib_qp *qp) in set_kernel_sq_size()
675 qp->mlx4_ib_qp_type = MLX4_IB_QPT_RAW_PACKET; in create_qp_rss()
877 qp->mlx4_ib_qp_type = MLX4_IB_QPT_RAW_PACKET; in create_rq()
1000 enum mlx4_ib_qp_type qp_type = (enum mlx4_ib_qp_type) init_attr->qp_type; in create_qp_common()
1055 qp->mlx4_ib_qp_type = qp_type; in create_qp_common()
1186 if (qp->mlx4_ib_qp_type & (MLX4_IB_QPT_PROXY_SMI_OWNER | in create_qp_common()
1260 if (qp->mlx4_ib_qp_type == MLX4_IB_QPT_PROXY_GSI) in create_qp_common()
1487 if (qp->mlx4_ib_qp_type & (MLX4_IB_QPT_PROXY_SMI_OWNER | in destroy_qp_common()
1668 if (mqp->mlx4_ib_qp_type == MLX4_IB_QPT_PROXY_GSI && in _mlx4_ib_destroy_qp()
[all …]
H A Dmlx4_ib.h198 enum mlx4_ib_qp_type { enum
340 enum mlx4_ib_qp_type mlx4_ib_qp_type; member
H A Dcq.c838 if ((*cur_qp)->mlx4_ib_qp_type & in mlx4_ib_poll_one()