Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_wlfc.c2636 uint8 existing_index; in _dhd_wlfc_mac_table_update() local
2653 existing_index = _dhd_wlfc_find_mac_desc_id_from_mac(dhd, &value[2]); in _dhd_wlfc_mac_table_update()
2654 if ((existing_index != WLFC_MAC_DESC_ID_INVALID) && in _dhd_wlfc_mac_table_update()
2655 (existing_index != table_index) && table[existing_index].occupied) { in _dhd_wlfc_mac_table_update()
2660 rc = _dhd_wlfc_mac_entry_update(wlfc, &table[existing_index], in _dhd_wlfc_mac_table_update()
2661 eWLFC_MAC_ENTRY_ACTION_DEL, table[existing_index].interface_id, in _dhd_wlfc_mac_table_update()
2662 table[existing_index].iftype, NULL, _dhd_wlfc_entrypkt_fn, in _dhd_wlfc_mac_table_update()
2663 &table[existing_index]); in _dhd_wlfc_mac_table_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_wlfc.c2636 uint8 existing_index; in _dhd_wlfc_mac_table_update() local
2653 existing_index = _dhd_wlfc_find_mac_desc_id_from_mac(dhd, &value[2]); in _dhd_wlfc_mac_table_update()
2654 if ((existing_index != WLFC_MAC_DESC_ID_INVALID) && in _dhd_wlfc_mac_table_update()
2655 (existing_index != table_index) && table[existing_index].occupied) { in _dhd_wlfc_mac_table_update()
2660 rc = _dhd_wlfc_mac_entry_update(wlfc, &table[existing_index], in _dhd_wlfc_mac_table_update()
2661 eWLFC_MAC_ENTRY_ACTION_DEL, table[existing_index].interface_id, in _dhd_wlfc_mac_table_update()
2662 table[existing_index].iftype, NULL, _dhd_wlfc_entrypkt_fn, in _dhd_wlfc_mac_table_update()
2663 &table[existing_index]); in _dhd_wlfc_mac_table_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_wlfc.c2639 uint8 existing_index; in _dhd_wlfc_mac_table_update() local
2656 existing_index = _dhd_wlfc_find_mac_desc_id_from_mac(dhd, &value[2]); in _dhd_wlfc_mac_table_update()
2657 if ((existing_index != WLFC_MAC_DESC_ID_INVALID) && in _dhd_wlfc_mac_table_update()
2658 (existing_index != table_index) && table[existing_index].occupied) { in _dhd_wlfc_mac_table_update()
2663 rc = _dhd_wlfc_mac_entry_update(wlfc, &table[existing_index], in _dhd_wlfc_mac_table_update()
2664 eWLFC_MAC_ENTRY_ACTION_DEL, table[existing_index].interface_id, in _dhd_wlfc_mac_table_update()
2665 table[existing_index].iftype, NULL, _dhd_wlfc_entrypkt_fn, in _dhd_wlfc_mac_table_update()
2666 &table[existing_index]); in _dhd_wlfc_mac_table_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_wlfc.c2636 uint8 existing_index; in _dhd_wlfc_mac_table_update() local
2653 existing_index = _dhd_wlfc_find_mac_desc_id_from_mac(dhd, &value[2]); in _dhd_wlfc_mac_table_update()
2654 if ((existing_index != WLFC_MAC_DESC_ID_INVALID) && in _dhd_wlfc_mac_table_update()
2655 (existing_index != table_index) && table[existing_index].occupied) { in _dhd_wlfc_mac_table_update()
2660 rc = _dhd_wlfc_mac_entry_update(wlfc, &table[existing_index], in _dhd_wlfc_mac_table_update()
2661 eWLFC_MAC_ENTRY_ACTION_DEL, table[existing_index].interface_id, in _dhd_wlfc_mac_table_update()
2662 table[existing_index].iftype, NULL, _dhd_wlfc_entrypkt_fn, in _dhd_wlfc_mac_table_update()
2663 &table[existing_index]); in _dhd_wlfc_mac_table_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wlfc.c2903 uint8 existing_index; in _dhd_wlfc_mac_table_update() local
2920 existing_index = _dhd_wlfc_find_mac_desc_id_from_mac(dhd, &value[2]); in _dhd_wlfc_mac_table_update()
2921 if ((existing_index != WLFC_MAC_DESC_ID_INVALID) && in _dhd_wlfc_mac_table_update()
2922 (existing_index != table_index) && table[existing_index].occupied) { in _dhd_wlfc_mac_table_update()
2927 rc = _dhd_wlfc_mac_entry_update(wlfc, &table[existing_index], in _dhd_wlfc_mac_table_update()
2928 eWLFC_MAC_ENTRY_ACTION_DEL, table[existing_index].interface_id, in _dhd_wlfc_mac_table_update()
2929 table[existing_index].iftype, NULL, _dhd_wlfc_entrypkt_fn, in _dhd_wlfc_mac_table_update()
2930 &table[existing_index]); in _dhd_wlfc_mac_table_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wlfc.c2906 uint8 existing_index; in _dhd_wlfc_mac_table_update() local
2923 existing_index = _dhd_wlfc_find_mac_desc_id_from_mac(dhd, &value[2]); in _dhd_wlfc_mac_table_update()
2924 if ((existing_index != WLFC_MAC_DESC_ID_INVALID) && in _dhd_wlfc_mac_table_update()
2925 (existing_index != table_index) && table[existing_index].occupied) { in _dhd_wlfc_mac_table_update()
2930 rc = _dhd_wlfc_mac_entry_update(wlfc, &table[existing_index], in _dhd_wlfc_mac_table_update()
2931 eWLFC_MAC_ENTRY_ACTION_DEL, table[existing_index].interface_id, in _dhd_wlfc_mac_table_update()
2932 table[existing_index].iftype, NULL, _dhd_wlfc_entrypkt_fn, in _dhd_wlfc_mac_table_update()
2933 &table[existing_index]); in _dhd_wlfc_mac_table_update()