Home
last modified time | relevance | path

Searched refs:ast_info (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_txrx_wds.c612 struct dp_ast_flow_override_info *ast_info) in dp_peer_ast_index_flow_queue_map_create() argument
660 dp_peer_get_ast_valid(ast_info->ast_valid_mask, i); in dp_peer_ast_index_flow_queue_map_create()
667 ast_info->ast_flow_mask[i]); in dp_peer_ast_index_flow_queue_map_create()
675 ast_info->tid_valid_hi_pri_mask; in dp_peer_ast_index_flow_queue_map_create()
679 ast_info->tid_valid_low_pri_mask; in dp_peer_ast_index_flow_queue_map_create()
683 peer->peer_ast_flowq_idx[i].ast_idx = ast_info->ast_idx[i]; in dp_peer_ast_index_flow_queue_map_create()
H A Ddp_ipa.c4066 qdf_ipa_ast_info_type_t *ast_info;
4072 ast_info = data;
4074 rx_tlv_hdr = qdf_nbuf_data(ast_info->skb);
4075 peer = dp_peer_get_ref_by_id(soc, ast_info->ta_peer_id,
4084 dp_rx_ipa_wds_srcport_learn(soc, peer, ast_info->skb, msdu_metadata,
4085 ast_info->mac_addr_ad4_valid,
4086 ast_info->first_msdu_in_mpdu_flag);
H A Ddp_peer.h1182 struct dp_ast_flow_override_info *ast_info) in dp_peer_ast_index_flow_queue_map_create() argument
1190 struct dp_ast_flow_override_info *ast_info);
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_core.c572 qdf_ipa_ast_info_type_t *ast_info; in wlan_ipa_ast_notify_cb() local
585 ast_info = (qdf_ipa_ast_info_type_t *)data; in wlan_ipa_ast_notify_cb()
588 cdp_ipa_ast_create(ipa_ctx->dp_soc, ast_info); in wlan_ipa_ast_notify_cb()
1482 struct cdp_ast_entry_info ast_info = {0}; in wlan_ipa_check_peer_auth() local
1485 &ast_info); in wlan_ipa_check_peer_auth()
1486 peer_mac = &ast_info.peer_mac_addr[0]; in wlan_ipa_check_peer_auth()
1514 struct cdp_ast_entry_info ast_info = {0}; in wlan_ipa_get_peer_auth_state() local
1518 &ast_info); in wlan_ipa_get_peer_auth_state()
1519 peer_mac = &ast_info.peer_mac_addr[0]; in wlan_ipa_get_peer_auth_state()