Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ieee802154/
Dfakelb.c71 struct fakelb_phy *current_phy = hw->priv, *phy; in fakelb_hw_xmit() local
74 WARN_ON(current_phy->suspended); in fakelb_hw_xmit()
76 if (current_phy == phy) in fakelb_hw_xmit()
79 if (current_phy->page == phy->page && in fakelb_hw_xmit()
80 current_phy->channel == phy->channel) { in fakelb_hw_xmit()
/linux-4.4.14/drivers/scsi/isci/
Dhost.c1840 struct isci_phy *current_phy; in sci_controller_power_control_queue_insert() local
1844 current_phy = &ihost->phys[i]; in sci_controller_power_control_queue_insert()
1846 other = memcmp(current_phy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert()
1848 sizeof(current_phy->frame_rcvd.iaf.sas_addr)); in sci_controller_power_control_queue_insert()
1850 if (current_phy->sm.current_state_id == SCI_PHY_READY && in sci_controller_power_control_queue_insert()
1851 current_phy->protocol == SAS_PROTOCOL_SSP && in sci_controller_power_control_queue_insert()