Home
last modified time | relevance | path

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

/freebsd/sys/dev/qcom_mdio/
H A Dqcom_mdio_ipq4018.c163 MDIO_LOCK_ASSERT(sc); in qcom_mdio_ipq4018_wait()
183 MDIO_LOCK_ASSERT(sc); in qcom_mdio_ipq4018_set_phy_reg_addr()
H A Dqcom_mdio_ipq4018_var.h34 #define MDIO_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro
/freebsd/sys/dev/vnic/
H A Dthunder_mdio.c138 #define MDIO_LOCK_ASSERT(sc) \ macro
369 MDIO_LOCK_ASSERT(sc); in get_phy_desc()