Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mscc/
Docelot_mm.c58 lockdep_assert_held(&ocelot->fwd_domain_lock); in ocelot_port_update_active_preemptible_tcs()
95 lockdep_assert_held(&ocelot->fwd_domain_lock); in ocelot_port_change_fp()
159 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_mm_irq()
164 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_mm_irq()
196 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_port_set_mm()
228 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_port_set_mm()
246 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_port_get_mm()
266 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_port_get_mm()
Docelot.c1059 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_phylink_mac_link_down()
1061 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_phylink_mac_link_down()
1174 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_phylink_mac_link_up()
1181 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_phylink_mac_link_up()
1720 lockdep_assert_held(&ocelot->fwd_domain_lock); in ocelot_get_bond_mask()
1832 lockdep_assert_held(&ocelot->fwd_domain_lock); in ocelot_apply_bridge_fwd_mask()
1923 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_port_setup_dsa_8021q_cpu()
1932 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_port_setup_dsa_8021q_cpu()
1941 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_port_teardown_dsa_8021q_cpu()
1950 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_port_teardown_dsa_8021q_cpu()
[all …]
/linux-6.12.1/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1226 lockdep_assert_held(&ocelot->fwd_domain_lock); in vsc9959_tas_guard_bands_update()
1367 mutex_lock(&ocelot->fwd_domain_lock); in vsc9959_sched_speed_set()
1377 mutex_unlock(&ocelot->fwd_domain_lock); in vsc9959_sched_speed_set()
1425 mutex_lock(&ocelot->fwd_domain_lock); in vsc9959_qos_port_tas_set()
1437 mutex_unlock(&ocelot->fwd_domain_lock); in vsc9959_qos_port_tas_set()
1523 mutex_unlock(&ocelot->fwd_domain_lock); in vsc9959_qos_port_tas_set()
1531 mutex_unlock(&ocelot->fwd_domain_lock); in vsc9959_qos_port_tas_set()
1544 mutex_lock(&ocelot->fwd_domain_lock); in vsc9959_tas_clock_adjust()
1582 mutex_unlock(&ocelot->fwd_domain_lock); in vsc9959_tas_clock_adjust()
1658 mutex_lock(&ocelot->fwd_domain_lock); in vsc9959_qos_port_mqprio()
[all …]
Dfelix.c53 mutex_lock(&ocelot->fwd_domain_lock); in felix_cpu_port_for_conduit()
55 mutex_unlock(&ocelot->fwd_domain_lock); in felix_cpu_port_for_conduit()
1921 mutex_lock(&ocelot->fwd_domain_lock); in felix_change_mtu()
1926 mutex_unlock(&ocelot->fwd_domain_lock); in felix_change_mtu()
/linux-6.12.1/include/soc/mscc/
Docelot.h874 struct mutex fwd_domain_lock; member