Searched refs:segment_count (Results 1 – 17 of 17) sorted by relevance
222 c->layer[0].segment_count = val[3] & 0x3f; /* slots */ in tc90522s_get_frontend()228 c->layer[1].segment_count = 0; in tc90522s_get_frontend()230 c->layer[1].segment_count = val[4] & 0x3f; /* slots */ in tc90522s_get_frontend()362 c->layer[0].segment_count = 0; in tc90522t_get_frontend()365 c->layer[0].segment_count = v; in tc90522t_get_frontend()375 c->layer[1].segment_count = 0; in tc90522t_get_frontend()378 c->layer[1].segment_count = v; in tc90522t_get_frontend()387 c->layer[2].segment_count = 0; in tc90522t_get_frontend()390 c->layer[2].segment_count = v; in tc90522t_get_frontend()
602 return isdbt_rate[mod][fec][guard] * c->layer[layer].segment_count; in isdbt_layer_min_bitrate()635 c->layer[layer].segment_count = rc; in mb86a20s_get_frontend()637 c->layer[layer].segment_count = 0; in mb86a20s_get_frontend()
33 unsigned int segment_count);
330 unsigned int segment_count) in efx_siena_tx_map_data() argument352 if (segment_count) { in efx_siena_tx_map_data()
1990 int segment_count; in bnx2fc_free_hash_table() local1997 segment_count = hba->hash_tbl_segment_count; in bnx2fc_free_hash_table()1998 for (i = 0; i < segment_count; ++i) { in bnx2fc_free_hash_table()2028 int segment_count; in bnx2fc_allocate_hash_table() local2037 segment_count = hash_table_size + BNX2FC_HASH_TBL_CHUNK_SIZE - 1; in bnx2fc_allocate_hash_table()2038 segment_count /= BNX2FC_HASH_TBL_CHUNK_SIZE; in bnx2fc_allocate_hash_table()2039 hba->hash_tbl_segment_count = segment_count; in bnx2fc_allocate_hash_table()2041 segment_array_size = segment_count * sizeof(*hba->hash_tbl_segments); in bnx2fc_allocate_hash_table()2047 dma_segment_array_size = segment_count * sizeof(*dma_segment_array); in bnx2fc_allocate_hash_table()2054 for (i = 0; i < segment_count; ++i) { in bnx2fc_allocate_hash_table()[all …]
247 pkg_hdr_size = sizeof(u32) * (pkg_hdr->segment_count + 2U); in i40e_ddp_is_pkg_hdr_valid()252 for (segment = 0; segment < pkg_hdr->segment_count; ++segment) { in i40e_ddp_is_pkg_hdr_valid()
1310 u32 segment_count; member
4823 for (i = 0; i < pkg_hdr->segment_count; i++) { in i40e_find_segment_in_package()
3843 u32 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_area_boundary() local3848 ((u64)segment_count << log_blocks_per_seg); in sanity_check_area_boundary()3898 raw_super->segment_count = cpu_to_le32((main_end_blkaddr - in sanity_check_area_boundary()3920 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local3981 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_raw_super()3990 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super()3991 segment_count < F2FS_MIN_SEGMENTS) { in sanity_check_raw_super()3992 f2fs_info(sbi, "Invalid segment count (%u)", segment_count); in sanity_check_raw_super()3997 segs_per_sec > segment_count || !segs_per_sec) { in sanity_check_raw_super()3999 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()[all …]
289 si->segment_count[i] = sbi->segment_count[i]; in update_general_status()740 si->block_count[SSR], si->segment_count[SSR]); in stat_show()742 si->block_count[LFS], si->segment_count[LFS]); in stat_show()791 si->all_area_segs = le32_to_cpu(raw_super->segment_count); in f2fs_build_stats()
2187 int segment_count; in update_sb_metadata() local2195 segment_count = le32_to_cpu(raw_sb->segment_count); in update_sb_metadata()2200 raw_sb->segment_count = cpu_to_le32(segment_count + segs); in update_sb_metadata()2223 SM_I(sbi)->segment_count = (int)SM_I(sbi)->segment_count + segs; in update_fs_metadata()
48 (SM_I(sbi) ? SM_I(sbi)->segment_count : \49 le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count))
1165 unsigned int segment_count; /* total # of segments */ member1834 unsigned int segment_count[2]; /* # of allocated segments */ member4206 unsigned int segment_count[2]; member4293 ((sbi)->segment_count[(curseg)->alloc_type]++)
5715 sm_info->segment_count = le32_to_cpu(raw_super->segment_count); in f2fs_build_segment_manager()
1042 c->layer[i].segment_count = 0; in dvb_frontend_clear_cache()1443 tvp->u.data = c->layer[0].segment_count; in dtv_property_process_get()1455 tvp->u.data = c->layer[1].segment_count; in dtv_property_process_get()1467 tvp->u.data = c->layer[2].segment_count; in dtv_property_process_get()1648 c->layer[i].segment_count = 0; in emulate_delivery_system()1998 c->layer[0].segment_count = data; in dtv_property_process_set()2010 c->layer[1].segment_count = data; in dtv_property_process_set()2022 c->layer[2].segment_count = data; in dtv_property_process_set()
623 u8 segment_count; member
126 __le32 segment_count; /* total # of segments */ member