Lines Matching refs:transport
287 static int to_mthca_st(int transport) in to_mthca_st() argument
289 switch (transport) { in to_mthca_st()
471 if (qp->transport == RC || qp->transport == UC) { in mthca_query_qp()
570 (to_mthca_st(qp->transport) << 16)); in __mthca_modify_qp()
591 if (qp->transport == MLX || qp->transport == UD) in __mthca_modify_qp()
623 if (qp->transport == MLX) in __mthca_modify_qp()
870 qp->transport, cur_state, new_state, in mthca_modify_qp()
923 switch (qp->transport) { in mthca_max_data_size()
993 switch (qp->transport) { in mthca_alloc_wqe_buf()
1251 if (qp->transport == MLX && cap->max_send_sge + 2 > dev->limits.max_sg) in mthca_set_qp_size()
1286 case IB_QPT_RC: qp->transport = RC; break; in mthca_alloc_qp()
1287 case IB_QPT_UC: qp->transport = UC; break; in mthca_alloc_qp()
1288 case IB_QPT_UD: qp->transport = UD; break; in mthca_alloc_qp()
1362 sqp->qp.transport = MLX; in mthca_alloc_sqp()
1385 sqp->qp.transport = MLX; in mthca_alloc_sqp()
1668 switch (qp->transport) { in mthca_tavor_post_send()
1749 if (qp->transport == MLX) { in mthca_tavor_post_send()
2009 switch (qp->transport) { in mthca_arbel_post_send()
2090 if (qp->transport == MLX) { in mthca_arbel_post_send()