Lines Matching refs:destination_entries
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()
796 entry = &ctx->destination_entries.other; in _dhd_wlfc_find_table_entry()
1281 hslot = (uint)(entry - &ctx->destination_entries.nodes[0]); in _dhd_wlfc_pretx_pktprocess()
1289 (uint8)(entry - &ctx->destination_entries.nodes[0]), gen, free_ctr); in _dhd_wlfc_pretx_pktprocess()
1309 (uint8)(entry - &ctx->destination_entries.nodes[0]), gen, free_ctr); in _dhd_wlfc_pretx_pktprocess()
1397 wlfc_mac_descriptor_t* interfaces = ctx->destination_entries.interfaces; in _dhd_wlfc_is_destination_open()
1400 ASSERT(&ctx->destination_entries.other == entry); in _dhd_wlfc_is_destination_open()
1950 total_entries = sizeof(wlfc->destination_entries)/sizeof(wlfc_mac_descriptor_t); in _dhd_wlfc_cleanup()
1951 table = (wlfc_mac_descriptor_t*)&wlfc->destination_entries; in _dhd_wlfc_cleanup()
1969 if ((fn == NULL) && (&table[i] != &wlfc->destination_entries.other)) { in _dhd_wlfc_cleanup()
2066 (int)(entry - &ctx->destination_entries.nodes[0]))); in _dhd_wlfc_mac_entry_update()
2175 entry = &ctx->destination_entries.interfaces[ifid]; in _dhd_wlfc_interface_entry_update()
2322 ((athost_wl_status_info_t*)dhdp->wlfc_state)->destination_entries.nodes; in _dhd_wlfc_find_mac_desc_id_from_mac()
2361 entry = &ctx->destination_entries.nodes[hslot]; in dhd_wlfc_suppressed_acked_update()
2363 entry = &ctx->destination_entries.interfaces[hslot - WLFC_MAC_DESC_TABLE_SIZE]; in dhd_wlfc_suppressed_acked_update()
2365 entry = &ctx->destination_entries.other; in dhd_wlfc_suppressed_acked_update()
2543 (uint8)(entry - &wlfc->destination_entries.nodes[0]), in _dhd_wlfc_compressed_txstatus_update()
2611 (uint8)(entry - &wlfc->destination_entries.nodes[0]), in _dhd_wlfc_compressed_txstatus_update()
2629 (uint8)(entry - &wlfc->destination_entries.nodes[0]), in _dhd_wlfc_compressed_txstatus_update()
2642 (uint8)(entry - &wlfc->destination_entries.nodes[0]), in _dhd_wlfc_compressed_txstatus_update()
2916 table = wlfc->destination_entries.nodes; in _dhd_wlfc_mac_table_update()
2941 wlfc->destination_entries.interfaces[ifid].iftype, in _dhd_wlfc_mac_table_update()
2953 wlfc->destination_entries.interfaces[ifid].iftype, in _dhd_wlfc_mac_table_update()
2975 table = wlfc->destination_entries.nodes; in _dhd_wlfc_psmode_update()
2992 (uint8)(table - &wlfc->destination_entries.nodes[0]), in _dhd_wlfc_psmode_update()
3000 (uint8)(table - &wlfc->destination_entries.nodes[0]), in _dhd_wlfc_psmode_update()
3028 table = wlfc->destination_entries.interfaces; in _dhd_wlfc_interface_update()
3040 (uint8)(table - &wlfc->destination_entries.nodes[0]), in _dhd_wlfc_interface_update()
3048 (uint8)(table - &wlfc->destination_entries.nodes[0]), in _dhd_wlfc_interface_update()
3071 table = wlfc->destination_entries.nodes; in _dhd_wlfc_credit_request()
3104 table = wlfc->destination_entries.nodes; in _dhd_wlfc_packet_request()
3239 _dhd_wlfc_mac_entry_update(wlfc, &wlfc->destination_entries.other, in dhd_wlfc_enable()
4297 mac_table = wlfc->destination_entries.nodes; in dhd_wlfc_dump()
4298 interfaces = wlfc->destination_entries.interfaces; in dhd_wlfc_dump()
4494 if (wlfc->destination_entries.nodes[i].occupied) { in dhd_wlfc_dump()
4496 wlfc->destination_entries.nodes[i].dstncredit_sent_packets; in dhd_wlfc_dump()
4500 if (wlfc->destination_entries.interfaces[i].occupied) { in dhd_wlfc_dump()
4502 wlfc->destination_entries.interfaces[i].dstncredit_sent_packets; in dhd_wlfc_dump()
4506 if (wlfc->destination_entries.nodes[i].occupied) { in dhd_wlfc_dump()
4508 wlfc->destination_entries.nodes[i].dstncredit_acks; in dhd_wlfc_dump()
4512 if (wlfc->destination_entries.interfaces[i].occupied) { in dhd_wlfc_dump()
4514 wlfc->destination_entries.interfaces[i].dstncredit_acks; in dhd_wlfc_dump()
4521 wlfc->destination_entries.other.dstncredit_acks, in dhd_wlfc_dump()
4985 ctx->destination_entries.interfaces[ifid].transit_maxcount = maxcount; in dhd_wlfc_update_maxcount()