Searched refs:destination_entries (Results 1 – 12 of 12) sorted by relevance
531 entry = &ctx->destination_entries.nodes[entry_idx]; in _dhd_wlfc_enque_afq()533 entry = &ctx->destination_entries.interfaces[entry_idx - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_enque_afq()535 entry = &ctx->destination_entries.other; in _dhd_wlfc_enque_afq()564 entry = &ctx->destination_entries.nodes[hslot]; in _dhd_wlfc_deque_afq()566 entry = &ctx->destination_entries.interfaces[hslot - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_deque_afq()568 entry = &ctx->destination_entries.other; in _dhd_wlfc_deque_afq()759 wlfc_mac_descriptor_t* table = ctx->destination_entries.nodes; in _dhd_wlfc_find_table_entry()763 int iftype = ctx->destination_entries.interfaces[ifid].iftype; in _dhd_wlfc_find_table_entry()775 (ctx->destination_entries.interfaces[ifid].occupied)) { in _dhd_wlfc_find_table_entry()776 entry = &ctx->destination_entries.interfaces[ifid]; in _dhd_wlfc_find_table_entry()[all …]
326 } destination_entries; member
411 entry = &ctx->destination_entries.nodes[entry_idx]; in _dhd_wlfc_enque_afq()413 entry = &ctx->destination_entries.interfaces[entry_idx - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_enque_afq()415 entry = &ctx->destination_entries.other; in _dhd_wlfc_enque_afq()444 entry = &ctx->destination_entries.nodes[hslot]; in _dhd_wlfc_deque_afq()446 entry = &ctx->destination_entries.interfaces[hslot - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_deque_afq()448 entry = &ctx->destination_entries.other; in _dhd_wlfc_deque_afq()633 wlfc_mac_descriptor_t* table = ctx->destination_entries.nodes; in _dhd_wlfc_find_table_entry()637 int iftype = ctx->destination_entries.interfaces[ifid].iftype; in _dhd_wlfc_find_table_entry()649 (ctx->destination_entries.interfaces[ifid].occupied)) { in _dhd_wlfc_find_table_entry()650 entry = &ctx->destination_entries.interfaces[ifid]; in _dhd_wlfc_find_table_entry()[all …]
306 } destination_entries; member
417 entry = &ctx->destination_entries.nodes[entry_idx]; in _dhd_wlfc_enque_afq()419 entry = &ctx->destination_entries.interfaces[entry_idx - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_enque_afq()421 entry = &ctx->destination_entries.other; in _dhd_wlfc_enque_afq()450 entry = &ctx->destination_entries.nodes[hslot]; in _dhd_wlfc_deque_afq()452 entry = &ctx->destination_entries.interfaces[hslot - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_deque_afq()454 entry = &ctx->destination_entries.other; in _dhd_wlfc_deque_afq()636 wlfc_mac_descriptor_t* table = ctx->destination_entries.nodes; in _dhd_wlfc_find_table_entry()640 int iftype = ctx->destination_entries.interfaces[ifid].iftype; in _dhd_wlfc_find_table_entry()652 (ctx->destination_entries.interfaces[ifid].occupied)) { in _dhd_wlfc_find_table_entry()653 entry = &ctx->destination_entries.interfaces[ifid]; in _dhd_wlfc_find_table_entry()[all …]
314 } destination_entries; member