Home
last modified time | relevance | path

Searched refs:USTORM_ASSERT_LIST_OFFSET (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bxe/
H A Decore_fw_defs.h148 #define USTORM_ASSERT_LIST_OFFSET(assertListEntry) \ macro
H A Dbxe.c7894 row0 = REG_RD(sc, BAR_USTRORM_INTMEM + USTORM_ASSERT_LIST_OFFSET(i)); in bxe_mc_assert()
7895 row1 = REG_RD(sc, BAR_USTRORM_INTMEM + USTORM_ASSERT_LIST_OFFSET(i) + 4); in bxe_mc_assert()
7896 row2 = REG_RD(sc, BAR_USTRORM_INTMEM + USTORM_ASSERT_LIST_OFFSET(i) + 8); in bxe_mc_assert()
7897 row3 = REG_RD(sc, BAR_USTRORM_INTMEM + USTORM_ASSERT_LIST_OFFSET(i) + 12); in bxe_mc_assert()