Home
last modified time | relevance | path

Searched refs:entries_count (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c33 int entries_count; member
84 int i, entries_count, err; in mlxsw_sp_span_init() local
89 entries_count = MLXSW_CORE_RES_GET(mlxsw_sp->core, MAX_SPAN); in mlxsw_sp_span_init()
90 span = kzalloc(struct_size(span, entries, entries_count), GFP_KERNEL); in mlxsw_sp_span_init()
94 span->entries_count = entries_count; in mlxsw_sp_span_init()
102 for (i = 0; i < mlxsw_sp->span->entries_count; i++) in mlxsw_sp_span_init()
821 policer_id >= span->policer_id_base + span->entries_count) in mlxsw_sp_span_policer_id_base_set()
857 for (i = 0; i < mlxsw_sp->span->entries_count; i++) { in mlxsw_sp_span_entry_create()
899 for (i = 0; i < mlxsw_sp->span->entries_count; i++) { in mlxsw_sp_span_entry_find_by_port()
920 for (i = 0; i < mlxsw_sp->span->entries_count; i++) { in mlxsw_sp_span_entry_find_by_id()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5-ppl.c140 unsigned int entries_count; /* number of entries in ppl_header */ member
280 io->entries_count == PPL_HDR_MAX_ENTRIES)) { in ppl_log_stripe()
314 if (io->entries_count > 0) { in ppl_log_stripe()
316 &pplhdr->entries[io->entries_count - 1]; in ppl_log_stripe()
336 e = &pplhdr->entries[io->entries_count++]; in ppl_log_stripe()
445 for (i = 0; i < io->entries_count; i++) { in ppl_submit_iounit()
457 pplhdr->entries_count = cpu_to_le32(io->entries_count); in ppl_submit_iounit()
987 for (i = 0; i < le32_to_cpu(pplhdr->entries_count); i++) { in ppl_recover()
1164 for (i = 0; i < le32_to_cpu(pplhdr->entries_count); i++) in ppl_load_distributed()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/raid/
H A Dmd_p.h426 __le32 entries_count; /* number of entries in entry array */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/raid/
H A Dmd_p.h426 __le32 entries_count; /* number of entries in entry array */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/raid/
H A Dmd_p.h428 __le32 entries_count; /* number of entries in entry array */ member