Searched refs:current_phy (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 290 milliseconds