Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bce/
Dif_bce.c1225 val = REG_RD_IND(sc, BCE_SHM_HDR_SIGNATURE); in bce_attach()
1228 sc->bce_shmem_base = REG_RD_IND(sc, BCE_SHM_HDR_ADDR_0 + in bce_attach()
4155 val = REG_RD_IND(sc, cpu_reg->mode); in bce_start_cpu()
4178 val = REG_RD_IND(sc, cpu_reg->mode); in bce_halt_cpu()
8350 sc->com_no_buffers = REG_RD_IND(sc, 0x120084); in bce_stats_update()
8961 val = REG_RD_IND(sc, result); in bce_sysctl_reg_read()
10337 cmd = REG_RD_IND(sc, BCE_RXP_FTQ_CMD); in bce_dump_ftqs()
10338 ctl = REG_RD_IND(sc, BCE_RXP_FTQ_CTL); in bce_dump_ftqs()
10346 cmd = REG_RD_IND(sc, BCE_RXP_CFTQ_CMD); in bce_dump_ftqs()
10347 ctl = REG_RD_IND(sc, BCE_RXP_CFTQ_CTL); in bce_dump_ftqs()
[all …]
Dif_bcereg.h1101 #define REG_RD_IND(sc, offset) bce_reg_rd_ind(sc, offset) macro
/freebsd-12-stable/sys/dev/bxe/
Dbxe.h1928 #define REG_RD_IND(sc, offset) bxe_reg_rd_ind(sc, offset) macro