Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c1601 struct qed_igu_block *p_block; in qed_get_igu_free_sb() local
1606 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in qed_get_igu_free_sb()
1608 if (!(p_block->status & QED_IGU_STATUS_VALID) || in qed_get_igu_free_sb()
1609 !(p_block->status & QED_IGU_STATUS_FREE)) in qed_get_igu_free_sb()
1612 if (!!(p_block->status & QED_IGU_STATUS_PF) == b_is_pf) in qed_get_igu_free_sb()
1613 return p_block; in qed_get_igu_free_sb()
1621 struct qed_igu_block *p_block; in qed_get_pf_igu_sb_id() local
1626 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in qed_get_pf_igu_sb_id()
1628 if (!(p_block->status & QED_IGU_STATUS_VALID) || in qed_get_pf_igu_sb_id()
1629 !p_block in qed_get_pf_igu_sb_id()
1674 struct qed_igu_block *p_block; qed_int_sb_init() local
1713 struct qed_igu_block *p_block; qed_int_sb_release() local
1959 struct qed_igu_block *p_block; qed_int_igu_init_pure_rt_single() local
2004 struct qed_igu_block *p_block; qed_int_igu_init_pure_rt() local
2037 struct qed_igu_block *p_block; qed_int_igu_reset_cam() local
2173 struct qed_igu_block *p_block; qed_int_igu_read_cam_block() local
2187 struct qed_igu_block *p_block; qed_int_igu_read_cam() local
[all...]
H A Dqed_sriov.c876 struct qed_igu_block *p_block; in qed_iov_alloc_vf_igu_sbs() local
890 p_block = qed_get_igu_free_sb(p_hwfn, false); in qed_iov_alloc_vf_igu_sbs()
891 vf->igu_sbs[qid] = p_block->igu_sb_id; in qed_iov_alloc_vf_igu_sbs()
892 p_block->status &= ~QED_IGU_STATUS_FREE; in qed_iov_alloc_vf_igu_sbs()
897 sizeof(u32) * p_block->igu_sb_id, val); in qed_iov_alloc_vf_igu_sbs()
906 p_block->igu_sb_id * sizeof(u64), 2, NULL); in qed_iov_alloc_vf_igu_sbs()
H A Dqed_dev.c2559 struct qed_igu_block *p_block; in qed_init_cau_rt_data() local
2566 p_block = &p_igu_info->entry[igu_sb_id]; in qed_init_cau_rt_data()
2568 if (!p_block->is_pf) in qed_init_cau_rt_data()
2572 p_block->function_id, 0, 0); in qed_init_cau_rt_data()
/linux/fs/ocfs2/
H A Dextent_map.c972 u64 p_block, p_count; in ocfs2_read_virt_blocks() local
994 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks()
1001 if (!p_block) { in ocfs2_read_virt_blocks()
1023 BUG_ON(bhs[done + i]->b_blocknr != (p_block + i)); in ocfs2_read_virt_blocks()
1026 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, count, in ocfs2_read_virt_blocks()
H A Dquota.h113 int ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block,
H A 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/include/net/
H A Dpkt_cls.h55 int tcf_block_get(struct tcf_block **p_block,
58 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
122 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get() argument
130 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() argument
/linux/fs/ext4/
H A Dext4_extents.h106 ext4_fsblk_t p_block; member
H A Dfast_commit.c1973 path[j].p_block, 1, true); in ext4_fc_set_bitmaps_and_counters()
/linux/net/sched/
H A Dcls_api.c1464 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() argument
1510 *p_block = block; in tcf_block_get_ext()
1533 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get() argument
1543 return tcf_block_get_ext(p_block, q, &ei, extack); in tcf_block_get()
/linux/drivers/media/dvb-frontends/
H A Ddrxk_hard.c399 const int block_size, const u8 p_block[]) in write_block() argument
428 memcpy(&state->chunk[adr_length], p_block, chunk); in write_block()
430 if (p_block) in write_block()
431 dprintk(2, "%*ph\n", chunk, p_block); in write_block()
439 p_block += chunk; in write_block()