Home
last modified time | relevance | path

Searched refs:bp (Results 276 – 300 of 634) sorted by relevance

1...<<11121314151617181920>>...26

/openbmc/linux/net/ipv4/
H A Dinetpeer.c57 void inet_peer_base_init(struct inet_peer_base *bp) in inet_peer_base_init() argument
59 bp->rb_root = RB_ROOT; in inet_peer_base_init()
60 seqlock_init(&bp->lock); in inet_peer_base_init()
61 bp->total = 0; in inet_peer_base_init()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_self_test.c3038 int bnx2x_idle_chk(struct bnx2x *bp) in bnx2x_idle_chk() argument
3050 is_e1 = CHIP_IS_E1(bp); in bnx2x_idle_chk()
3051 is_e1h = CHIP_IS_E1H(bp); in bnx2x_idle_chk()
3052 is_e2 = CHIP_IS_E2(bp); in bnx2x_idle_chk()
3053 is_e3a0 = CHIP_IS_E3A0(bp); in bnx2x_idle_chk()
3054 is_e3b0 = CHIP_IS_E3B0(bp); in bnx2x_idle_chk()
3119 (REG_RD(bp, in bnx2x_idle_chk()
3140 if (REG_RD(bp, rec.reg3) != 0) { in bnx2x_idle_chk()
3156 bnx2x_idle_chk6(bp, &rec, message); in bnx2x_idle_chk()
3160 bnx2x_idle_chk7(bp, &rec, message); in bnx2x_idle_chk()
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c1209 if (!CHIP_IS_E1(bp)) in cnic_alloc_bnx2x_context()
1464 u32 pfid = bp->pfid; in cnic_bnx2x_iscsi_init1()
1548 u32 pfid = bp->pfid; in cnic_bnx2x_iscsi_init2()
1700 u8 port = BP_PORT(bp); in cnic_setup_bnx2x_ctx()
2083 u32 pfid = bp->pfid; in cnic_init_bnx2x_mac()
4234 u32 pfid = bp->pfid; in cnic_cm_init_bnx2x_hw()
5049 u32 pfid = bp->pfid; in cnic_init_bnx2x_kcq()
5093 cp->func = bp->pf_num; in cnic_start_bnx2x_hw()
5095 pfid = bp->pfid; in cnic_start_bnx2x_hw()
5505 if (bp->cnic_probe) in init_bnx2_cnic()
[all …]
/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.c425 status = bp[0] + (bp[1] << 8); in dma_rx()
426 length = bp[2] + (bp[3] << 8); in dma_rx()
427 bp += 4; in dma_rx()
444 bp += (length + 3) & ~3; in dma_rx()
445 if (bp >= lp->end_dma_buff) in dma_rx()
446 bp -= lp->dmasize * 1024; in dma_rx()
447 lp->rx_dma_ptr = bp; in dma_rx()
459 bp += (length + 3) & ~3; in dma_rx()
460 if (bp >= lp->end_dma_buff) in dma_rx()
461 bp -= lp->dmasize*1024; in dma_rx()
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.c78 struct xfs_buf *bp) in xfs_btree_fakeroot_free_block() argument
748 struct xfs_buf *bp = NULL; in xfs_btree_bload() local
783 nr_this_block, &ptr, &bp, &block, priv); in xfs_btree_bload()
803 xfs_btree_bload_drop_buf(&buffers_list, &bp); in xfs_btree_bload()
825 &ptr, &bp, &block, priv); in xfs_btree_bload()
845 xfs_btree_bload_drop_buf(&buffers_list, &bp); in xfs_btree_bload()
875 if (bp) in xfs_btree_bload()
876 xfs_buf_relse(bp); in xfs_btree_bload()
/openbmc/u-boot/arch/x86/cpu/
H A Dstart16.S53 movw %ax, %bp
55 o32 cs ljmp *(%bp)
/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.h9 struct bbc_i2c_bus *bp; member
76 extern struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *);
/openbmc/qemu/hw/mips/
H A Dloongson3_virt.c173 struct boot_params *bp; in init_boot_param() local
176 bp = p; in init_boot_param()
178 bp->efi.smbios.vers = cpu_to_le16(1); in init_boot_param()
179 init_reset_system(&(bp->reset_system)); in init_boot_param()
181 init_loongson_params(&(bp->efi.smbios.lp), p, in init_boot_param()
184 rom_add_blob_fixed("params_rom", bp, in init_boot_param()
188 g_free(bp); in init_boot_param()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Fix-tautological-compare-warning.patch110 @@ -651,7 +651,7 @@ mips_stub_bp_continue(struct breakpoint *bp, struct process *proc)
114 - assert(bp->libsym->arch.type != bp->libsym->arch.type);
115 + assert(!"Unexpected value of bp->libsym->arch.type");
136 @@ -1085,7 +1085,7 @@ ppc_plt_bp_continue(struct breakpoint *bp, struct process *proc)
140 - assert(bp->libsym->arch.type != bp->libsym->arch.type);
141 + assert(!"Unexpected value of bp->libsym->arch.type");
/openbmc/linux/arch/x86/kernel/
H A Dperf_regs.c27 PT_REGS_OFFSET(PERF_REG_X86_BP, bp),
183 regs_user_copy->bp = user_regs->bp; in perf_get_regs_user()
H A Ddoublefault_32.c66 regs.bp = TSS(bp); in doublefault_shim()
/openbmc/u-boot/scripts/dtc/
H A Dtreesource.c170 const char *bp = val.val; in write_propval_bytes() local
175 while (m && (m->offset == (bp-val.val))) { in write_propval_bytes()
181 fprintf(f, "%02hhx", (unsigned char)(*bp++)); in write_propval_bytes()
182 if ((const void *)bp >= propend) in write_propval_bytes()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c989 struct dc_bios *bp; in dce100_resource_construct() local
997 bp = ctx->dc_bios; in dce100_resource_construct()
999 if (bp->fw_info_valid && bp->fw_info.external_clock_source_frequency_for_dp != 0) { in dce100_resource_construct()
1001 dce100_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_EXTERNAL, NULL, true); in dce100_resource_construct()
1004 dce100_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL0, &clk_src_regs[0], false); in dce100_resource_construct()
1006 dce100_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL1, &clk_src_regs[1], false); in dce100_resource_construct()
1008 dce100_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL2, &clk_src_regs[2], false); in dce100_resource_construct()
1013 dce100_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL0, &clk_src_regs[0], true); in dce100_resource_construct()
1016 dce100_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL1, &clk_src_regs[1], false); in dce100_resource_construct()
1018 dce100_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL2, &clk_src_regs[2], false); in dce100_resource_construct()
/openbmc/linux/drivers/firmware/
H A Ddmi_scan.c48 const u8 *bp = ((u8 *) dm) + dm->length; in dmi_string_nosave() local
52 while (--s > 0 && *bp) in dmi_string_nosave()
53 bp += strlen(bp) + 1; in dmi_string_nosave()
56 nsp = bp; in dmi_string_nosave()
60 return bp; in dmi_string_nosave()
68 const char *bp = dmi_string_nosave(dm, s); in dmi_string() local
72 if (bp == dmi_empty_string) in dmi_string()
75 len = strlen(bp) + 1; in dmi_string()
78 strcpy(str, bp); in dmi_string()
/openbmc/linux/arch/x86/include/asm/
H A Dstacktrace.h74 return (unsigned long *)regs->bp; in get_frame_pointer()
79 return &((struct inactive_task_frame *)task->thread.sp)->bp; in get_frame_pointer()
H A Delf.h110 _r->si = 0; _r->di = 0; _r->bp = 0; \
126 pr_reg[5] = regs->bp; \
160 regs->si = regs->di = regs->bp = 0; in elf_common_init()
197 (pr_reg)[4] = (regs)->bp; \
/openbmc/linux/fs/xfs/scrub/
H A Dbitmap.c274 struct xfs_buf *bp; in xagb_bitmap_visit_btblock() local
278 xfs_btree_get_block(cur, level, &bp); in xagb_bitmap_visit_btblock()
279 if (!bp) in xagb_bitmap_visit_btblock()
282 fsbno = XFS_DADDR_TO_FSB(cur->bc_mp, xfs_buf_daddr(bp)); in xagb_bitmap_visit_btblock()
H A Dreap.c251 struct xfs_buf *bp = NULL; in xreap_agextent_binval() local
258 XBF_LIVESCAN, &bp); in xreap_agextent_binval()
262 xfs_trans_bjoin(sc->tp, bp); in xreap_agextent_binval()
263 xfs_trans_binval(sc->tp, bp); in xreap_agextent_binval()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_pm.c40 struct vpu_boot_params *bp = fw->mem->kvaddr; in ivpu_pm_prepare_warm_boot() local
42 if (!bp->save_restore_ret_address) { in ivpu_pm_prepare_warm_boot()
47 ivpu_dbg(vdev, FW_BOOT, "Save/restore entry point %llx", bp->save_restore_ret_address); in ivpu_pm_prepare_warm_boot()
48 fw->entry_point = bp->save_restore_ret_address; in ivpu_pm_prepare_warm_boot()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_disc.c380 char *bp; in fc_disc_gpn_ft_parse() local
393 bp = buf; in fc_disc_gpn_ft_parse()
395 np = (struct fc_gpn_ft_resp *)bp; in fc_disc_gpn_ft_parse()
406 memcpy((char *)np + tlen, bp, plen); in fc_disc_gpn_ft_parse()
412 bp -= tlen; in fc_disc_gpn_ft_parse()
451 bp += sizeof(*np); in fc_disc_gpn_ft_parse()
452 np = (struct fc_gpn_ft_resp *)bp; in fc_disc_gpn_ft_parse()
/openbmc/linux/fs/xfs/
H A Dxfs_trans_ail.c370 struct xfs_buf *bp = lip->li_buf; in xfsaild_resubmit_item() local
372 if (!xfs_buf_trylock(bp)) in xfsaild_resubmit_item()
375 if (!xfs_buf_delwri_queue(bp, buffer_list)) { in xfsaild_resubmit_item()
376 xfs_buf_unlock(bp); in xfsaild_resubmit_item()
381 list_for_each_entry(lip, &bp->b_li_list, li_bio_list) { in xfsaild_resubmit_item()
382 if (bp->b_flags & _XBF_INODES) in xfsaild_resubmit_item()
388 xfs_buf_unlock(bp); in xfsaild_resubmit_item()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h114 int bnxt_get_coredump(struct bnxt *bp, u16 dump_type, void *buf, u32 *dump_len);
115 u32 bnxt_get_coredump_length(struct bnxt *bp, u16 dump_type);
/openbmc/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c104 asmlinkage void configure_5level_paging(struct boot_params *bp, void *pgtable) in configure_5level_paging() argument
110 boot_params = bp; in configure_5level_paging()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch299 char *bp;
620 buf = bp->b_addr;
621 for (i = 0; i < bp->b_nmaps; i++) {
622 - off64_t offset = LIBXFS_BBTOOFF64(bp->b_maps[i].bm_bn);
623 + off_t offset = LIBXFS_BBTOOFF64(bp->b_maps[i].bm_bn);
624 int len = BBTOB(bp->b_maps[i].bm_len);
637 void *buf = bp->b_addr;
639 for (i = 0; i < bp->b_nmaps; i++) {
641 + off_t offset = LIBXFS_BBTOOFF64(bp->b_maps[i].bm_bn);
642 int len = BBTOB(bp->b_maps[i].bm_len);
[all …]
/openbmc/linux/fs/hpfs/
H A Dhpfs.h419 static inline bool bp_internal(struct bplus_header *bp) in bp_internal() argument
421 return bp->flags & BP_internal; in bp_internal()
424 static inline bool bp_fnode_parent(struct bplus_header *bp) in bp_fnode_parent() argument
426 return bp->flags & BP_fnode_parent; in bp_fnode_parent()

1...<<11121314151617181920>>...26