Searched refs:phl_sta_self (Results 1 – 4 of 4) sorted by relevance
1086 struct rtw_phl_stainfo_t *phl_sta_self = NULL; in rtw_get_stainfo() local1103 phl_sta_self = rtw_phl_get_stainfo_self(phl, phl_role); in rtw_get_stainfo()1105 if (phl_sta_self == NULL) { in rtw_get_stainfo()1154 if (IS_MCAST(hwaddr) && psta->phl_sta == phl_sta_self) in rtw_get_stainfo()
1022 struct rtw_phl_stainfo_t *phl_sta_self = NULL; in rtw_hw_update_chan_def() local1034 phl_sta_self = rtw_phl_get_stainfo_self(adapter_to_dvobj(adapter)->phl, adapter->phl_role); in rtw_hw_update_chan_def()1035 _rtw_memcpy(&phl_sta_self->chandef, &adapter->phl_role->chandef, sizeof(struct rtw_chan_def)); in rtw_hw_update_chan_def()
1019 struct rtw_phl_stainfo_t *phl_sta_self = NULL; in rtw_hw_update_chan_def() local1031 phl_sta_self = rtw_phl_get_stainfo_self(adapter_to_dvobj(adapter)->phl, adapter->phl_role); in rtw_hw_update_chan_def()1032 _rtw_memcpy(&phl_sta_self->chandef, &adapter->phl_role->chandef, sizeof(struct rtw_chan_def)); in rtw_hw_update_chan_def()