Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
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()
H A Dwlan_dp_fisa_rx.c120 if (!rx_tlv_hdr || !fisa_flow || !fisa_flow->pkt_hist.tlv_hist) in dp_fisa_record_pkt()
126 tlv_hist_ptr = fisa_flow->pkt_hist.tlv_hist + (index * tlv_size); in dp_fisa_record_pkt()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h388 uint8_t *tlv_hist; member