/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_txrx_wds.h | 222 uint16_t sa_idx, uint16_t sa_sw_peer_id) in dp_rx_wds_add_or_update_ast() argument 255 ast = soc->ast_table[sa_idx]; in dp_rx_wds_add_or_update_ast() 321 if (ast->is_mapped && (ast->ast_idx == sa_idx)) in dp_rx_wds_add_or_update_ast() 456 msdu_end_info.sa_idx, msdu_end_info.sa_sw_peer_id); in dp_rx_wds_srcport_learn() 492 msdu_end_info.sa_idx, in dp_rx_ipa_wds_srcport_learn() 506 uint16_t sa_idx, bool is_active) in dp_rx_ast_set_active() argument 511 ast = soc->ast_table[sa_idx]; in dp_rx_ast_set_active() 529 if (ast->ast_idx == sa_idx) { in dp_rx_ast_set_active()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_rx_tlv.h | 73 uint32_t sa_idx : 16, member 239 sa_idx : 16; member 674 HAL_RX_MSDU_END(_rx_pkt_tlv).sa_idx 1523 msdu_metadata->sa_idx = HAL_RX_TLV_SA_IDX_GET(rx_pkt_tlvs); in hal_rx_msdu_packet_metadata_get_generic_be() 1722 uint16_t sa_idx; in hal_rx_tlv_sa_idx_get_be() local 1724 sa_idx = HAL_RX_TLV_SA_IDX_GET(rx_pkt_tlvs); in hal_rx_tlv_sa_idx_get_be() 1726 return sa_idx; in hal_rx_tlv_sa_idx_get_be()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/ |
H A D | dp_li_rx.c | 51 if ((qdf_nbuf_is_sa_valid(nbuf) && (msdu_info.sa_idx > max_ast)) || in is_sa_da_idx_valid() 1341 uint16_t sa_idx = 0; in dp_rx_null_q_desc_handle_li() local 1462 sa_idx = hal_rx_msdu_end_sa_idx_get(soc->hal_soc, rx_tlv_hdr); in dp_rx_null_q_desc_handle_li() 1464 if ((sa_idx < 0) || in dp_rx_null_q_desc_handle_li() 1465 (sa_idx >= wlan_cfg_get_max_ast_idx(soc->wlan_cfg_ctx))) { in dp_rx_null_q_desc_handle_li()
|
/wlan-driver/fw-api/hw/qca6390/v1/ |
H A D | rx_msdu_end.h | 94 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca6290/v1/ |
H A D | rx_msdu_end.h | 100 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca6290/v2/ |
H A D | rx_msdu_end.h | 99 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca8074/v1/ |
H A D | rx_msdu_end.h | 98 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca9574/ |
H A D | rx_msdu_end.h | 98 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca8074/v2/ |
H A D | rx_msdu_end.h | 98 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca6290/11ax/v2/ |
H A D | rx_msdu_end.h | 94 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca6290/11ax/v1/ |
H A D | rx_msdu_end.h | 94 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qcn9000/ |
H A D | rx_msdu_end.h | 91 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qcn6122/ |
H A D | rx_msdu_end.h | 92 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca6750/v1/ |
H A D | rx_msdu_end.h | 99 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca6490/v1/ |
H A D | rx_msdu_end.h | 100 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/qca5018/ |
H A D | rx_msdu_end.h | 92 uint32_t sa_idx : 16, //[15:0] member
|
/wlan-driver/fw-api/hw/wcn6450/v1/ |
H A D | rx_msdu_end.h | 73 uint32_t sa_idx : 16, member
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5018/ |
H A D | hal_5018.c | 577 msdu_end->sa_idx, in hal_rx_dump_msdu_end_tlv_5018() 703 uint16_t sa_idx; in hal_rx_msdu_end_sa_idx_get_5018() local 705 sa_idx = HAL_RX_MSDU_END_SA_IDX_GET(msdu_end); in hal_rx_msdu_end_sa_idx_get_5018() 707 return sa_idx; in hal_rx_msdu_end_sa_idx_get_5018() 1589 msdu_metadata->sa_idx = HAL_RX_MSDU_END_SA_IDX_GET(msdu_end); in hal_rx_msdu_packet_metadata_get_5018()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9000/ |
H A D | hal_9000.c | 580 msdu_end->sa_idx, in hal_rx_dump_msdu_end_tlv_9000() 707 uint16_t sa_idx; in hal_rx_msdu_end_sa_idx_get_9000() local 709 sa_idx = HAL_RX_MSDU_END_SA_IDX_GET(msdu_end); in hal_rx_msdu_end_sa_idx_get_9000() 711 return sa_idx; in hal_rx_msdu_end_sa_idx_get_9000() 1591 msdu_metadata->sa_idx = HAL_RX_MSDU_END_SA_IDX_GET(msdu_end); in hal_rx_msdu_packet_metadata_get_9000()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6122/ |
H A D | hal_qcn6122.c | 581 msdu_end->sa_idx, in hal_rx_dump_msdu_end_tlv_6122() 708 uint16_t sa_idx; in hal_rx_msdu_end_sa_idx_get_6122() local 710 sa_idx = HAL_RX_MSDU_END_SA_IDX_GET(msdu_end); in hal_rx_msdu_end_sa_idx_get_6122() 712 return sa_idx; in hal_rx_msdu_end_sa_idx_get_6122() 1595 msdu_metadata->sa_idx = HAL_RX_MSDU_END_SA_IDX_GET(msdu_end); in hal_rx_msdu_packet_metadata_get_6122()
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | rx_msdu_end.h | 73 uint32_t sa_idx : 16, member 228 sa_idx : 16;
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | rx_msdu_end.h | 78 uint32_t sa_idx : 16, member 234 sa_idx : 16;
|
/wlan-driver/fw-api/hw/peach/v1/ |
H A D | rx_msdu_end.h | 65 uint32_t sa_idx : 16, member 221 sa_idx : 16;
|
/wlan-driver/fw-api/hw/qcc2072/v1/ |
H A D | rx_msdu_end.h | 65 uint32_t sa_idx : 16, member 221 sa_idx : 16;
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | rx_msdu_end.h | 78 uint32_t sa_idx : 16, member 233 sa_idx : 16;
|