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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bnx.c544 sc->bnx_shmem_base = REG_RD_IND(sc, BNX_SHM_HDR_ADDR_0 +
547 sc->bnx_shmem_base = HOST_VIEW_SHMEM_BASE;
549 DBPRINT(sc, BNX_INFO, "bnx_shmem_base = 0x%08X\n", sc->bnx_shmem_base);
662 sc->bnx_shared_hw_cfg = REG_RD_IND(sc, sc->bnx_shmem_base +
664 sc->bnx_port_hw_cfg = REG_RD_IND(sc, sc->bnx_shmem_base +
1593 val = REG_RD_IND(sc, sc->bnx_shmem_base + BNX_SHARED_HW_CFG_CONFIG2);
2057 val = REG_RD_IND(sc, sc->bnx_shmem_base +
2549 REG_WR_IND(sc, sc->bnx_shmem_base + BNX_DRV_MB, msg_data);
2554 val = REG_RD_IND(sc, sc->bnx_shmem_base
[all...]
H A Dif_bnxvar.h148 u_int32_t bnx_shmem_base; /* Shared Memory base address */ member in struct:bnx_softc

Completed in 108 milliseconds