Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/carl9170/
A Dwlan.h369 struct ar9170_rx_head phy_head; member
376 struct ar9170_rx_head phy_head; member
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
A Dphy_cmn.c416 pi = sh->phy_head; in wlc_phy_attach()
542 pi->next = pi->sh->phy_head; in wlc_phy_attach()
543 sh->phy_head = pi; in wlc_phy_attach()
567 if (pi->sh->phy_head == pi) in wlc_phy_detach()
568 pi->sh->phy_head = pi->next; in wlc_phy_detach()
569 else if (pi->sh->phy_head->next == pi) in wlc_phy_detach()
570 pi->sh->phy_head->next = NULL; in wlc_phy_detach()
A Dphy_int.h471 struct brcms_phy *phy_head; member

Completed in 22 milliseconds