Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/carl9170/
Dwlan.h369 struct ar9170_rx_head phy_head; member
376 struct ar9170_rx_head phy_head; member
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c447 pi = sh->phy_head; in wlc_phy_attach()
574 pi->next = pi->sh->phy_head; in wlc_phy_attach()
575 sh->phy_head = pi; in wlc_phy_attach()
599 if (pi->sh->phy_head == pi) in wlc_phy_detach()
600 pi->sh->phy_head = pi->next; in wlc_phy_detach()
601 else if (pi->sh->phy_head->next == pi) in wlc_phy_detach()
602 pi->sh->phy_head->next = NULL; in wlc_phy_detach()
Dphy_int.h489 struct brcms_phy *phy_head; member