Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_coredump.h47 __le32 total_segments; member
Dbnxt_ethtool.c3634 total_segments); in bnxt_hwrm_dbg_dma_data()
3816 record->total_segments = cpu_to_le32(total_segs); in bnxt_fill_coredump_record()
Dbnxt_hsi.h8811 __le16 total_segments; member
/Linux-v5.15/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c686 u32 total_segments; in dw_axi_dma_chan_prep_cyclic() local
702 total_segments = num_periods * num_segments; in dw_axi_dma_chan_prep_cyclic()
704 desc = axi_desc_alloc(total_segments); in dw_axi_dma_chan_prep_cyclic()
714 for (i = 0; i < total_segments; i++) { in dw_axi_dma_chan_prep_cyclic()
735 hw_desc = &desc->hw_desc[--total_segments]; in dw_axi_dma_chan_prep_cyclic()
738 } while (total_segments); in dw_axi_dma_chan_prep_cyclic()
/Linux-v5.15/fs/f2fs/
Dgc.c1936 le32_to_cpu(raw_sb->devs[last_dev].total_segments); in update_sb_metadata()
1938 raw_sb->devs[last_dev].total_segments = in update_sb_metadata()
1962 FDEV(last_dev).total_segments = in update_fs_metadata()
1963 (int)FDEV(last_dev).total_segments + segs; in update_fs_metadata()
1987 __u64 last_segs = FDEV(last_dev).total_segments; in f2fs_resize_fs()
Dsuper.c3273 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
3277 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
3783 FDEV(i).total_segments = in f2fs_scan_devices()
3784 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
3788 (FDEV(i).total_segments << in f2fs_scan_devices()
3794 (FDEV(i).total_segments << in f2fs_scan_devices()
3821 FDEV(i).total_segments, in f2fs_scan_devices()
3830 FDEV(i).total_segments, in f2fs_scan_devices()
Df2fs.h1201 unsigned int total_segments; member
/Linux-v5.15/include/linux/
Df2fs_fs.h73 __le32 total_segments; member