current_phy        63 drivers/net/ieee802154/fakelb.c 	struct fakelb_phy *current_phy = hw->priv, *phy;
current_phy        66 drivers/net/ieee802154/fakelb.c 	WARN_ON(current_phy->suspended);
current_phy        68 drivers/net/ieee802154/fakelb.c 		if (current_phy == phy)
current_phy        71 drivers/net/ieee802154/fakelb.c 		if (current_phy->page == phy->page &&
current_phy        72 drivers/net/ieee802154/fakelb.c 		    current_phy->channel == phy->channel) {
current_phy       111 drivers/net/ieee802154/mac802154_hwsim.c 	struct hwsim_phy *current_phy = hw->priv;
current_phy       116 drivers/net/ieee802154/mac802154_hwsim.c 	WARN_ON(current_phy->suspended);
current_phy       119 drivers/net/ieee802154/mac802154_hwsim.c 	current_pib = rcu_dereference(current_phy->pib);
current_phy       120 drivers/net/ieee802154/mac802154_hwsim.c 	list_for_each_entry_rcu(e, &current_phy->edges, list) {
current_phy      1840 drivers/scsi/isci/host.c 		struct isci_phy *current_phy;
current_phy      1844 drivers/scsi/isci/host.c 			current_phy = &ihost->phys[i];
current_phy      1846 drivers/scsi/isci/host.c 			other = memcmp(current_phy->frame_rcvd.iaf.sas_addr,
current_phy      1848 drivers/scsi/isci/host.c 				       sizeof(current_phy->frame_rcvd.iaf.sas_addr));
current_phy      1850 drivers/scsi/isci/host.c 			if (current_phy->sm.current_state_id == SCI_PHY_READY &&
current_phy      1851 drivers/scsi/isci/host.c 			    current_phy->protocol == SAS_PROTOCOL_SSP &&