Lines Matching refs:fse
34 uint32_t *fse, qdf_size_t len) in hal_rx_flow_get_cmem_fse() argument
40 hal_soc, fse_offset, fse, len); in hal_rx_flow_get_cmem_fse()
45 static inline void hal_rx_dump_fse(struct rx_flow_search_entry *fse, int index) in hal_rx_dump_fse() argument
73 fse->src_ip_127_96, in hal_rx_dump_fse()
74 fse->src_ip_95_64, in hal_rx_dump_fse()
75 fse->src_ip_63_32, in hal_rx_dump_fse()
76 fse->src_ip_31_0, in hal_rx_dump_fse()
77 fse->dest_ip_127_96, in hal_rx_dump_fse()
78 fse->dest_ip_95_64, in hal_rx_dump_fse()
79 fse->dest_ip_63_32, in hal_rx_dump_fse()
80 fse->dest_ip_31_0, in hal_rx_dump_fse()
81 fse->src_port, in hal_rx_dump_fse()
82 fse->dest_port, in hal_rx_dump_fse()
83 fse->l4_protocol, in hal_rx_dump_fse()
84 fse->valid, in hal_rx_dump_fse()
85 fse->reo_destination_indication, in hal_rx_dump_fse()
86 fse->msdu_drop, in hal_rx_dump_fse()
87 fse->reo_destination_handler, in hal_rx_dump_fse()
88 fse->metadata, in hal_rx_dump_fse()
89 fse->aggregation_count, in hal_rx_dump_fse()
90 fse->lro_eligible, in hal_rx_dump_fse()
91 fse->msdu_count, in hal_rx_dump_fse()
92 fse->msdu_byte_count, in hal_rx_dump_fse()
93 fse->timestamp, in hal_rx_dump_fse()
95 fse->cumulative_ip_length_pmac1, in hal_rx_dump_fse()
97 fse->cumulative_l4_checksum, in hal_rx_dump_fse()
99 fse->cumulative_ip_length, in hal_rx_dump_fse()
100 fse->tcp_sequence_number); in hal_rx_dump_fse()
106 struct rx_flow_search_entry *fse = in hal_rx_dump_fse_table() local
111 if (fse[i].valid) in hal_rx_dump_fse_table()
112 hal_rx_dump_fse(&fse[i], i); in hal_rx_dump_fse_table()
119 struct rx_flow_search_entry fse = {0}; in hal_rx_dump_cmem_fse() local
124 hal_rx_flow_get_cmem_fse(hal_soc_hdl, fse_offset, (uint32_t *)&fse, in hal_rx_dump_cmem_fse()
126 if (fse.valid) in hal_rx_dump_cmem_fse()
127 hal_rx_dump_fse(&fse, index); in hal_rx_dump_cmem_fse()