Home
last modified time | relevance | path

Searched refs:CDP_FC_IS_RETRY_SET (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_rx_mon.c487 CDP_FC_IS_RETRY_SET(rx_stats_peruser->frame_control) ? in dp_rx_populate_cdp_indication_ppdu_user()
582 cdp_rx_ppdu->retries = CDP_FC_IS_RETRY_SET(cdp_rx_ppdu->frame_ctrl) ? in dp_rx_populate_cdp_indication_ppdu()
1238 cdp_rx_ppdu->retries = CDP_FC_IS_RETRY_SET(cdp_rx_ppdu->frame_ctrl) ? in dp_rx_populate_cdp_indication_ppdu_undecoded_metadata()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_stats_struct.h176 #define CDP_FC_IS_RETRY_SET(_fc) \ macro