Home
last modified time | relevance | path

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

/Linux-v5.4/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.c369 u32 *p_count) in mlxfw_mfa2_file_component_count() argument
385 *p_count = count; in mlxfw_mfa2_file_component_count()
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.h36 unsigned int *p_count);
Daq_vec.c362 int aq_vec_get_sw_stats(struct aq_vec_s *self, u64 *data, unsigned int *p_count) in aq_vec_get_sw_stats() argument
381 if (p_count) in aq_vec_get_sw_stats()
382 *p_count = ++count; in aq_vec_get_sw_stats()
/Linux-v5.4/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.h336 u32 p_count; member
/Linux-v5.4/fs/ocfs2/
Dextent_map.c966 u64 p_block, p_count; in ocfs2_read_virt_blocks() local
982 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks()
1000 if (p_count < count) in ocfs2_read_virt_blocks()
1001 count = p_count; in ocfs2_read_virt_blocks()