Home
last modified time | relevance | path

Searched refs:pih (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_hal.h188 bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
190 bool wlc_phy_get_encore(struct brcms_phy_pub *pih);
191 u32 wlc_phy_get_coreflags(struct brcms_phy_pub *pih);
198 u32 wlc_phy_clk_bwbits(struct brcms_phy_pub *pih);
208 int wlc_phy_rssi_compute(struct brcms_phy_pub *pih, struct d11rxhdr *rxh);
243 bool wlc_phy_txpower_ipa_ison(struct brcms_phy_pub *pih);
245 void wlc_phy_stf_chain_init(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain);
246 void wlc_phy_stf_chain_set(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain);
247 void wlc_phy_stf_chain_get(struct brcms_phy_pub *pih, u8 *txchain, u8 *rxchain);
248 u8 wlc_phy_stf_chain_active_get(struct brcms_phy_pub *pih);
[all …]
Dphy_cmn.c129 void wlc_phyreg_enter(struct brcms_phy_pub *pih) in wlc_phyreg_enter() argument
131 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phyreg_enter()
135 void wlc_phyreg_exit(struct brcms_phy_pub *pih) in wlc_phyreg_exit() argument
137 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phyreg_exit()
141 void wlc_radioreg_enter(struct brcms_phy_pub *pih) in wlc_radioreg_enter() argument
143 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_radioreg_enter()
149 void wlc_radioreg_exit(struct brcms_phy_pub *pih) in wlc_radioreg_exit() argument
151 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_radioreg_exit()
587 void wlc_phy_detach(struct brcms_phy_pub *pih) in wlc_phy_detach() argument
589 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phy_detach()
[all …]
Dphy_int.h927 void wlc_phyreg_enter(struct brcms_phy_pub *pih);
928 void wlc_phyreg_exit(struct brcms_phy_pub *pih);
929 void wlc_radioreg_enter(struct brcms_phy_pub *pih);
930 void wlc_radioreg_exit(struct brcms_phy_pub *pih);
1100 void wlc_phy_rxcore_setstate_nphy(struct brcms_phy_pub *pih, u8 rxcore_bitmask);
1101 u8 wlc_phy_rxcore_getstate_nphy(struct brcms_phy_pub *pih);
1141 bool wlc_phy_n_txpower_ipa_ison(struct brcms_phy *pih);
Dphy_n.c14122 bool wlc_phy_bist_check_phy(struct brcms_phy_pub *pih) in wlc_phy_bist_check_phy() argument
14124 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phy_bist_check_phy()
19732 void wlc_phy_rxcore_setstate_nphy(struct brcms_phy_pub *pih, u8 rxcore_bitmask) in wlc_phy_rxcore_setstate_nphy() argument
19737 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phy_rxcore_setstate_nphy()
19812 u8 wlc_phy_rxcore_getstate_nphy(struct brcms_phy_pub *pih) in wlc_phy_rxcore_getstate_nphy() argument
19815 struct brcms_phy *pi = container_of(pih, struct brcms_phy, pubpi_ro); in wlc_phy_rxcore_getstate_nphy()
/linux-4.1.27/net/ipv4/
Digmp.c409 struct igmpv3_report *pih; in add_grhead() local
421 pih = igmpv3_report_hdr(skb); in add_grhead()
422 pih->ngrec = htons(ntohs(pih->ngrec)+1); in add_grhead()
433 struct igmpv3_report *pih; in add_grec() local
453 pih = skb ? igmpv3_report_hdr(skb) : NULL; in add_grec()
457 if (pih && pih->ngrec && in add_grec()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.c1783 struct brcms_phy_pub *pih = wlc_hw->band->pi; in brcms_b_phy_reset() local
1789 if (pih == NULL) in brcms_b_phy_reset()
1818 if (pih) in brcms_b_phy_reset()
1819 wlc_phy_anacore(pih, ON); in brcms_b_phy_reset()