/openbmc/linux/Documentation/networking/ |
H A D | switchdev.rst | 522 The 802.1p (VID 0) tagged packets must be treated in the same way by the device 527 ingress port, untagged and 802.1p tagged packets must be dropped. When the bridge
|
/openbmc/linux/drivers/perf/ |
H A D | xgene_pmu.c | 80 #define to_pmu_dev(p) container_of(p, struct xgene_pmu_dev, pmu) argument
|
/openbmc/linux/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 825 static int bdx_set_mac(struct net_device *ndev, void *p) in bdx_set_mac() argument 828 struct sockaddr *addr = p; in bdx_set_mac()
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-tip.rst | 508 if (refcount_dec_and_test(&p->refcnt)) { 519 if (refcount_dec_and_test(&p->refcnt)) {
|
/openbmc/linux/drivers/iio/adc/ |
H A D | at91-sama5d2_adc.c | 1531 static irqreturn_t at91_adc_trigger_handler(int irq, void *p) in at91_adc_trigger_handler() argument 1533 struct iio_poll_func *pf = p; in at91_adc_trigger_handler()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.c | 199 int otx2_set_mac_address(struct net_device *netdev, void *p) in otx2_set_mac_address() argument 202 struct sockaddr *addr = p; in otx2_set_mac_address()
|
H A D | otx2_common.h | 957 int otx2_set_mac_address(struct net_device *netdev, void *p);
|
/openbmc/linux/drivers/nvme/target/ |
H A D | rdma.c | 1536 struct rdma_conn_param *p) in nvmet_rdma_cm_accept() argument 1544 param.initiator_depth = min_t(u8, p->initiator_depth, in nvmet_rdma_cm_accept()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 7045 u32 *p = _p, i, offset; in bnx2_get_regs() local 7075 memset(p, 0, BNX2_REGDUMP_LEN); in bnx2_get_regs() 7082 p += offset; in bnx2_get_regs() 7084 *p++ = BNX2_RD(bp, offset); in bnx2_get_regs() 7088 p = (u32 *) (orig_p + offset); in bnx2_get_regs() 7893 bnx2_change_mac_addr(struct net_device *dev, void *p) in bnx2_change_mac_addr() argument 7895 struct sockaddr *addr = p; in bnx2_change_mac_addr()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 6215 PropValue *p; in x86_cpu_apply_version_props() local 6217 for (p = vdef->props; p && p->prop; p++) { in x86_cpu_apply_version_props() 6218 object_property_parse(OBJECT(cpu), p->prop, p->value, in x86_cpu_apply_version_props()
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 2641 struct bpf_subprog_info *p; in find_subprog() local 2645 if (!p) in find_subprog() 2647 return p - env->subprog_info; in find_subprog() 3415 struct bpf_idx_pair *p; in push_jmp_history() local 3424 if (!p) in push_jmp_history() 3426 p[cnt - 1].idx = env->insn_idx; in push_jmp_history() 3428 cur->jmp_history = p; in push_jmp_history() 5426 u32 p = field->offset; in check_map_access() local 5433 p < reg->umax_value + off + size) { in check_map_access() 5445 if (p != off + reg->var_off.value) { in check_map_access() [all …]
|
/openbmc/linux/sound/usb/ |
H A D | mixer_scarlett2.c | 2083 .tlv = { .p = db_scale_scarlett2_gain } 2095 .tlv = { .p = db_scale_scarlett2_gain } 3488 .tlv = { .p = db_scale_scarlett2_mixer }
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 59 -p::
|
/openbmc/docs/architecture/code-update/ |
H A D | code-update.md | 81 …tar xfO <BMC tar image> MANIFEST | sed -ne '/version=/ {s/version=//;p}' | head -n1 | tr -d '\n' |…
|
/openbmc/linux/sound/soc/intel/catpt/ |
H A D | pcm.c | 1084 .tlv.p = catpt_volume_tlv, \
|
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-tegra20.c | 846 data->p.parent_names, in tegra20_periph_clk_init()
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | changes.rst | 493 - <https://git.ozlabs.org/?p=ppp.git>
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | sysrq.rst | 123 ``p`` Will dump the current registers and flags to your console.
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_log.c | 1025 struct seq_net_private p; member
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | memory-tagging-extension.rst | 358 printf("%p\n", a);
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-simple.yaml | 202 - innolux,zj070na-01p
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996-sony-xperia-tone.dtsi | 877 mdp_vsync_p_gpio: mdp-vsync-p-state {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/ |
H A D | postgresql.inc | 160 sed -n 's/This is perl.*v[a-z ]*\([0-9]\.[0-9][0-9.]*\).*$/\1/p'`
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_hevc_req_multi_if.c | 389 return ctrl->p_cur.p; in vdec_hevc_get_ctrl_ptr()
|
/openbmc/qemu/target/arm/ |
H A D | machine.c | 272 VMSTATE_UINT64_ARRAY(p, ARMPredicateReg, 2 * ARM_MAX_VQ / 8),
|