Home
last modified time | relevance | path

Searched refs:to_ib_qp_state (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h637 static inline int to_ib_qp_state(int c4iw_qp_state) in to_ib_qp_state() function
H A Dqp.c2471 attr->qp_state = to_ib_qp_state(qhp->attr.state); in c4iw_ib_query_qp()
2472 attr->cur_qp_state = to_ib_qp_state(qhp->attr.state); in c4iw_ib_query_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h631 static inline int to_ib_qp_state(int c4iw_qp_state) in to_ib_qp_state() function
H A Dqp.c2462 attr->qp_state = to_ib_qp_state(qhp->attr.state); in c4iw_ib_query_qp()
2463 attr->cur_qp_state = to_ib_qp_state(qhp->attr.state); in c4iw_ib_query_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c358 static inline enum ib_qp_state to_ib_qp_state(int mthca_state) in to_ib_qp_state() function
464 qp->state = to_ib_qp_state(mthca_state); in mthca_query_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c358 static inline enum ib_qp_state to_ib_qp_state(int mthca_state) in to_ib_qp_state() function
464 qp->state = to_ib_qp_state(mthca_state); in mthca_query_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c3343 static enum ib_qp_state to_ib_qp_state(enum hns_roce_qp_state state) in to_ib_qp_state() function
3493 tmp_qp_state = (int)to_ib_qp_state((enum hns_roce_qp_state)state); in hns_roce_v1_q_qp()
3495 dev_err(dev, "to_ib_qp_state error\n"); in hns_roce_v1_q_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dqp.c3904 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) in to_ib_qp_state() function
4004 qp->state = to_ib_qp_state(mlx4_state); in mlx4_ib_query_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dqp.c3937 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) in to_ib_qp_state() function
4037 qp->state = to_ib_qp_state(mlx4_state); in mlx4_ib_query_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dqp.c4438 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) in to_ib_qp_state() function
4626 qp->state = to_ib_qp_state(MLX5_GET(qpc, qpc, state)); in query_qp_attr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dqp.c4763 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) in to_ib_qp_state() function
4952 qp->state = to_ib_qp_state(MLX5_GET(qpc, qpc, state)); in query_qp_attr()

Completed in 45 milliseconds