Home
last modified time | relevance | path

Searched refs:pkt_hist (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_fisa_rx.c120 if (!rx_tlv_hdr || !fisa_flow || !fisa_flow->pkt_hist.tlv_hist) in dp_fisa_record_pkt()
123 index = fisa_flow->pkt_hist.idx++ % FISA_FLOW_MAX_AGGR_COUNT; in dp_fisa_record_pkt()
125 fisa_flow->pkt_hist.ts_hist[index] = qdf_get_log_timestamp(); in dp_fisa_record_pkt()
126 tlv_hist_ptr = fisa_flow->pkt_hist.tlv_hist + (index * tlv_size); in dp_fisa_record_pkt()
678 struct fisa_pkt_hist *pkt_hist) in dp_rx_fisa_save_pkt_hist() argument
681 *pkt_hist = ft_entry->pkt_hist; in dp_rx_fisa_save_pkt_hist()
693 struct fisa_pkt_hist *pkt_hist) in dp_rx_fisa_restore_pkt_hist() argument
696 ft_entry->pkt_hist = *pkt_hist; in dp_rx_fisa_restore_pkt_hist()
701 struct fisa_pkt_hist *pkt_hist) in dp_rx_fisa_save_pkt_hist() argument
707 struct fisa_pkt_hist *pkt_hist) in dp_rx_fisa_restore_pkt_hist() argument
[all …]
H A Dwlan_dp_rx_fst.c340 sw_ft[i].pkt_hist.tlv_hist = in dp_rx_sw_ft_hist_init()
343 if (!sw_ft[i].pkt_hist.tlv_hist) { in dp_rx_sw_ft_hist_init()
358 if (sw_ft[i].pkt_hist.tlv_hist) in dp_rx_sw_ft_hist_deinit()
359 qdf_mem_free(sw_ft[i].pkt_hist.tlv_hist); in dp_rx_sw_ft_hist_deinit()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h485 struct fisa_pkt_hist pkt_hist; member