Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Def100_tx.c186 unsigned int segment_count) in ef100_make_send_desc() argument
190 ESF_GZ_TX_SEND_NUM_SEGS, segment_count, in ef100_make_send_desc()
204 unsigned int segment_count) in ef100_make_tso_desc() argument
218 payload_segs = segment_count - 2; in ef100_make_tso_desc()
241 unsigned int segment_count) in ef100_tx_make_descriptors() argument
254 if (segment_count) in ef100_tx_make_descriptors()
H A Dtx_common.h39 unsigned int segment_count);
H A Dtx_common.c330 unsigned int segment_count) in efx_tx_map_data() argument
352 if (segment_count) { in efx_tx_map_data()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A 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()
H A 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()
2393 nbseg_diff += (c->layer[i].modulation == DQPSK) * c->layer[i].segment_count; in dib8000_set_isdbt_common_channel()
2398 nbseg_diff += (c->layer[i].modulation == DQPSK) * c->layer[i].segment_count; in dib8000_set_isdbt_common_channel()
2411 state->layer_b_nb_seg = c->layer[1].segment_count; in dib8000_set_isdbt_common_channel()
2412 state->layer_c_nb_seg = c->layer[2].segment_count; in dib8000_set_isdbt_common_channel()
2474 tmcc_pow += (((c->layer[i].modulation == DQPSK) * 4 + 1) * c->layer[i].segment_count) ; in dib8000_set_isdbt_common_channel()
2568 c->layer[0].segment_count = 13; in dib8000_autosearch_start()
2604 c->layer[0].segment_count = 13; in dib8000_autosearch_start()
2606 c->layer[0].segment_count = 13; in dib8000_autosearch_start()
[all …]
H A Dmb86a20s.c602 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1987 int segment_count; in bnx2fc_free_hash_table() local
1994 segment_count = hba->hash_tbl_segment_count; in bnx2fc_free_hash_table()
1995 for (i = 0; i < segment_count; ++i) { in bnx2fc_free_hash_table()
2025 int segment_count; in bnx2fc_allocate_hash_table() local
2034 segment_count = hash_table_size + BNX2FC_HASH_TBL_CHUNK_SIZE - 1; in bnx2fc_allocate_hash_table()
2035 segment_count /= BNX2FC_HASH_TBL_CHUNK_SIZE; in bnx2fc_allocate_hash_table()
2036 hba->hash_tbl_segment_count = segment_count; in bnx2fc_allocate_hash_table()
2038 segment_array_size = segment_count * sizeof(*hba->hash_tbl_segments); in bnx2fc_allocate_hash_table()
2044 dma_segment_array_size = segment_count * sizeof(*dma_segment_array); in bnx2fc_allocate_hash_table()
2051 for (i = 0; i < segment_count; ++i) { in bnx2fc_allocate_hash_table()
[all …]
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c3036 u32 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_area_boundary() local
3041 (segment_count << log_blocks_per_seg); in sanity_check_area_boundary()
3091 raw_super->segment_count = cpu_to_le32((main_end_blkaddr - in sanity_check_area_boundary()
3113 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local
3175 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_raw_super()
3184 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super()
3185 segment_count < F2FS_MIN_SEGMENTS) { in sanity_check_raw_super()
3186 f2fs_info(sbi, "Invalid segment count (%u)", segment_count); in sanity_check_raw_super()
3191 segs_per_sec > segment_count || !segs_per_sec) { in sanity_check_raw_super()
3193 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()
[all …]
H A Ddebug.c223 si->segment_count[i] = sbi->segment_count[i]; in update_general_status()
569 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
571 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
610 si->all_area_segs = le32_to_cpu(raw_super->segment_count); in f2fs_build_stats()
H A Dgc.c1937 int segment_count; in update_sb_metadata() local
1945 segment_count = le32_to_cpu(raw_sb->segment_count); in update_sb_metadata()
1950 raw_sb->segment_count = cpu_to_le32(segment_count + segs); in update_sb_metadata()
1973 SM_I(sbi)->segment_count = (int)SM_I(sbi)->segment_count + segs; in update_fs_metadata()
H A Dsegment.h78 (SM_I(sbi) ? SM_I(sbi)->segment_count : \
79 le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count))
H A Df2fs.h1026 unsigned int segment_count; /* total # of segments */ member
1712 unsigned int segment_count[2]; /* # of allocated segments */ member
3860 unsigned int segment_count[2]; member
3939 ((sbi)->segment_count[(curseg)->alloc_type]++)
H A Dsegment.c5229 sm_info->segment_count = le32_to_cpu(raw_super->segment_count); in f2fs_build_segment_manager()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A 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()
H A Di40e_type.h1456 u32 segment_count; member
H A Di40e_common.c5578 for (i = 0; i < pkg_hdr->segment_count; i++) { in i40e_find_segment_in_package()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp299 int const segment_count in calculate_segment_distance() local
303 return ((segment_count - 1) - departure_seg_id.segment_index) + op.seg_id.segment_index; in calculate_segment_distance()
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A 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()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0063-disk-ldm-Make-sure-comp-data-is-freed-before-exiting.patch38 comp->segment_count = 1;
H A D0005-calloc-Use-calloc-at-most-places.patch330 comp->segment_count = 0;
388 - lv->segments = grub_zalloc (sizeof (*seg) * lv->segment_count);
389 + lv->segments = grub_calloc (lv->segment_count, sizeof (*seg));
392 for (i = 0; i < lv->segment_count; i++)
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch280 if (comp->segment_alloc == comp->segment_count)
/OK3568_Linux_fs/kernel/include/media/
H A Ddvb_frontend.h617 u8 segment_count; member
/OK3568_Linux_fs/kernel/include/linux/
H A Df2fs_fs.h103 __le32 segment_count; /* total # of segments */ member
/OK3568_Linux_fs/kernel/drivers/media/common/siano/
H A 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()