Lines Matching refs:transport
286 static int to_mthca_st(int transport) in to_mthca_st() argument
288 switch (transport) { in to_mthca_st()
470 if (qp->transport == RC || qp->transport == UC) { in mthca_query_qp()
565 (to_mthca_st(qp->transport) << 16)); in __mthca_modify_qp()
586 if (qp->transport == MLX || qp->transport == UD) in __mthca_modify_qp()
619 if (qp->transport == MLX) in __mthca_modify_qp()
867 qp->transport, cur_state, new_state, in mthca_modify_qp()
919 switch (qp->transport) { in mthca_max_data_size()
988 switch (qp->transport) { in mthca_alloc_wqe_buf()
1247 if (qp->transport == MLX && cap->max_send_sge + 2 > dev->limits.max_sg) in mthca_set_qp_size()
1281 case IB_QPT_RC: qp->transport = RC; break; in mthca_alloc_qp()
1282 case IB_QPT_UC: qp->transport = UC; break; in mthca_alloc_qp()
1283 case IB_QPT_UD: qp->transport = UD; break; in mthca_alloc_qp()
1356 sqp->qp.transport = MLX; in mthca_alloc_sqp()
1379 sqp->qp.transport = MLX; in mthca_alloc_sqp()
1662 switch (qp->transport) { in mthca_tavor_post_send()
1743 if (qp->transport == MLX) { in mthca_tavor_post_send()
2003 switch (qp->transport) { in mthca_arbel_post_send()
2084 if (qp->transport == MLX) { in mthca_arbel_post_send()