Searched refs:bnx_shmem_base (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | if_bnx.c | 689 sc->bnx_shmem_base = REG_RD_IND(sc, BNX_SHM_HDR_ADDR_0 + in bnx_attach() 692 sc->bnx_shmem_base = HOST_VIEW_SHMEM_BASE; in bnx_attach() 694 DBPRINT(sc, BNX_INFO, "bnx_shmem_base = 0x%08X\n", sc->bnx_shmem_base); in bnx_attach() 857 sc->bnx_shared_hw_cfg = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attachhook() 859 sc->bnx_port_hw_cfg = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attachhook() 1777 val = REG_RD_IND(sc, sc->bnx_shmem_base + BNX_SHARED_HW_CFG_CONFIG2); in bnx_init_nvram() 2241 val = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_get_media() 2725 REG_WR_IND(sc, sc->bnx_shmem_base + BNX_DRV_MB, msg_data); in bnx_fw_sync() 2730 val = REG_RD_IND(sc, sc->bnx_shmem_base + BNX_FW_MB); in bnx_fw_sync() 2745 REG_WR_IND(sc, sc->bnx_shmem_base + BNX_DRV_MB, msg_data); in bnx_fw_sync() [all …]
|
| D | if_bnxreg.h | 4802 u_int32_t bnx_shmem_base; /* ShMem base address */ member
|