/linux/drivers/net/ethernet/sfc/ |
A D | ef100_tx.c | 170 unsigned int segment_count) in ef100_make_send_desc() argument 174 ESF_GZ_TX_SEND_NUM_SEGS, segment_count, in ef100_make_send_desc() 188 unsigned int segment_count) in ef100_make_tso_desc() argument 210 payload_segs = segment_count - 2; in ef100_make_tso_desc() 257 unsigned int segment_count) in ef100_tx_make_descriptors() argument 270 if (segment_count) in ef100_tx_make_descriptors()
|
A D | tx_common.h | 39 unsigned int segment_count);
|
A D | tx_common.c | 330 unsigned int segment_count) in efx_tx_map_data() argument 352 if (segment_count) { in efx_tx_map_data()
|
/linux/drivers/media/dvb-frontends/ |
A D | tc90522.c | 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()
|
A D | dib8000.c | 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() 2988 if ((c->layer[i].segment_count > 13) || in is_manual_mode() 2989 (c->layer[i].segment_count == 0)) { in is_manual_mode() 2994 n_segs += c->layer[i].segment_count; in is_manual_mode() 3508 c->layer[i].segment_count = val; in dib8000_get_frontend() 3517 i, c->layer[i].segment_count); in dib8000_get_frontend() 3591 state->fe[index_frontend]->dtv_property_cache.layer[i].segment_count = c->layer[i].segment_count; in dib8000_get_frontend() 4056 nsegs = c->layer[i].segment_count; in dib8000_get_time_us() [all …]
|
A D | mb86a20s.c | 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()
|
A D | dib0090.c | 1247 …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/drivers/scsi/bnx2fc/ |
A D | bnx2fc_hwi.c | 1986 int segment_count; in bnx2fc_free_hash_table() local 1993 segment_count = hba->hash_tbl_segment_count; in bnx2fc_free_hash_table() 1994 for (i = 0; i < segment_count; ++i) { in bnx2fc_free_hash_table() 2024 int segment_count; in bnx2fc_allocate_hash_table() local 2033 segment_count = hash_table_size + BNX2FC_HASH_TBL_CHUNK_SIZE - 1; in bnx2fc_allocate_hash_table() 2034 segment_count /= BNX2FC_HASH_TBL_CHUNK_SIZE; in bnx2fc_allocate_hash_table() 2035 hba->hash_tbl_segment_count = segment_count; in bnx2fc_allocate_hash_table() 2043 dma_segment_array_size = segment_count * sizeof(*dma_segment_array); in bnx2fc_allocate_hash_table() 2050 for (i = 0; i < segment_count; ++i) { in bnx2fc_allocate_hash_table() 2070 for (i = 0; i < segment_count; ++i) { in bnx2fc_allocate_hash_table() [all …]
|
/linux/fs/f2fs/ |
A D | super.c | 3116 u32 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_area_boundary() local 3121 (segment_count << log_blocks_per_seg); in sanity_check_area_boundary() 3255 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_raw_super() 3264 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super() 3265 segment_count < F2FS_MIN_SEGMENTS) { in sanity_check_raw_super() 3271 segs_per_sec > segment_count || !segs_per_sec) { in sanity_check_raw_super() 3273 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super() 3285 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super() 3303 if (segment_count != dev_seg_count) { in sanity_check_raw_super() 3305 segment_count, dev_seg_count); in sanity_check_raw_super() [all …]
|
A D | debug.c | 212 si->segment_count[i] = sbi->segment_count[i]; in update_general_status() 556 si->block_count[SSR], si->segment_count[SSR]); in stat_show() 558 si->block_count[LFS], si->segment_count[LFS]); in stat_show() 593 si->all_area_segs = le32_to_cpu(raw_super->segment_count); in f2fs_build_stats()
|
A D | gc.c | 1919 int segment_count; in update_sb_metadata() local 1927 segment_count = le32_to_cpu(raw_sb->segment_count); in update_sb_metadata() 1932 raw_sb->segment_count = cpu_to_le32(segment_count + segs); in update_sb_metadata() 1955 SM_I(sbi)->segment_count = (int)SM_I(sbi)->segment_count + segs; in update_fs_metadata()
|
A D | segment.h | 77 (SM_I(sbi) ? SM_I(sbi)->segment_count : \ 78 le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count))
|
A D | f2fs.h | 1018 unsigned int segment_count; /* total # of segments */ member 1702 unsigned int segment_count[2]; /* # of allocated segments */ member 3728 unsigned int segment_count[2]; member 3807 ((sbi)->segment_count[(curseg)->alloc_type]++)
|
A D | segment.c | 5244 sm_info->segment_count = le32_to_cpu(raw_super->segment_count); in f2fs_build_segment_manager()
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_ddp.c | 229 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()
|
A D | i40e_type.h | 1453 u32 segment_count; member
|
A D | i40e_common.c | 5529 for (i = 0; i < pkg_hdr->segment_count; i++) { in i40e_find_segment_in_package()
|
/linux/drivers/media/dvb-core/ |
A D | dvb_frontend.c | 1036 c->layer[i].segment_count = 0; in dvb_frontend_clear_cache() 1433 tvp->u.data = c->layer[0].segment_count; in dtv_property_process_get() 1445 tvp->u.data = c->layer[1].segment_count; in dtv_property_process_get() 1457 tvp->u.data = c->layer[2].segment_count; in dtv_property_process_get() 1638 c->layer[i].segment_count = 0; in emulate_delivery_system() 1987 c->layer[0].segment_count = data; in dtv_property_process_set() 1999 c->layer[1].segment_count = data; in dtv_property_process_set() 2011 c->layer[2].segment_count = data; in dtv_property_process_set()
|
/linux/include/media/ |
A D | dvb_frontend.h | 617 u8 segment_count; member
|
/linux/include/linux/ |
A D | f2fs_fs.h | 89 __le32 segment_count; /* total # of segments */ member
|
/linux/drivers/media/common/siano/ |
A D | smsdvb-main.c | 417 c->layer[i].segment_count = lr->number_of_segments; in smsdvb_update_isdbt_stats() 509 c->layer[i].segment_count = lr->number_of_segments; in smsdvb_update_isdbt_stats_ex()
|