Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/carl9170/
Dwlan.h369 struct ar9170_rx_head phy_head; member
376 struct ar9170_rx_head phy_head; member
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c437 pi = sh->phy_head; in wlc_phy_attach()
564 pi->next = pi->sh->phy_head; in wlc_phy_attach()
565 sh->phy_head = pi; in wlc_phy_attach()
589 if (pi->sh->phy_head == pi) in wlc_phy_detach()
590 pi->sh->phy_head = pi->next; in wlc_phy_detach()
591 else if (pi->sh->phy_head->next == pi) in wlc_phy_detach()
592 pi->sh->phy_head->next = NULL; in wlc_phy_detach()
Dphy_int.h471 struct brcms_phy *phy_head; member