Home
last modified time | relevance | path

Searched refs:segment_count (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/drivers/media/dvb-frontends/
Dtc90522.c222 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()
Ddib8000.c2037 …ate, 2 + layer_index, (constellation << 10) | ((c->layer[layer_index].segment_count & 0xf) << 6) |… in dib8000_set_layer()
2038 if (c->layer[layer_index].segment_count > 0) { in dib8000_set_layer()
2370 nbseg_diff += (c->layer[i].modulation == DQPSK) * c->layer[i].segment_count; in dib8000_set_isdbt_common_channel()
2375 nbseg_diff += (c->layer[i].modulation == DQPSK) * c->layer[i].segment_count; in dib8000_set_isdbt_common_channel()
2388 state->layer_b_nb_seg = c->layer[1].segment_count; in dib8000_set_isdbt_common_channel()
2389 state->layer_c_nb_seg = c->layer[2].segment_count; in dib8000_set_isdbt_common_channel()
2453 tmcc_pow += (((c->layer[i].modulation == DQPSK) * 4 + 1) * c->layer[i].segment_count) ; in dib8000_set_isdbt_common_channel()
2547 c->layer[0].segment_count = 13; in dib8000_autosearch_start()
2583 c->layer[0].segment_count = 13; in dib8000_autosearch_start()
2585 c->layer[0].segment_count = 13; in dib8000_autosearch_start()
[all …]
Dmb86a20s.c654 c->layer[layer].segment_count = rc; in mb86a20s_get_frontend()
656 c->layer[layer].segment_count = 0; in mb86a20s_get_frontend()
682 c->layer[layer].segment_count); in mb86a20s_get_frontend()
Ddib0090.c1247 …ty_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cache.layer[0].segment_count > in dib0090_gain_control()
1255 ((state->fe->dtv_property_cache.layer[1].segment_count > in dib0090_gain_control()
1263 ((state->fe->dtv_property_cache.layer[2].segment_count > in dib0090_gain_control()
/Linux-v5.4/fs/f2fs/
Dsuper.c2422 u32 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_area_boundary() local
2427 (segment_count << log_blocks_per_seg); in sanity_check_area_boundary()
2471 (segment_count << log_blocks_per_seg), in sanity_check_area_boundary()
2479 raw_super->segment_count = cpu_to_le32((main_end_blkaddr - in sanity_check_area_boundary()
2492 (segment_count << log_blocks_per_seg), in sanity_check_area_boundary()
2503 block_t segment_count, segs_per_sec, secs_per_zone; in sanity_check_raw_super() local
2573 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_raw_super()
2581 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super()
2582 segment_count < F2FS_MIN_SEGMENTS) { in sanity_check_raw_super()
2583 f2fs_info(sbi, "Invalid segment count (%u)", segment_count); in sanity_check_raw_super()
[all …]
Ddebug.c141 si->segment_count[i] = sbi->segment_count[i]; in update_general_status()
439 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
441 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
475 si->all_area_segs = le32_to_cpu(raw_super->segment_count); in f2fs_build_stats()
Dgc.c1430 int segment_count = le32_to_cpu(raw_sb->segment_count); in update_sb_metadata() local
1436 raw_sb->segment_count = cpu_to_le32(segment_count + segs); in update_sb_metadata()
1448 SM_I(sbi)->segment_count = (int)SM_I(sbi)->segment_count + segs; in update_fs_metadata()
Dsegment.h64 (SM_I(sbi) ? SM_I(sbi)->segment_count : \
65 le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count))
Df2fs.h923 unsigned int segment_count; /* total # of segments */ member
1310 unsigned int segment_count[2]; /* # of allocated segments */ member
3296 unsigned int segment_count[2]; member
3361 ((sbi)->segment_count[(curseg)->alloc_type]++)
Dsegment.c4377 sm_info->segment_count = le32_to_cpu(raw_super->segment_count); in f2fs_build_segment_manager()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1951 int segment_count; in bnx2fc_free_hash_table() local
1958 segment_count = hba->hash_tbl_segment_count; in bnx2fc_free_hash_table()
1959 for (i = 0; i < segment_count; ++i) { in bnx2fc_free_hash_table()
1989 int segment_count; in bnx2fc_allocate_hash_table() local
1998 segment_count = hash_table_size + BNX2FC_HASH_TBL_CHUNK_SIZE - 1; in bnx2fc_allocate_hash_table()
1999 segment_count /= BNX2FC_HASH_TBL_CHUNK_SIZE; in bnx2fc_allocate_hash_table()
2000 hba->hash_tbl_segment_count = segment_count; in bnx2fc_allocate_hash_table()
2002 segment_array_size = segment_count * sizeof(*hba->hash_tbl_segments); in bnx2fc_allocate_hash_table()
2008 dma_segment_array_size = segment_count * sizeof(*dma_segment_array); in bnx2fc_allocate_hash_table()
2015 for (i = 0; i < segment_count; ++i) { in bnx2fc_allocate_hash_table()
[all …]
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_ddp.c229 pkg_hdr_size = sizeof(u32) * (pkg_hdr->segment_count + 2U); in i40e_ddp_is_pkg_hdr_valid()
234 for (segment = 0; segment < pkg_hdr->segment_count; ++segment) { in i40e_ddp_is_pkg_hdr_valid()
Di40e_type.h1521 u32 segment_count; member
Di40e_common.c5488 for (i = 0; i < pkg_hdr->segment_count; i++) { in i40e_find_segment_in_package()
/Linux-v5.4/drivers/media/dvb-core/
Ddvb_frontend.c1030 c->layer[i].segment_count = 0; in dvb_frontend_clear_cache()
1435 tvp->u.data = c->layer[0].segment_count; in dtv_property_process_get()
1447 tvp->u.data = c->layer[1].segment_count; in dtv_property_process_get()
1459 tvp->u.data = c->layer[2].segment_count; in dtv_property_process_get()
1621 c->layer[i].segment_count = 0; in emulate_delivery_system()
1923 c->layer[0].segment_count = data; in dtv_property_process_set()
1935 c->layer[1].segment_count = data; in dtv_property_process_set()
1947 c->layer[2].segment_count = data; in dtv_property_process_set()
/Linux-v5.4/include/media/
Ddvb_frontend.h617 u8 segment_count; member
/Linux-v5.4/drivers/net/ethernet/sfc/
Dtx.c361 unsigned int segment_count) in efx_tx_map_data() argument
383 if (segment_count) { in efx_tx_map_data()
/Linux-v5.4/include/linux/
Df2fs_fs.h90 __le32 segment_count; /* total # of segments */ member
/Linux-v5.4/drivers/media/common/siano/
Dsmsdvb-main.c389 c->layer[i].segment_count = lr->number_of_segments; in smsdvb_update_isdbt_stats()
477 c->layer[i].segment_count = lr->number_of_segments; in smsdvb_update_isdbt_stats_ex()