Searched refs:total_segments (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | testmode.c | 96 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/drivers/net/wireless/ath/ath11k/ |
| H A D | testmode.c | 105 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/drivers/net/wireless/ath/ath10k/ |
| H A D | testmode.c | 82 u8 total_segments, current_seq; in ath10k_tm_event_segmented() local 96 total_segments = FIELD_GET(ATH10K_FTM_SEGHDR_TOTAL_SEGMENTS, in ath10k_tm_event_segmented() 118 if (++ar->testmode.expected_seq != total_segments) { in ath10k_tm_event_segmented() 121 current_seq + 1, total_segments); in ath10k_tm_event_segmented()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_coredump.h | 51 __le32 total_segments; member
|
| H A D | bnxt_coredump.c | 86 total_segments); in bnxt_hwrm_dbg_dma_data() 303 record->total_segments = cpu_to_le32(total_segs); in bnxt_fill_coredump_record()
|
| /linux/drivers/dma/dw-axi-dmac/ |
| H A D | dw-axi-dmac-platform.c | 775 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/fs/f2fs/ |
| H A D | gc.c | 2224 le32_to_cpu(raw_sb->devs[last_dev].total_segments); in update_sb_metadata() 2226 raw_sb->devs[last_dev].total_segments = in update_sb_metadata() 2252 sbi->allocate_section_hint = FDEV(0).total_segments / in update_fs_metadata() 2255 FDEV(last_dev).total_segments = in update_fs_metadata() 2256 (int)FDEV(last_dev).total_segments + segs; in update_fs_metadata() 2284 __u64 last_segs = FDEV(last_dev).total_segments; in f2fs_resize_fs()
|
| H A D | super.c | 4067 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super() 4071 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super() 4731 total_zones = GET_ZONE_FROM_SEG(sbi, FDEV(devi).total_segments); in get_first_seq_zone_segno() 4786 FDEV(i).total_segments = in f2fs_scan_devices() 4789 FDEV(i).end_blk = FDEV(i).total_segments * in f2fs_scan_devices() 4801 FDEV(i).total_segments = in f2fs_scan_devices() 4802 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices() 4807 FDEV(i).total_segments) - 1 + in f2fs_scan_devices() 4809 sbi->allocate_section_hint = FDEV(i).total_segments / in f2fs_scan_devices() 4815 FDEV(i).total_segments) - 1; in f2fs_scan_devices() [all …]
|
| H A D | f2fs.h | 1396 unsigned int total_segments; member
|
| /linux/include/linux/ |
| H A D | f2fs_fs.h | 68 __le32 total_segments; member
|
| /linux/include/linux/bnxt/ |
| H A D | hsi.h | 10368 __le16 total_segments; member
|
| /linux/include/linux/bnge/ |
| H A D | hsi.h | 11437 __le16 total_segments; member
|