Searched refs:credit_ctrl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | pio.c | 642 old_threshold = (sc->credit_ctrl >> in sc_set_cr_threshold() 647 sc->credit_ctrl = in sc_set_cr_threshold() 648 (sc->credit_ctrl in sc_set_cr_threshold() 654 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold() 837 sc->credit_ctrl = reg; in sc_alloc() 878 sc->credit_ctrl, in sc_alloc() 1547 sc->credit_ctrl |= SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_add_credit_return_intr() 1549 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_add_credit_return_intr() 1569 sc->credit_ctrl &= ~SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_del_credit_return_intr() 1571 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_del_credit_return_intr() [all …]
|
D | trace_tx.h | 86 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
|
D | pio.h | 132 u64 credit_ctrl; /* cache for credit control */ member
|