Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_bnx.c660 sc->bnx_shmem_base = REG_RD_IND(sc, BNX_SHM_HDR_ADDR_0 + in bnx_attach()
663 sc->bnx_shmem_base = HOST_VIEW_SHMEM_BASE; in bnx_attach()
689 val = REG_RD_IND(sc, sc->bnx_shmem_base + BNX_PORT_FEATURE); in bnx_attach()
696 val = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach()
704 val = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach()
709 uint32_t addr = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach()
838 sc->bnx_shared_hw_cfg = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach()
840 sc->bnx_port_hw_cfg = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach()
2257 val = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_get_media()
2764 REG_WR_IND(sc, sc->bnx_shmem_base + BNX_DRV_MB, msg_data); in bnx_fw_sync()
[all …]
H A Dif_bnxvar.h160 uint32_t bnx_shmem_base;/* Shared Memory base address */ member