Lines Matching refs:record
175 struct dp_buf_info_record *record; in dp_rx_ring_record_entry() local
192 record = &soc->rx_ring_history[ring_num]->entry[idx]; in dp_rx_ring_record_entry()
194 record->timestamp = qdf_get_log_timestamp(); in dp_rx_ring_record_entry()
195 record->hbi.paddr = hbi.paddr; in dp_rx_ring_record_entry()
196 record->hbi.sw_cookie = hbi.sw_cookie; in dp_rx_ring_record_entry()
197 record->hbi.rbm = hbi.rbm; in dp_rx_ring_record_entry()
292 struct dp_refill_info_record *record; in dp_rx_refill_ring_record_entry() local
305 record = &soc->rx_refill_ring_history[ring_num]->entry[idx]; in dp_rx_refill_ring_record_entry()
308 record->timestamp = qdf_get_log_timestamp(); in dp_rx_refill_ring_record_entry()
309 record->num_req = num_req; in dp_rx_refill_ring_record_entry()
310 record->num_refill = num_refill; in dp_rx_refill_ring_record_entry()
311 record->hp = hp; in dp_rx_refill_ring_record_entry()
312 record->tp = tp; in dp_rx_refill_ring_record_entry()