Searched refs:credit_ctrl (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio.c | 591 old_threshold = (sc->credit_ctrl >> in sc_set_cr_threshold() 596 sc->credit_ctrl = in sc_set_cr_threshold() 597 (sc->credit_ctrl in sc_set_cr_threshold() 603 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold() 787 sc->credit_ctrl = reg; in sc_alloc() 828 sc->credit_ctrl, in sc_alloc() 1506 sc->credit_ctrl |= SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_add_credit_return_intr() 1508 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_add_credit_return_intr() 1528 sc->credit_ctrl &= ~SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_del_credit_return_intr() 1530 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_del_credit_return_intr() [all …]
|
| H A 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
|
| H A D | pio.h | 92 u64 credit_ctrl; /* cache for credit control */ member
|