Searched refs:credit_ctrl (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | pio.c | 592 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() 1539 sc->credit_ctrl &= ~SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_del_credit_return_intr() 1541 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_del_credit_return_intr() [all …]
|
D | trace_tx.h | 46 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
|
D | pio.h | 92 u64 credit_ctrl; /* cache for credit control */ member
|