Searched refs:credit_ctrl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 634 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() 829 /* set up write-through credit_ctrl */ in sc_alloc() 830 sc->credit_ctrl = reg; in sc_alloc() 865 "Send context %u(%u) %s group %u credits %u credit_ctrl 0x%llx threshold %u\n", 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() [all...] |
H A D | trace_tx.h | 88 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl), 89 TP_ARGS(sc, needint, credit_ctrl), 94 __field(u64, credit_ctrl) 100 __entry->credit_ctrl = credit_ctrl; 102 TP_printk("[%s] ctxt %u(%u) on %d credit_ctrl 0x%llx", 107 (unsigned long long)__entry->credit_ctrl
|
H A D | pio.h | 134 u64 credit_ctrl; /* cache for credit control */ member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A 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() 787 /* set up write-through credit_ctrl */ in sc_alloc() 788 sc->credit_ctrl = reg; in sc_alloc() 823 "Send context %u(%u) %s group %u credits %u credit_ctrl 0x%llx threshold %u", 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() [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; 60 TP_printk("[%s] ctxt %u(%u) on %d credit_ctrl 0x%llx", 65 (unsigned long long)__entry->credit_ctrl
|
H A D | pio.h | 92 u64 credit_ctrl; /* cache for credit control */ member
|
Completed in 8 milliseconds