Home
last modified time | relevance | path

Searched refs:next_mac (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wet.c91 wet_sta_t *next_mac; /* hash link by MAC */ member
822 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wet.c91 wet_sta_t *next_mac; /* hash link by MAC */ member
822 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()