Home
last modified time | relevance | path

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

/Linux-v6.6/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.c893 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_phylink_mac_link_down()
895 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_phylink_mac_link_down()
1008 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_phylink_mac_link_up()
1015 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_phylink_mac_link_up()
1479 lockdep_assert_held(&ocelot->fwd_domain_lock); in ocelot_get_bond_mask()
1591 lockdep_assert_held(&ocelot->fwd_domain_lock); in ocelot_apply_bridge_fwd_mask()
1682 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_port_setup_dsa_8021q_cpu()
1691 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_port_setup_dsa_8021q_cpu()
1700 mutex_lock(&ocelot->fwd_domain_lock); in ocelot_port_teardown_dsa_8021q_cpu()
1709 mutex_unlock(&ocelot->fwd_domain_lock); in ocelot_port_teardown_dsa_8021q_cpu()
[all …]
/Linux-v6.6/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()
1520 mutex_unlock(&ocelot->fwd_domain_lock); in vsc9959_qos_port_tas_set()
1528 mutex_unlock(&ocelot->fwd_domain_lock); in vsc9959_qos_port_tas_set()
1541 mutex_lock(&ocelot->fwd_domain_lock); in vsc9959_tas_clock_adjust()
1579 mutex_unlock(&ocelot->fwd_domain_lock); in vsc9959_tas_clock_adjust()
1655 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_master()
55 mutex_unlock(&ocelot->fwd_domain_lock); in felix_cpu_port_for_master()
1787 mutex_lock(&ocelot->fwd_domain_lock); in felix_change_mtu()
1792 mutex_unlock(&ocelot->fwd_domain_lock); in felix_change_mtu()
/Linux-v6.6/include/soc/mscc/
Docelot.h871 struct mutex fwd_domain_lock; member