Searched refs:stahash_mac (Results 1 – 2 of 2) sorted by relevance
114 wet_sta_t *stahash_mac[WET_STA_HASH_SIZE]; member862 sta->next_mac = weth->stahash_mac[i]; in BCMFASTPATH()863 weth->stahash_mac[i] = sta; in BCMFASTPATH()930 sta->next_mac = weth->stahash_mac[i]; in BCMFASTPATH()931 weth->stahash_mac[i] = sta; in BCMFASTPATH()960 for (sta = prev = weth->stahash_mac[i]; sta; sta = sta->next_mac) { in BCMFASTPATH()977 weth->stahash_mac[i] = sta->next_mac; /* removing first entry in this bucket */ in BCMFASTPATH()1019 for (sta = weth->stahash_mac[i]; sta; sta = sta->next_mac) { in BCMFASTPATH()1145 for (sta = weth->stahash_mac[i]; sta; sta = sta->next_mac) { in dhd_wet_sta_delete_list()