Searched refs:curr_ppdu_pos (Results 1 – 4 of 4) sorted by relevance
1425 (tlv_log->curr_ppdu_pos + 1 == MAX_NUM_PPDU_RECORD) ? in dp_tx_mon_record_index_update()1426 tlv_log->curr_ppdu_pos = 0 : in dp_tx_mon_record_index_update()1427 tlv_log->curr_ppdu_pos++; in dp_tx_mon_record_index_update()1430 tlv_log->ppdu_start_idx = tlv_log->curr_ppdu_pos * in dp_tx_mon_record_index_update()
135 uint16_t curr_ppdu_pos; member
68 (tlv_log->curr_ppdu_pos + 1 == MAX_NUM_PPDU_RECORD) ? in dp_mon_record_index_update()69 tlv_log->curr_ppdu_pos = 0 : in dp_mon_record_index_update()70 tlv_log->curr_ppdu_pos++; in dp_mon_record_index_update()73 tlv_log->ppdu_start_idx = tlv_log->curr_ppdu_pos * in dp_mon_record_index_update()
1108 tlv_log->curr_ppdu_pos = 0; in dp_mon_pdev_initialize_tlv_logger()