Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dtx_common.h33 unsigned int segment_count);
H A Dtx_common.c329 unsigned int segment_count) in efx_siena_tx_map_data() argument
351 if (segment_count) { in efx_siena_tx_map_data()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1990 int segment_count; in bnx2fc_free_hash_table() local
1997 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() local
2037 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 …]
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c247 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()
H A Di40e_type.h1310 u32 segment_count; member
H A Di40e_common.c4823 for (i = 0; i < pkg_hdr->segment_count; i++) { in i40e_find_segment_in_package()
/linux/drivers/net/ethernet/sfc/
H A Dtx_common.c369 unsigned int segment_count) in efx_tx_map_data() argument
391 if (segment_count) { in efx_tx_map_data()
/linux/fs/f2fs/
H A Dsuper.c3925 u32 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_area_boundary() local
3930 ((u64)segment_count << log_blocks_per_seg); in sanity_check_area_boundary()
3980 raw_super->segment_count = cpu_to_le32((main_end_blkaddr - in sanity_check_area_boundary()
4002 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local
4063 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_raw_super()
4072 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super()
4073 segment_count < F2FS_MIN_SEGMENTS) { in sanity_check_raw_super()
4074 f2fs_info(sbi, "Invalid segment count (%u)", segment_count); in sanity_check_raw_super()
4079 segs_per_sec > segment_count || !segs_per_sec) { in sanity_check_raw_super()
4081 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()
[all …]
/linux/include/media/
H A Ddvb_frontend.h623 u8 segment_count; member
/linux/drivers/media/dvb-frontends/
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()
/linux/drivers/media/common/siano/
H A Dsmsdvb-main.c417 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()