Searched refs:total_segments (Results 1 – 5 of 5) sorted by relevance
96 u8 total_segments, current_seq; in ath12k_tm_process_event() local119 total_segments = le32_get_bits(ftm_msg->seg_hdr.segmentinfo, in ath12k_tm_process_event()141 if (++ab->ftm_event_obj.expected_seq != total_segments) { in ath12k_tm_process_event()145 current_seq, total_segments); in ath12k_tm_process_event()
105 u8 total_segments, current_seq; in ath11k_tm_process_event() local129 total_segments = FIELD_GET(ATH11K_FTM_SEGHDR_TOTAL_SEGMENTS, in ath11k_tm_process_event()153 if (++ab->testmode.expected_seq != total_segments) { in ath11k_tm_process_event()157 current_seq, total_segments); in ath11k_tm_process_event()
51 __le32 total_segments; member
84 total_segments); in bnxt_hwrm_dbg_dma_data()301 record->total_segments = cpu_to_le32(total_segs); in bnxt_fill_coredump_record()
775 u32 total_segments; in dw_axi_dma_chan_prep_cyclic() local791 total_segments = num_periods * num_segments; in dw_axi_dma_chan_prep_cyclic()793 desc = axi_desc_alloc(total_segments); in dw_axi_dma_chan_prep_cyclic()803 for (i = 0; i < total_segments; i++) { in dw_axi_dma_chan_prep_cyclic()824 hw_desc = &desc->hw_desc[--total_segments]; in dw_axi_dma_chan_prep_cyclic()827 } while (total_segments); in dw_axi_dma_chan_prep_cyclic()
Completed in 14 milliseconds