Searched refs:credit_ctrl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.c | 616 old_threshold = (sc->credit_ctrl >> in sc_set_cr_threshold() 621 sc->credit_ctrl = in sc_set_cr_threshold() 622 (sc->credit_ctrl in sc_set_cr_threshold() 628 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold() 785 sc->credit_ctrl = reg; in sc_alloc() 825 sc->credit_ctrl, in sc_alloc() 1439 sc->credit_ctrl |= SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_add_credit_return_intr() 1441 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_add_credit_return_intr() 1461 sc->credit_ctrl &= ~SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_del_credit_return_intr() 1463 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_del_credit_return_intr() [all …]
|
D | pio.h | 131 u64 credit_ctrl; /* cache for credit control */ member
|
D | trace.h | 270 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl), 271 TP_ARGS(sc, needint, credit_ctrl), 277 __field(u64, credit_ctrl) 284 __entry->credit_ctrl = credit_ctrl; 292 (unsigned long long)__entry->credit_ctrl
|