Searched refs:pkt_hist (Results 1 – 3 of 3) sorted by relevance
120 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() argument681 *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() argument696 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() argument707 struct fisa_pkt_hist *pkt_hist) in dp_rx_fisa_restore_pkt_hist() argument[all …]
340 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()
485 struct fisa_pkt_hist pkt_hist; member