Home
last modified time | relevance | path

Searched refs:p_block (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_int.c1417 struct qed_igu_block *p_block; in qed_get_igu_free_sb() local
1422 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in qed_get_igu_free_sb()
1424 if (!(p_block->status & QED_IGU_STATUS_VALID) || in qed_get_igu_free_sb()
1425 !(p_block->status & QED_IGU_STATUS_FREE)) in qed_get_igu_free_sb()
1428 if (!!(p_block->status & QED_IGU_STATUS_PF) == b_is_pf) in qed_get_igu_free_sb()
1429 return p_block; in qed_get_igu_free_sb()
1437 struct qed_igu_block *p_block; in qed_get_pf_igu_sb_id() local
1442 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in qed_get_pf_igu_sb_id()
1444 if (!(p_block->status & QED_IGU_STATUS_VALID) || in qed_get_pf_igu_sb_id()
1445 !p_block->is_pf || in qed_get_pf_igu_sb_id()
[all …]
Dqed_sriov.c893 struct qed_igu_block *p_block; in qed_iov_alloc_vf_igu_sbs() local
907 p_block = qed_get_igu_free_sb(p_hwfn, false); in qed_iov_alloc_vf_igu_sbs()
908 vf->igu_sbs[qid] = p_block->igu_sb_id; in qed_iov_alloc_vf_igu_sbs()
909 p_block->status &= ~QED_IGU_STATUS_FREE; in qed_iov_alloc_vf_igu_sbs()
914 sizeof(u32) * p_block->igu_sb_id, val); in qed_iov_alloc_vf_igu_sbs()
922 p_block->igu_sb_id * sizeof(u64), 2, 0); in qed_iov_alloc_vf_igu_sbs()
Dqed_dev.c1250 struct qed_igu_block *p_block; in qed_init_cau_rt_data() local
1257 p_block = &p_igu_info->entry[igu_sb_id]; in qed_init_cau_rt_data()
1259 if (!p_block->is_pf) in qed_init_cau_rt_data()
1263 p_block->function_id, 0, 0); in qed_init_cau_rt_data()
/Linux-v4.19/include/net/
Dpkt_cls.h47 int tcf_block_get(struct tcf_block **p_block,
50 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
95 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get() argument
103 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() argument
/Linux-v4.19/fs/ocfs2/
Dextent_map.c980 u64 p_block, p_count; in ocfs2_read_virt_blocks() local
996 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks()
1003 if (!p_block) { in ocfs2_read_virt_blocks()
1025 BUG_ON(bhs[done + i]->b_blocknr != (p_block + i)); in ocfs2_read_virt_blocks()
1028 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, count, in ocfs2_read_virt_blocks()
Dquota.h114 int ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block,
Dquota_global.c151 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-v4.19/fs/ext4/
Dext4_extents.h113 ext4_fsblk_t p_block; member
Dextents.c904 path[ppos].p_block = ext4_idx_pblock(path[ppos].p_idx); in ext4_find_extent()
908 bh = read_extent_tree_block(inode, path[ppos].p_block, --i, in ext4_find_extent()
929 path[ppos].p_block = ext4_ext_pblock(path[ppos].p_ext); in ext4_find_extent()
2811 if (le16_to_cpu(path->p_hdr->eh_entries) == path->p_block) in ext4_ext_more_to_rm()
2927 path[k].p_block = in ext4_ext_remove_space()
2969 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries)+1; in ext4_ext_remove_space()
3006 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries); in ext4_ext_remove_space()
4304 path[depth].p_block); in ext4_ext_map_blocks()
/Linux-v4.19/net/sched/
Dcls_api.c663 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() argument
705 *p_block = block; in tcf_block_get_ext()
732 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get() argument
742 return tcf_block_get_ext(p_block, q, &ei, extack); in tcf_block_get()
/Linux-v4.19/drivers/media/dvb-frontends/
Ddrxk_hard.c436 const int block_size, const u8 p_block[]) in write_block() argument
465 memcpy(&state->chunk[adr_length], p_block, chunk); in write_block()
469 if (p_block) in write_block()
471 pr_cont(" %02x", p_block[i]); in write_block()
481 p_block += chunk; in write_block()