Searched refs:is_mcast (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_txrx_internal.h | 556 #define OL_RX_ERR_STATISTICS(pdev, vdev, err_type, sec_type, is_mcast) \ argument 558 sec_type, is_mcast) 562 int is_mcast; \ 564 is_mcast = htt_rx_msdu_is_wlan_mcast( \ 566 sec_type = peer->security[is_mcast \ 571 is_mcast); \ 645 #define OL_RX_ERR_STATISTICS(pdev, vdev, err_type, sec_type, is_mcast) argument
|
H A D | ol_ctrl_txrx_api.h | 71 enum ol_sec_type sec_type, int is_mcast);
|
H A D | ol_rx.c | 1048 bool is_encrypted = false, is_mcast = false; in ol_rx_filter() local 1063 is_mcast = htt_rx_msdu_is_wlan_mcast(htt_pdev, rx_desc); in ol_rx_filter() 1077 if (true == is_mcast) in ol_rx_filter() 1127 !is_mcast && in ol_rx_filter() 1156 sec_idx = (true == is_mcast) ? txrx_sec_mcast : txrx_sec_ucast; in ol_rx_filter() 1163 is_mcast); in ol_rx_filter()
|
H A D | ol_tx_send.c | 1654 int is_mgmt, is_mcast; in ol_tx_delay_tid_from_l3_hdr() local 1661 is_mcast = IEEE80211_IS_MULTICAST(dest_addr); in ol_tx_delay_tid_from_l3_hdr() 1664 return (is_mcast) ? in ol_tx_delay_tid_from_l3_hdr() 1668 if (is_mcast) in ol_tx_delay_tid_from_l3_hdr()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | i_qdf_nbuf_w.h | 320 is_mcast:1, member 532 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.trace.is_mcast) 543 ((skb)->cb))->u.tx.trace.is_mcast = true)
|
H A D | i_qdf_nbuf_m.h | 340 is_mcast:1, member 539 (((struct qdf_nbuf_cb *)((skb)->cb))->u.tx.trace.is_mcast) 550 ((skb)->cb))->u.tx.trace.is_mcast = true)
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/ |
H A D | dp_tx_mon_2.0.c | 815 uint8_t is_mcast = 0; in dp_lite_mon_filter_subtype() local 841 is_mcast = DP_FRAME_IS_MULTICAST(wh->i_addr1); in dp_lite_mon_filter_subtype() 842 if ((is_mcast && (data_filter & FILTER_DATA_MCAST)) || in dp_lite_mon_filter_subtype() 843 (!is_mcast && (data_filter & FILTER_DATA_UCAST))) in dp_lite_mon_filter_subtype()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_cmn_struct.h | 857 uint8_t is_mcast; member 2094 bool is_mcast; member 2243 bool is_mcast; member
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_tx.c | 1727 uint8_t is_mcast = 0; in dp_tx_get_tid() local 1747 is_mcast = DP_FRAME_IS_MULTICAST(hdr_ptr); in dp_tx_get_tid() 1783 if (!is_mcast) { in dp_tx_get_tid() 1812 if (!is_mcast) { in dp_tx_get_tid() 1822 if (is_mcast) { in dp_tx_get_tid() 4585 int is_mcast = 0, is_ucast = 0; local 4605 is_mcast = (IS_MULTICAST(wh->i_addr1)) ? 1 : 0; 4607 is_mcast = (IS_MULTICAST(eth_hdr->ether_dhost)) ? 1 : 0; 4609 is_ucast = !is_mcast; 4651 ((txrx_peer->bss_peer && num_peers_3addr && is_mcast) || [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
H A D | dp_mon.c | 2514 mon_peer->delayed_ba_ppdu_stats.is_mcast = ppdu->is_mcast; in dp_peer_copy_delay_stats() 2563 ppdu->is_mcast = mon_peer->delayed_ba_ppdu_stats.is_mcast; in dp_peer_copy_stats_to_bar() 3284 if (!ppdu->is_mcast) { in dp_tx_stats_update() 3359 if (!(ppdu->is_mcast) && ppdu->ack_rssi_valid) in dp_tx_stats_update() 3362 if (!ppdu->is_mcast) { in dp_tx_stats_update() 3665 ppdu_user_desc->is_mcast = true; in dp_process_ppdu_stats_user_common_tlv()
|