Home
last modified time | relevance | path

Searched refs:sc5 (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dud.c267 u8 sc5; in hfi1_make_ud_req_9B() local
305 lrh0 |= (sc5 & 0xf) << 12; in hfi1_make_ud_req_9B()
306 priv->s_sc = sc5; in hfi1_make_ud_req_9B()
344 u8 l4, sc5; in hfi1_make_ud_req_16B() local
400 priv->s_sc = sc5; in hfi1_make_ud_req_16B()
641 vl = sc_to_vlt(ppd->dd, sc5); in return_cnp_16B()
660 u8 sl = ibp->sc_to_sl[sc5]; in return_cnp()
696 vl = sc_to_vlt(ppd->dd, sc5); in return_cnp()
735 if (sc5 != 0xf) in opa_smp_check()
820 u8 sc5 = packet->sc; in hfi1_ud_rcv() local
[all …]
A Dtrace_ibhdrs.h117 bool sc5),
118 TP_ARGS(dd, packet, sc5),
189 hfi1_trace_parse_9b_hdr(packet->hdr, sc5,
272 struct hfi1_packet *packet, bool sc5),
273 TP_ARGS(dd, packet, sc5));
277 struct hfi1_opa_header *opah, bool sc5),
278 TP_ARGS(dd, opah, sc5),
354 hfi1_trace_parse_9b_hdr(&opah->ibh, sc5,
436 TP_ARGS(dd, opah, sc5));
441 TP_ARGS(dd, opah, sc5));
[all …]
A Dverbs.c808 u8 sc5 = priv->s_sc; in hfi1_verbs_send_dma() local
948 u8 sc5; in hfi1_verbs_send_pio() local
980 sc5 = priv->s_sc; in hfi1_verbs_send_pio()
1117 u8 sc5, int8_t s_pkey_index) in egress_pkey_check() argument
1483 u8 sc5; in hfi1_check_ah() local
1500 sc5 = ibp->sl_to_sc[sl]; in hfi1_check_ah()
1501 if (sc_to_vlt(dd, sc5) > num_vls && sc_to_vlt(dd, sc5) != 0xf) in hfi1_check_ah()
1513 u8 sc5; in hfi1_notify_new_ah() local
1527 ah->vl = sc_to_vlt(dd, sc5); in hfi1_notify_new_ah()
1920 u8 sl, sc5, svc_type; in hfi1_cnp_rcv() local
[all …]
A Dqp.h80 struct sdma_engine *qp_to_sdma_engine(struct rvt_qp *qp, u8 sc5);
81 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5);
A Dipoib_tx.c300 lrh0 |= (txp->flow.sc5 & 0xf) << 12; in hfi1_ipoib_build_ib_tx_headers()
339 ib_is_sc5(txp->flow.sc5) << in hfi1_ipoib_build_ib_tx_headers()
342 sc_to_vlt(priv->dd, txp->flow.sc5), in hfi1_ipoib_build_ib_tx_headers()
387 txq->flow.sc5 = txp->flow.sc5; in hfi1_ipoib_send_dma_common()
391 txp->flow.sc5); in hfi1_ipoib_send_dma_common()
487 ib_is_sc5(txp->flow.sc5)); in hfi1_ipoib_send_dma_single()
551 ib_is_sc5(txp->flow.sc5)); in hfi1_ipoib_send_dma_list()
594 txp.flow.sc5 = txp.ibp->sl_to_sc[rdma_ah_get_sl(txp.ah_attr)]; in hfi1_ipoib_send()
724 txq->flow.sc5 = 0xff; in hfi1_ipoib_txreq_init()
A Dhfi.h1700 u16 pkey, u32 slid, u32 dlid, u8 sc5,
1704 u8 sc5, const struct ib_grh *old_grh);
1707 u8 sc5, const struct ib_grh *old_grh);
1711 u8 sc5, int8_t s_pkey_index);
1727 static inline u8 sc_to_vlt(struct hfi1_devdata *dd, u8 sc5) in sc_to_vlt() argument
1732 if (sc5 >= OPA_MAX_SCS) in sc_to_vlt()
1737 rval = *(((u8 *)dd->sc2vl) + sc5); in sc_to_vlt()
1813 u8 sc5, u8 idx, u32 slid, bool force) in ingress_pkey_check() argument
1819 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in ingress_pkey_check()
1846 u8 sc5, u16 slid) in rcv_pkey_check() argument
[all …]
A Dipoib.h42 u8 sc5; member
A Druc.c32 u8 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(&qp->remote_ah_attr)]; in hfi1_ruc_check_hdr() local
63 sc5, slid))) { in hfi1_ruc_check_hdr()
100 sc5, slid))) { in hfi1_ruc_check_hdr()
A Dqp.c539 struct sdma_engine *qp_to_sdma_engine(struct rvt_qp *qp, u8 sc5) in qp_to_sdma_engine() argument
552 sde = sdma_select_engine_sc(dd, qp->ibqp.qp_num >> dd->qos_shift, sc5); in qp_to_sdma_engine()
564 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5) in qp_to_send_context() argument
577 sc5); in qp_to_send_context()
A Drc.c1221 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_9B() argument
1247 *pbc_flags |= ((!!(sc5 & 0x10)) << PBC_DC_INFO_SHIFT); in hfi1_make_rc_ack_9B()
1252 lrh0 |= (sc5 & IB_SC_MASK) << IB_SC_SHIFT | in hfi1_make_rc_ack_9B()
1274 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_16B() argument
1316 16B), len, pkey, becn, 0, l4, sc5); in hfi1_make_rc_ack_16B()
1327 u8 sc5, bool is_fecn,
1384 sc_to_vlt(ppd->dd, sc5), plen); in hfi1_send_rc_ack()
1397 &opa_hdr, ib_is_sc5(sc5)); in hfi1_send_rc_ack()
1856 u8 sc5; in do_rc_completion() local
1859 sc5 = ibp->sl_to_sc[sl]; in do_rc_completion()
[all …]
A Dpio.h233 u32 selector, u8 sc5);
A Dtrace.c155 void hfi1_trace_parse_9b_hdr(struct ib_header *hdr, bool sc5, in hfi1_trace_parse_9b_hdr() argument
162 *sc = ib_get_sc(hdr) | (sc5 << 4); in hfi1_trace_parse_9b_hdr()
A Dsdma.h997 u8 sc5);
A Ddriver.c324 u8 svc_type, sl, sc5; in rcv_hdrerr() local
326 sc5 = hfi1_9B_get_sc5(rhdr, packet->rhf); in rcv_hdrerr()
327 sl = ibp->sc_to_sl[sc5]; in rcv_hdrerr()
A Dpio.c1801 u32 selector, u8 sc5) in pio_select_send_context_sc() argument
1803 u8 vl = sc_to_vlt(dd, sc5); in pio_select_send_context_sc()
A Dsdma.c785 u8 sc5) in sdma_select_engine_sc() argument
787 u8 vl = sc_to_vlt(dd, sc5); in sdma_select_engine_sc()
A Dchip.c185 sc5, sc5val, \ argument
194 ((u64)(sc5val) << SEND_SC2VLT##num##_SC##sc5##_SHIFT) | \
/linux-6.3-rc2/include/rdma/
A Dib_hdrs.h183 static inline bool ib_is_sc5(u16 sc5) in ib_is_sc5() argument
185 return !!(sc5 & IB_SC5_MASK); in ib_is_sc5()

Completed in 76 milliseconds