Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ieee802154/
A Dfakelb.c63 struct fakelb_phy *current_phy = hw->priv, *phy; in fakelb_hw_xmit() local
66 WARN_ON(current_phy->suspended); in fakelb_hw_xmit()
68 if (current_phy == phy) in fakelb_hw_xmit()
71 if (current_phy->page == phy->page && in fakelb_hw_xmit()
72 current_phy->channel == phy->channel) { in fakelb_hw_xmit()
A Dmac802154_hwsim.c258 struct hwsim_phy *current_phy = hw->priv; in hwsim_hw_xmit() local
263 WARN_ON(current_phy->suspended); in hwsim_hw_xmit()
266 current_pib = rcu_dereference(current_phy->pib); in hwsim_hw_xmit()
267 list_for_each_entry_rcu(e, &current_phy->edges, list) { in hwsim_hw_xmit()
/linux-6.3-rc2/drivers/scsi/isci/
A Dhost.c1838 struct isci_phy *current_phy; in sci_controller_power_control_queue_insert() local
1842 current_phy = &ihost->phys[i]; in sci_controller_power_control_queue_insert()
1844 other = memcmp(current_phy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert()
1846 sizeof(current_phy->frame_rcvd.iaf.sas_addr)); in sci_controller_power_control_queue_insert()
1848 if (current_phy->sm.current_state_id == SCI_PHY_READY && in sci_controller_power_control_queue_insert()
1849 current_phy->protocol == SAS_PROTOCOL_SSP && in sci_controller_power_control_queue_insert()

Completed in 12 milliseconds