Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2_tlv_multi.c78 u16 *p_count) in mlxfw_mfa2_tlv_multi_child_count() argument
93 *p_count = count; in mlxfw_mfa2_tlv_multi_child_count()
Dmlxfw_mfa2.h24 u32 *p_count);
Dmlxfw_mfa2_tlv_multi.h31 u16 *p_count);
Dmlxfw_mfa2.c370 u32 *p_count) in mlxfw_mfa2_file_component_count() argument
386 *p_count = count; in mlxfw_mfa2_file_component_count()
/linux-6.1.9/drivers/net/ethernet/intel/i40e/
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()
Di40e.h339 u32 p_count; member
/linux-6.1.9/fs/ocfs2/
Dextent_map.c962 u64 p_block, p_count; in ocfs2_read_virt_blocks() local
978 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks()
996 if (p_count < count) in ocfs2_read_virt_blocks()
997 count = p_count; in ocfs2_read_virt_blocks()