Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c4809 u32 sync_offset, media_types; in bnx2x_link_status_update() local
4833 media_types = REG_RD(bp, sync_offset); in bnx2x_link_status_update()
4836 (media_types & PORT_HW_CFG_MEDIA_TYPE_PHY0_MASK) >> in bnx2x_link_status_update()
8124 u32 sync_offset = 0, phy_idx, media_types; in bnx2x_get_edc_mode() local
8225 media_types = REG_RD(bp, sync_offset); in bnx2x_get_edc_mode()
8231 media_types |= ((phy->media_type & in bnx2x_get_edc_mode()
8237 REG_WR(bp, sync_offset, media_types); in bnx2x_get_edc_mode()
12591 u32 phy_config_swapped, sync_offset, media_types; in bnx2x_phy_probe() local
12638 media_types = REG_RD(bp, sync_offset); in bnx2x_phy_probe()
12647 media_types |= ((phy->media_type & in bnx2x_phy_probe()
[all …]