Searched refs:is_mapped (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_txrx_wds.h | 321 if (ast->is_mapped && (ast->ast_idx == sa_idx)) in dp_rx_wds_add_or_update_ast() 518 if (!ast->is_mapped) { in dp_rx_ast_set_active()
|
D | dp_peer.c | 1476 ast_entry->is_mapped = false; in dp_peer_host_add_map_ast() 1582 if (ast_entry->is_mapped) { in dp_peer_map_ast() 1632 ast_entry->is_mapped = TRUE; in dp_peer_map_ast() 1860 ast_entry->is_mapped = false; in dp_peer_add_ast() 1983 if (ast_entry->is_mapped) in dp_peer_unlink_ast_entry() 2027 if (ast_entry->is_mapped) in dp_peer_del_ast() 2078 !ast_entry->is_mapped) in dp_peer_update_ast() 2334 if (ast_entry->is_mapped) in dp_peer_ast_free_wds_entries() 2406 if (ast_entry->is_mapped) in dp_peer_clean_wds_entries() 2449 } else if (ast_entry->is_mapped) { in dp_peer_ast_free_entry_by_mac()
|
D | dp_txrx_wds.c | 92 if (ase->is_mapped) in dp_pdev_build_peer_ase_list()
|
D | dp_types.h | 1499 bool is_mapped; member
|
D | dp_main.c | 6132 if (ast_entry->is_mapped) in dp_cp_peer_del_resp_handler()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | i_qdf_nbuf.h | 2886 int nbytes, qdf_dma_dir_t dir, bool is_mapped) in __qdf_record_nbuf_nbytes() argument 2888 if (is_mapped) { in __qdf_record_nbuf_nbytes() 2911 int nbytes, qdf_dma_dir_t dir, bool is_mapped) in __qdf_record_nbuf_nbytes() argument
|
D | qdf_nbuf.c | 4050 uint32_t nbytes, qdf_dma_dir_t dir, bool is_mapped) in qdf_record_nbuf_nbytes() argument 4052 __qdf_record_nbuf_nbytes(nbytes, dir, is_mapped); in qdf_record_nbuf_nbytes()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_nbuf.h | 5661 uint32_t nbytes, qdf_dma_dir_t dir, bool is_mapped); 5665 int nbytes, qdf_dma_dir_t dir, bool is_mapped) in qdf_record_nbuf_nbytes() argument
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/ |
D | dp_be.c | 3968 if (ast_entry->is_mapped) in dp_htt_reo_migration()
|