Home
last modified time | relevance | path

Searched refs:REG_RD_IND (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/bce/
HDif_bce.c1196 val = REG_RD_IND(sc, BCE_SHM_HDR_SIGNATURE); in bce_attach()
1199 sc->bce_shmem_base = REG_RD_IND(sc, BCE_SHM_HDR_ADDR_0 + in bce_attach()
4053 val = REG_RD_IND(sc, cpu_reg->mode); in bce_start_cpu()
4075 val = REG_RD_IND(sc, cpu_reg->mode); in bce_halt_cpu()
8183 sc->com_no_buffers = REG_RD_IND(sc, 0x120084); in bce_stats_update()
8778 val = REG_RD_IND(sc, result); in bce_sysctl_reg_read()
10134 cmd = REG_RD_IND(sc, BCE_RXP_FTQ_CMD); in bce_dump_ftqs()
10135 ctl = REG_RD_IND(sc, BCE_RXP_FTQ_CTL); in bce_dump_ftqs()
10143 cmd = REG_RD_IND(sc, BCE_RXP_CFTQ_CMD); in bce_dump_ftqs()
10144 ctl = REG_RD_IND(sc, BCE_RXP_CFTQ_CTL); in bce_dump_ftqs()
[all …]
HDif_bcereg.h1065 #define REG_RD_IND(sc, offset) bce_reg_rd_ind(sc, offset) macro
/freebsd-14-stable/sys/dev/bxe/
HDbxe.h1865 #define REG_RD_IND(sc, offset) bxe_reg_rd_ind(sc, offset) macro