Lines Matching refs:doorbells
3851 setbit(&sc->doorbells, DOORBELL_KDB); in t4_map_bars_0_and_4()
3885 setbit(&sc->doorbells, DOORBELL_UDB); in t4_map_bar_2()
3902 clrbit(&sc->doorbells, DOORBELL_UDB); in t4_map_bar_2()
3903 setbit(&sc->doorbells, DOORBELL_WCWR); in t4_map_bar_2()
3904 setbit(&sc->doorbells, DOORBELL_UDBWC); in t4_map_bar_2()
3917 sc->iwt.wc_en = isset(&sc->doorbells, DOORBELL_UDBWC) ? 1 : 0; in t4_map_bar_2()
3925 if ((sc->doorbells & t4_doorbells_allowed) != 0) { in t4_adj_doorbells()
3926 sc->doorbells &= t4_doorbells_allowed; in t4_adj_doorbells()
3930 sc->doorbells, t4_doorbells_allowed); in t4_adj_doorbells()
7512 static char *doorbells = {"\20\1UDB\2WCWR\3UDBWC\4KDB"}; in t4_sysctls() local
7528 CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_MPSAFE, doorbells, in t4_sysctls()
7529 (uintptr_t)&sc->doorbells, sysctl_bitfield_8b, "A", in t4_sysctls()