Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c399 PHY_HW_LOCK(pdev); in lm_phy45_read()
427 PHY_HW_LOCK(pdev); in lm_phy45_write()
808 PHY_HW_LOCK(pdev); in lm_reset_link()
960 PHY_HW_LOCK(pdev); in lm_link_update()
1581 PHY_HW_LOCK(pdev); in lm_init_phy()
1639 PHY_HW_LOCK(pdev); in lm_link_i2c_update()
1698 PHY_HW_LOCK(pdev); in lm_link_i2c_update()
1754 PHY_HW_LOCK(pdev); in lm_link_on_timer()
1829 PHY_HW_LOCK(pdev); in lm_update_external_phy_fw_prepare()
1910 PHY_HW_LOCK(pdev); in lm_update_external_phy_fw_reinit()
[all …]
H A Dlm_hw_access.c1255 PHY_HW_LOCK(pdev); in lm_set_led_wrapper()
1339 PHY_HW_LOCK(pdev); in lm_get_transceiver_data()
H A Dlm_hw_attn.c1057 PHY_HW_LOCK(pdev); in lm_spio5_attn_everest_processing()
1917 PHY_HW_LOCK(pdev); in lm_handle_deassertion_processing()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_illumos.c208 PHY_HW_LOCK(&um->lm_dev); in bnxe_transceiver_info()
265 PHY_HW_LOCK(&um->lm_dev); in bnxe_transceiver_read()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h925 #define PHY_HW_LOCK(pdev) lm_hw_lock(pdev, HW_LOCK_RESOURCE_MDIO, TRUE); macro