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.c675 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()
2412 if (qp->mlx4_ib_qp_type & in __mlx4_ib_modify_qp()
2446 qp->mlx4_ib_qp_type & in __mlx4_ib_modify_qp()
2449 if (qp->mlx4_ib_qp_type != MLX4_IB_QPT_SMI) in __mlx4_ib_modify_qp()
3375 enum mlx4_ib_qp_type qpt) in set_tunnel_datagram_seg()
3606 switch (qp->mlx4_ib_qp_type) { in _mlx4_ib_post_send()
3731 qp->mlx4_ib_qp_type); in _mlx4_ib_post_send()
[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()