Lines Matching refs:sc5
850 u8 sc5 = priv->s_sc; in hfi1_verbs_send_dma() local
867 u32 vl = sc_to_vlt(dd_from_ibdev(qp->ibqp.device), sc5); in hfi1_verbs_send_dma()
875 pbc |= (ib_is_sc5(sc5) << PBC_DC_INFO_SHIFT); in hfi1_verbs_send_dma()
903 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_dma()
990 u8 sc5; in hfi1_verbs_send_pio() local
1022 sc5 = priv->s_sc; in hfi1_verbs_send_pio()
1026 u8 vl = sc_to_vlt(dd_from_ibdev(qp->ibqp.device), sc5); in hfi1_verbs_send_pio()
1032 pbc |= (ib_is_sc5(sc5) << PBC_DC_INFO_SHIFT); in hfi1_verbs_send_pio()
1100 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_pio()
1159 u8 sc5, int8_t s_pkey_index) in egress_pkey_check() argument
1169 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in egress_pkey_check()
1527 u8 sc5; in hfi1_check_ah() local
1544 sc5 = ibp->sl_to_sc[sl]; in hfi1_check_ah()
1545 if (sc_to_vlt(dd, sc5) > num_vls && sc_to_vlt(dd, sc5) != 0xf) in hfi1_check_ah()
1557 u8 sc5; in hfi1_notify_new_ah() local
1567 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(&ah->attr)]; in hfi1_notify_new_ah()
1571 ah->vl = sc_to_vlt(dd, sc5); in hfi1_notify_new_ah()
1983 u8 sl, sc5, svc_type; in hfi1_cnp_rcv() local
2006 sc5 = hfi1_9B_get_sc5(hdr, packet->rhf); in hfi1_cnp_rcv()
2007 sl = ibp->sc_to_sl[sc5]; in hfi1_cnp_rcv()