Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dpio.c634 old_threshold = (sc->credit_ctrl >> in sc_set_cr_threshold()
639 sc->credit_ctrl = in sc_set_cr_threshold()
640 (sc->credit_ctrl in sc_set_cr_threshold()
646 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold()
830 sc->credit_ctrl = reg; in sc_alloc()
871 sc->credit_ctrl, in sc_alloc()
1559 sc->credit_ctrl |= SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_add_credit_return_intr()
1561 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_add_credit_return_intr()
1581 sc->credit_ctrl &= ~SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_del_credit_return_intr()
1583 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_del_credit_return_intr()
[all …]
H A Dtrace_tx.h86 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl),
87 TP_ARGS(sc, needint, credit_ctrl),
92 __field(u64, credit_ctrl)
98 __entry->credit_ctrl = credit_ctrl;
105 (unsigned long long)__entry->credit_ctrl
H A Dpio.h134 u64 credit_ctrl; /* cache for credit control */ member