Searched refs:next_mac (Results 1 – 2 of 2) sorted by relevance
91 wet_sta_t *next_mac; /* hash link by MAC */ member822 sta->next_mac = NULL; in wet_sta_alloc()862 sta->next_mac = weth->stahash_mac[i]; in BCMFASTPATH()930 sta->next_mac = weth->stahash_mac[i]; 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()979 prev->next_mac = sta->next_mac; 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()