Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
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-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_coredump.h51 __le32 total_segments; member
Dbnxt_coredump.c40 total_segments); in bnxt_hwrm_dbg_dma_data()
247 record->total_segments = cpu_to_le32(total_segs); in bnxt_fill_coredump_record()
Dbnxt_hsi.h9216 __le16 total_segments; member
/Linux-v6.6/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c728 u32 total_segments; in dw_axi_dma_chan_prep_cyclic() local
744 total_segments = num_periods * num_segments; in dw_axi_dma_chan_prep_cyclic()
746 desc = axi_desc_alloc(total_segments); in dw_axi_dma_chan_prep_cyclic()
756 for (i = 0; i < total_segments; i++) { in dw_axi_dma_chan_prep_cyclic()
777 hw_desc = &desc->hw_desc[--total_segments]; in dw_axi_dma_chan_prep_cyclic()
780 } while (total_segments); in dw_axi_dma_chan_prep_cyclic()
/Linux-v6.6/fs/f2fs/
Dgc.c2076 le32_to_cpu(raw_sb->devs[last_dev].total_segments); in update_sb_metadata()
2078 raw_sb->devs[last_dev].total_segments = in update_sb_metadata()
2102 FDEV(last_dev).total_segments = in update_fs_metadata()
2103 (int)FDEV(last_dev).total_segments + segs; in update_fs_metadata()
2128 __u64 last_segs = FDEV(last_dev).total_segments; in f2fs_resize_fs()
Dsuper.c3531 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
3535 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
4208 FDEV(i).total_segments = in f2fs_scan_devices()
4209 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
4213 (FDEV(i).total_segments << in f2fs_scan_devices()
4219 (FDEV(i).total_segments << in f2fs_scan_devices()
4249 FDEV(i).total_segments, in f2fs_scan_devices()
4258 FDEV(i).total_segments, in f2fs_scan_devices()
Df2fs.h1239 unsigned int total_segments; member
/Linux-v6.6/include/linux/
Df2fs_fs.h72 __le32 total_segments; member