Home
last modified time | relevance | path

Searched refs:total_segments (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dtestmode.c96 u8 total_segments, current_seq; in ath12k_tm_process_event() local
119 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()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c105 u8 total_segments, current_seq; in ath11k_tm_process_event() local
129 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()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h51 __le32 total_segments; member
H A Dbnxt_coredump.c84 total_segments); in bnxt_hwrm_dbg_dma_data()
301 record->total_segments = cpu_to_le32(total_segs); in bnxt_fill_coredump_record()
H A Dbnxt_hsi.h10043 __le16 total_segments; member
/linux-6.15/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c775 u32 total_segments; in dw_axi_dma_chan_prep_cyclic() local
791 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()
/linux-6.15/fs/f2fs/
H A Dgc.c2161 le32_to_cpu(raw_sb->devs[last_dev].total_segments); in update_sb_metadata()
2163 raw_sb->devs[last_dev].total_segments = in update_sb_metadata()
2187 FDEV(last_dev).total_segments = in update_fs_metadata()
2188 (int)FDEV(last_dev).total_segments + segs; in update_fs_metadata()
2213 __u64 last_segs = FDEV(last_dev).total_segments; in f2fs_resize_fs()
H A Dsuper.c3641 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
3645 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
4359 FDEV(i).total_segments = in f2fs_scan_devices()
4360 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
4365 FDEV(i).total_segments) - 1 + in f2fs_scan_devices()
4371 FDEV(i).total_segments) - 1; in f2fs_scan_devices()
4400 FDEV(i).total_segments, in f2fs_scan_devices()
4407 FDEV(i).total_segments, in f2fs_scan_devices()
H A Df2fs.h1277 unsigned int total_segments; member
/linux-6.15/include/linux/
H A Df2fs_fs.h68 __le32 total_segments; member