Lines Matching refs:destination_entries
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()
670 entry = &ctx->destination_entries.other; in _dhd_wlfc_find_table_entry()
1146 hslot = (uint)(entry - &ctx->destination_entries.nodes[0]); in _dhd_wlfc_pretx_pktprocess()
1249 wlfc_mac_descriptor_t* interfaces = ctx->destination_entries.interfaces; in _dhd_wlfc_is_destination_open()
1252 ASSERT(&ctx->destination_entries.other == entry); in _dhd_wlfc_is_destination_open()
1755 total_entries = sizeof(wlfc->destination_entries)/sizeof(wlfc_mac_descriptor_t); in _dhd_wlfc_cleanup()
1756 table = (wlfc_mac_descriptor_t*)&wlfc->destination_entries; in _dhd_wlfc_cleanup()
1774 if ((fn == NULL) && (&table[i] != &wlfc->destination_entries.other)) { in _dhd_wlfc_cleanup()
1857 (int)(entry - &ctx->destination_entries.nodes[0]))); in _dhd_wlfc_mac_entry_update()
1960 entry = &ctx->destination_entries.interfaces[ifid]; in _dhd_wlfc_interface_entry_update()
2099 ((athost_wl_status_info_t*)dhdp->wlfc_state)->destination_entries.nodes; in _dhd_wlfc_find_mac_desc_id_from_mac()
2138 entry = &ctx->destination_entries.nodes[hslot]; in dhd_wlfc_suppressed_acked_update()
2140 entry = &ctx->destination_entries.interfaces[hslot - WLFC_MAC_DESC_TABLE_SIZE]; in dhd_wlfc_suppressed_acked_update()
2142 entry = &ctx->destination_entries.other; in dhd_wlfc_suppressed_acked_update()
2646 table = wlfc->destination_entries.nodes; in _dhd_wlfc_mac_table_update()
2671 wlfc->destination_entries.interfaces[ifid].iftype, in _dhd_wlfc_mac_table_update()
2683 wlfc->destination_entries.interfaces[ifid].iftype, in _dhd_wlfc_mac_table_update()
2705 table = wlfc->destination_entries.nodes; in _dhd_wlfc_psmode_update()
2740 table = wlfc->destination_entries.interfaces; in _dhd_wlfc_interface_update()
2767 table = wlfc->destination_entries.nodes; in _dhd_wlfc_credit_request()
2799 table = wlfc->destination_entries.nodes; in _dhd_wlfc_packet_request()
2919 _dhd_wlfc_mac_entry_update(wlfc, &wlfc->destination_entries.other, in dhd_wlfc_enable()
3912 mac_table = wlfc->destination_entries.nodes; in dhd_wlfc_dump()
3913 interfaces = wlfc->destination_entries.interfaces; in dhd_wlfc_dump()
4109 if (wlfc->destination_entries.nodes[i].occupied) { in dhd_wlfc_dump()
4111 wlfc->destination_entries.nodes[i].dstncredit_sent_packets; in dhd_wlfc_dump()
4115 if (wlfc->destination_entries.interfaces[i].occupied) { in dhd_wlfc_dump()
4117 wlfc->destination_entries.interfaces[i].dstncredit_sent_packets; in dhd_wlfc_dump()
4121 if (wlfc->destination_entries.nodes[i].occupied) { in dhd_wlfc_dump()
4123 wlfc->destination_entries.nodes[i].dstncredit_acks; in dhd_wlfc_dump()
4127 if (wlfc->destination_entries.interfaces[i].occupied) { in dhd_wlfc_dump()
4129 wlfc->destination_entries.interfaces[i].dstncredit_acks; in dhd_wlfc_dump()
4136 wlfc->destination_entries.other.dstncredit_acks, in dhd_wlfc_dump()