Home
last modified time | relevance | path

Searched refs:shmem2_base (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h239 u32 shmem2_base; member
384 u32 shmem2_base);
394 u32 shmem2_base, u8 port);
490 u32 chip_id, u32 shmem_base, u32 shmem2_base,
Dbnx2x_link.c9856 u32 other_shmem_base_addr = REG_RD(bp, params->shmem2_base + in bnx2x_84833_hw_reset_phy()
11655 u32 shmem2_base, in bnx2x_populate_ext_phy() argument
11738 u32 size = REG_RD(bp, shmem2_base); in bnx2x_populate_ext_phy()
11742 phy->ver_addr = shmem2_base + in bnx2x_populate_ext_phy()
11783 u32 shmem2_base, u8 port, struct bnx2x_phy *phy) in bnx2x_populate_phy() argument
11789 status = bnx2x_populate_ext_phy(bp, phy_index, shmem_base, shmem2_base, in bnx2x_populate_phy()
11925 params->shmem2_base, params->port, in bnx2x_phy_probe()
12277 u32 shmem_base, shmem2_base; in bnx2x_8073_common_init_phy() local
12281 shmem2_base = shmem2_base_path[0]; in bnx2x_8073_common_init_phy()
12285 shmem2_base = shmem2_base_path[port]; in bnx2x_8073_common_init_phy()
[all …]
Dbnx2x.h185 #define SHMEM2_ADDR(bp, field) (bp->common.shmem2_base + \
199 #define SHMEM2_HAS(bp, field) ((bp)->common.shmem2_base && \
866 u32 shmem2_base; member
Dbnx2x_main.c5465 bp->common.shmem_base, bp->common.shmem2_base, in bnx2x_nic_init()
5893 bp->common.shmem2_base, in bnx2x_setup_fan_failure_detection()
5973 u32 shmem_base[2], shmem2_base[2]; in bnx2x__common_init_phy() local
5975 shmem2_base[0] = bp->common.shmem2_base; in bnx2x__common_init_phy()
5979 shmem2_base[1] = in bnx2x__common_init_phy()
5983 bnx2x_common_init_phy(bp, shmem_base, shmem2_base, in bnx2x__common_init_phy()
9273 bp->common.shmem2_base = REG_RD(bp, (BP_PATH(bp) ? in bnx2x_get_common_hwinfo()
9278 bp->link_params.shmem2_base = bp->common.shmem2_base; in bnx2x_get_common_hwinfo()
9280 bp->common.shmem_base, bp->common.shmem2_base); in bnx2x_get_common_hwinfo()
9778 bp->common.shmem2_base); in bnx2x_get_port_hwinfo()
[all …]
Dbnx2x_cmn.c1932 (bp->common.shmem2_base)) { in bnx2x_nic_load()