Home
last modified time | relevance | path

Searched refs:p_count (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.c80 u16 *p_count) in mlxfw_mfa2_tlv_multi_child_count() argument
95 *p_count = count; in mlxfw_mfa2_tlv_multi_child_count()
H A Dmlxfw_mfa2.h24 u32 *p_count);
H A Dmlxfw_mfa2_tlv_multi.h31 u16 *p_count);
H A Dmlxfw_mfa2.c370 u32 *p_count) in mlxfw_mfa2_file_component_count() argument
386 *p_count = count; in mlxfw_mfa2_file_component_count()
/openbmc/u-boot/cmd/
H A Dgpt.c381 int p_count; in set_gpt_info() local
432 p_count = 1; in set_gpt_info()
436 p_count++; in set_gpt_info()
440 parts = calloc(sizeof(disk_partition_t), p_count); in set_gpt_info()
445 for (i = 0; i < p_count; i++) { in set_gpt_info()
539 *parts_count = p_count; in set_gpt_info()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c48 for (i = 0; i < profile_list->p_count; i++) { in i40e_ddp_does_profile_exist()
103 for (i = 0; i < profile_list->p_count; i++) { in i40e_ddp_does_profile_overlap()
H A Di40e.h312 u32 p_count; member
/openbmc/linux/fs/ocfs2/
H A Dextent_map.c962 u64 p_block, p_count; in ocfs2_read_virt_blocks() local
984 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks()
1002 if (p_count < count) in ocfs2_read_virt_blocks()
1003 count = p_count; in ocfs2_read_virt_blocks()