Searched refs:phy_head (Results 1 – 3 of 3) sorted by relevance
369 struct ar9170_rx_head phy_head; member376 struct ar9170_rx_head phy_head; member
416 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()
471 struct brcms_phy *phy_head; member
Completed in 22 milliseconds