Searched defs:existing_index (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c2033 uint8 existing_index; local
2049 existing_index = dhd_wlfc_find_mac_desc_id_from_mac(dhd, &value[2]);
2050 if (existing_index == WLFC_MAC_DESC_ID_INVALID) {
2069 if (existing_index != table_index) {
2071 table[existing_index].occupied = 0;
2072 table[existing_index].state = WLFC_STATE_CLOSE;
2073 table[existing_index].requested_credit = 0;
2074 table[existing_index].interface_id = 0;
2076 pktq_flush(dhd->osh, &table[existing_index].psq, FALSE, NULL, 0);

Completed in 57 milliseconds