/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_int.c | 1581 struct qed_igu_block *p_block; in qed_get_igu_free_sb() local 1586 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in qed_get_igu_free_sb() 1588 if (!(p_block->status & QED_IGU_STATUS_VALID) || in qed_get_igu_free_sb() 1589 !(p_block->status & QED_IGU_STATUS_FREE)) in qed_get_igu_free_sb() 1592 if (!!(p_block->status & QED_IGU_STATUS_PF) == b_is_pf) in qed_get_igu_free_sb() 1593 return p_block; in qed_get_igu_free_sb() 1601 struct qed_igu_block *p_block; in qed_get_pf_igu_sb_id() local 1606 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in qed_get_pf_igu_sb_id() 1608 if (!(p_block->status & QED_IGU_STATUS_VALID) || in qed_get_pf_igu_sb_id() 1609 !p_block in qed_get_pf_igu_sb_id() 1654 struct qed_igu_block *p_block; qed_int_sb_init() local 1693 struct qed_igu_block *p_block; qed_int_sb_release() local 1939 struct qed_igu_block *p_block; qed_int_igu_init_pure_rt_single() local 1984 struct qed_igu_block *p_block; qed_int_igu_init_pure_rt() local 2017 struct qed_igu_block *p_block; qed_int_igu_reset_cam() local 2153 struct qed_igu_block *p_block; qed_int_igu_read_cam_block() local 2167 struct qed_igu_block *p_block; qed_int_igu_read_cam() local [all...] |
H A D | qed_sriov.c | 874 struct qed_igu_block *p_block; in qed_iov_alloc_vf_igu_sbs() local 888 p_block = qed_get_igu_free_sb(p_hwfn, false); in qed_iov_alloc_vf_igu_sbs() 889 vf->igu_sbs[qid] = p_block->igu_sb_id; in qed_iov_alloc_vf_igu_sbs() 890 p_block->status &= ~QED_IGU_STATUS_FREE; in qed_iov_alloc_vf_igu_sbs() 895 sizeof(u32) * p_block->igu_sb_id, val); in qed_iov_alloc_vf_igu_sbs() 904 p_block->igu_sb_id * sizeof(u64), 2, NULL); in qed_iov_alloc_vf_igu_sbs()
|
H A D | qed_dev.c | 2506 struct qed_igu_block *p_block; in qed_init_cau_rt_data() local 2513 p_block = &p_igu_info->entry[igu_sb_id]; in qed_init_cau_rt_data() 2515 if (!p_block->is_pf) in qed_init_cau_rt_data() 2519 p_block->function_id, 0, 0); in qed_init_cau_rt_data()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_int.c | 1601 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 D | qed_sriov.c | 876 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | pkt_cls.h | 53 int tcf_block_get(struct tcf_block **p_block, 56 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, 98 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get() argument 106 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | extent_map.c | 964 u64 p_block, p_count; in ocfs2_read_virt_blocks() local 980 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks() 987 if (!p_block) { in ocfs2_read_virt_blocks() 1009 BUG_ON(bhs[done + i]->b_blocknr != (p_block + i)); in ocfs2_read_virt_blocks() 1012 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, count, in ocfs2_read_virt_blocks()
|
H A D | quota.h | 114 int ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block,
|
H A 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()
|
H A D | file.c | 1548 u64 p_block, offset; in ocfs2_zeroout_partial_cluster() local 1571 p_block = ocfs2_clusters_to_blocks(sb, p_cluster) + offset; in ocfs2_zeroout_partial_cluster() 1572 return sb_issue_zeroout(sb, p_block, nr_blocks, GFP_NOFS); in ocfs2_zeroout_partial_cluster()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | extent_map.c | 962 u64 p_block, p_count; in ocfs2_read_virt_blocks() local 978 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks() 985 if (!p_block) { in ocfs2_read_virt_blocks() 1007 BUG_ON(bhs[done + i]->b_blocknr != (p_block + i)); in ocfs2_read_virt_blocks() 1010 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, count, in ocfs2_read_virt_blocks()
|
H A D | quota.h | 114 int ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block,
|
H A 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()
|
H A D | file.c | 1542 u64 p_block, offset; in ocfs2_zeroout_partial_cluster() local 1565 p_block = ocfs2_clusters_to_blocks(sb, p_cluster) + offset; in ocfs2_zeroout_partial_cluster() 1566 return sb_issue_zeroout(sb, p_block, nr_blocks, GFP_NOFS); in ocfs2_zeroout_partial_cluster()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_cls.h | 53 int tcf_block_get(struct tcf_block **p_block, 56 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, 111 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get() argument 119 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() argument
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tlv320aic32x4.c | 687 u8 r_block, u8 p_block) in aic32x4_set_processing_blocks() 692 if (r_block || p_block > 3) in aic32x4_set_processing_blocks() 695 snd_soc_component_write(component, AIC32X4_DACSPB, p_block); in aic32x4_set_processing_blocks() 697 if (r_block > 18 || p_block > 25) in aic32x4_set_processing_blocks() 701 snd_soc_component_write(component, AIC32X4_DACSPB, p_block); in aic32x4_set_processing_blocks() 686 aic32x4_set_processing_blocks(struct snd_soc_component *component, u8 r_block, u8 p_block) aic32x4_set_processing_blocks() argument
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ext4_extents.h | 113 ext4_fsblk_t p_block; member
|
H A D | extents.c | 935 path[ppos].p_block = ext4_idx_pblock(path[ppos].p_idx); in ext4_find_extent() 959 path[ppos].p_block = ext4_ext_pblock(path[ppos].p_ext); in ext4_find_extent() 2813 if (le16_to_cpu(path->p_hdr->eh_entries) == path->p_block) in ext4_ext_more_to_rm() 2940 path[k].p_block = in ext4_ext_remove_space() 2981 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries)+1; in ext4_ext_remove_space() 3018 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries); in ext4_ext_remove_space() 4127 path[depth].p_block); in ext4_ext_map_blocks() 5843 depth, path[depth].p_block); in ext4_clu_mapped() 6140 path[j].p_block, 1, 0); in ext4_ext_clear_bb() 6142 0, path[j].p_block, in ext4_ext_clear_bb() [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ext4_extents.h | 113 ext4_fsblk_t p_block; member
|
H A D | extents.c | 932 path[ppos].p_block = ext4_idx_pblock(path[ppos].p_idx); in ext4_find_extent() 956 path[ppos].p_block = ext4_ext_pblock(path[ppos].p_ext); in ext4_find_extent() 2784 if (le16_to_cpu(path->p_hdr->eh_entries) == path->p_block) in ext4_ext_more_to_rm() 2911 path[k].p_block = in ext4_ext_remove_space() 2952 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries)+1; in ext4_ext_remove_space() 2989 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries); in ext4_ext_remove_space() 4158 path[depth].p_block); in ext4_ext_map_blocks() 5829 depth, path[depth].p_block); in ext4_clu_mapped() 6114 path[j].p_block, 1, 0); in ext4_ext_clear_bb() 6116 0, path[j].p_block, in ext4_ext_clear_bb() [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tlv320aic32x4.c | 679 u8 r_block, u8 p_block) in aic32x4_set_processing_blocks() 681 if (r_block > 18 || p_block > 25) in aic32x4_set_processing_blocks() 685 snd_soc_component_write(component, AIC32X4_DACSPB, p_block); in aic32x4_set_processing_blocks() 678 aic32x4_set_processing_blocks(struct snd_soc_component *component, u8 r_block, u8 p_block) aic32x4_set_processing_blocks() argument
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 1302 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() argument 1339 *p_block = block; in tcf_block_get_ext() 1360 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get() argument 1370 return tcf_block_get_ext(p_block, q, &ei, extack); in tcf_block_get()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 1425 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() argument 1462 *p_block = block; in tcf_block_get_ext() 1483 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get() argument 1493 return tcf_block_get_ext(p_block, q, &ei, extack); in tcf_block_get()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 413 const int block_size, const u8 p_block[]) in write_block() 442 memcpy(&state->chunk[adr_length], p_block, chunk); in write_block() 446 if (p_block) in write_block() 448 pr_cont(" %02x", p_block[i]); in write_block() 458 p_block += chunk; in write_block() 412 write_block(struct drxk_state *state, u32 address, const int block_size, const u8 p_block[]) write_block() argument
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 399 const int block_size, const u8 p_block[]) in write_block() 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() 398 write_block(struct drxk_state *state, u32 address, const int block_size, const u8 p_block[]) write_block() argument
|