Home
last modified time | relevance | path

Searched refs:credit_ctrl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio.c592 old_threshold = (sc->credit_ctrl >> in sc_set_cr_threshold()
597 sc->credit_ctrl = in sc_set_cr_threshold()
598 (sc->credit_ctrl in sc_set_cr_threshold()
604 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold()
788 sc->credit_ctrl = reg; in sc_alloc()
829 sc->credit_ctrl, in sc_alloc()
1517 sc->credit_ctrl |= SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_add_credit_return_intr()
1519 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_add_credit_return_intr()
1541 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_del_credit_return_intr()
1556 trace_hfi1_wantpiointr(sc, needint, sc->credit_ctrl); in hfi1_sc_wantpiobuf_intr()
[all …]
H A Dtrace_tx.h46 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl),
47 TP_ARGS(sc, needint, credit_ctrl),
52 __field(u64, credit_ctrl)
58 __entry->credit_ctrl = credit_ctrl;
65 (unsigned long long)__entry->credit_ctrl
H A Dpio.h92 u64 credit_ctrl; /* cache for credit control */ member