| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_int.c | 1575 	struct qed_igu_block *p_block;  in qed_get_igu_free_sb()  local 1580 		p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id];  in qed_get_igu_free_sb() 1582 		if (!(p_block->status & QED_IGU_STATUS_VALID) ||  in qed_get_igu_free_sb() 1583 		    !(p_block->status & QED_IGU_STATUS_FREE))  in qed_get_igu_free_sb() 1586 		if (!!(p_block->status & QED_IGU_STATUS_PF) == b_is_pf)  in qed_get_igu_free_sb() 1587 			return p_block;  in qed_get_igu_free_sb() 1595 	struct qed_igu_block *p_block;  in qed_get_pf_igu_sb_id()  local 1600 		p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id];  in qed_get_pf_igu_sb_id() 1602 		if (!(p_block->status & QED_IGU_STATUS_VALID) ||  in qed_get_pf_igu_sb_id() 1603 		    !p_block->is_pf ||  in qed_get_pf_igu_sb_id() [all …] 
 | 
| D | qed_sriov.c | 894 	struct qed_igu_block *p_block;  in qed_iov_alloc_vf_igu_sbs()  local 908 		p_block = qed_get_igu_free_sb(p_hwfn, false);  in qed_iov_alloc_vf_igu_sbs() 909 		vf->igu_sbs[qid] = p_block->igu_sb_id;  in qed_iov_alloc_vf_igu_sbs() 910 		p_block->status &= ~QED_IGU_STATUS_FREE;  in qed_iov_alloc_vf_igu_sbs() 915 		       sizeof(u32) * p_block->igu_sb_id, val);  in qed_iov_alloc_vf_igu_sbs() 924 				  p_block->igu_sb_id * sizeof(u64), 2, NULL);  in qed_iov_alloc_vf_igu_sbs()
  | 
| D | qed_dev.c | 2523 		struct qed_igu_block *p_block;  in qed_init_cau_rt_data()  local 2530 			p_block = &p_igu_info->entry[igu_sb_id];  in qed_init_cau_rt_data() 2532 			if (!p_block->is_pf)  in qed_init_cau_rt_data() 2536 					      p_block->function_id, 0, 0);  in qed_init_cau_rt_data()
  | 
| /Linux-v5.4/include/net/ | 
| D | pkt_cls.h | 47 int tcf_block_get(struct tcf_block **p_block, 50 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, 88 int tcf_block_get(struct tcf_block **p_block,  in tcf_block_get()  argument 96 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,  in tcf_block_get_ext()  argument
  | 
| /Linux-v5.4/fs/ocfs2/ | 
| D | extent_map.c | 966 	u64 p_block, p_count;  in ocfs2_read_virt_blocks()  local 982 						 &p_block, &p_count, NULL);  in ocfs2_read_virt_blocks() 989 		if (!p_block) {  in ocfs2_read_virt_blocks() 1011 			BUG_ON(bhs[done + i]->b_blocknr != (p_block + i));  in ocfs2_read_virt_blocks() 1014 		rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, count,  in ocfs2_read_virt_blocks()
  | 
| D | quota.h | 114 int ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block,
  | 
| D | quota_global.c | 151 int ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block,  in ocfs2_read_quota_phys_block()  argument 157 	rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, 1, bhp, 0,  in ocfs2_read_quota_phys_block()
  | 
| /Linux-v5.4/fs/ext4/ | 
| D | ext4_extents.h | 113 	ext4_fsblk_t			p_block;  member
  | 
| D | extents.c | 908 		path[ppos].p_block = ext4_idx_pblock(path[ppos].p_idx);  in ext4_find_extent() 912 		bh = read_extent_tree_block(inode, path[ppos].p_block, --i,  in ext4_find_extent() 933 		path[ppos].p_block = ext4_ext_pblock(path[ppos].p_ext);  in ext4_find_extent() 2929 	if (le16_to_cpu(path->p_hdr->eh_entries) == path->p_block)  in ext4_ext_more_to_rm() 3053 			path[k].p_block =  in ext4_ext_remove_space() 3094 			path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries)+1;  in ext4_ext_remove_space() 3131 			path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries);  in ext4_ext_remove_space() 4297 				 path[depth].p_block);  in ext4_ext_map_blocks() 5991 				 depth, path[depth].p_block);  in ext4_clu_mapped()
  | 
| /Linux-v5.4/sound/soc/codecs/ | 
| D | tlv320aic32x4.c | 653 						u8 r_block, u8 p_block)  in aic32x4_set_processing_blocks()  argument 655 	if (r_block > 18 || p_block > 25)  in aic32x4_set_processing_blocks() 659 	snd_soc_component_write(component, AIC32X4_DACSPB, p_block);  in aic32x4_set_processing_blocks()
  | 
| /Linux-v5.4/net/sched/ | 
| D | cls_api.c | 1343 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,  in tcf_block_get_ext()  argument 1380 	*p_block = block;  in tcf_block_get_ext() 1401 int tcf_block_get(struct tcf_block **p_block,  in tcf_block_get()  argument 1411 	return tcf_block_get_ext(p_block, q, &ei, extack);  in tcf_block_get()
  | 
| /Linux-v5.4/drivers/media/dvb-frontends/ | 
| D | drxk_hard.c | 424 		      const int block_size, const u8 p_block[])  in write_block()  argument 453 		memcpy(&state->chunk[adr_length], p_block, chunk);  in write_block() 457 			if (p_block)  in write_block() 459 					pr_cont(" %02x", p_block[i]);  in write_block() 469 		p_block += chunk;  in write_block()
  |