Lines Matching refs:sc5
808 u8 sc5 = priv->s_sc; in hfi1_verbs_send_dma() local
825 u32 vl = sc_to_vlt(dd_from_ibdev(qp->ibqp.device), sc5); in hfi1_verbs_send_dma()
833 pbc |= (ib_is_sc5(sc5) << PBC_DC_INFO_SHIFT); in hfi1_verbs_send_dma()
861 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_dma()
948 u8 sc5; in hfi1_verbs_send_pio() local
980 sc5 = priv->s_sc; in hfi1_verbs_send_pio()
984 u8 vl = sc_to_vlt(dd_from_ibdev(qp->ibqp.device), sc5); in hfi1_verbs_send_pio()
990 pbc |= (ib_is_sc5(sc5) << PBC_DC_INFO_SHIFT); in hfi1_verbs_send_pio()
1058 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_pio()
1117 u8 sc5, int8_t s_pkey_index) in egress_pkey_check() argument
1127 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in egress_pkey_check()
1485 u8 sc5; in hfi1_check_ah() local
1502 sc5 = ibp->sl_to_sc[sl]; in hfi1_check_ah()
1503 if (sc_to_vlt(dd, sc5) > num_vls && sc_to_vlt(dd, sc5) != 0xf) in hfi1_check_ah()
1515 u8 sc5; in hfi1_notify_new_ah() local
1525 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(&ah->attr)]; in hfi1_notify_new_ah()
1529 ah->vl = sc_to_vlt(dd, sc5); in hfi1_notify_new_ah()
1939 u8 sl, sc5, svc_type; in hfi1_cnp_rcv() local
1962 sc5 = hfi1_9B_get_sc5(hdr, packet->rhf); in hfi1_cnp_rcv()
1963 sl = ibp->sc_to_sl[sc5]; in hfi1_cnp_rcv()