Home
last modified time | relevance | path

Searched defs:vp (Results 1 – 18 of 18) sorted by relevance

/arch/um/drivers/
Dvector_transports.c67 struct sk_buff *skb, struct vector_private *vp) in l2tpv3_form_header()
97 struct sk_buff *skb, struct vector_private *vp) in gre_form_header()
115 struct sk_buff *skb, struct vector_private *vp) in raw_form_header()
131 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in l2tpv3_verify_header()
166 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in gre_verify_header()
197 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in raw_verify_header()
241 static int build_gre_transport_data(struct vector_private *vp) in build_gre_transport_data()
302 static int build_l2tpv3_transport_data(struct vector_private *vp) in build_l2tpv3_transport_data()
400 static int build_raw_transport_data(struct vector_private *vp) in build_raw_transport_data()
421 static int build_hybrid_transport_data(struct vector_private *vp) in build_hybrid_transport_data()
[all …]
Dvector_kern.c103 static void vector_reset_stats(struct vector_private *vp) in vector_reset_stats()
292 static int prep_msg(struct vector_private *vp, in prep_msg()
335 struct vector_private *vp = netdev_priv(qi->dev); in vector_enqueue() local
409 struct vector_private *vp = netdev_priv(qi->dev); in vector_send() local
487 struct vector_private *vp = netdev_priv(qi->dev); in destroy_queue() local
524 struct vector_private *vp, in create_queue()
619 struct vector_private *vp, in prep_skb()
678 struct vector_private *vp = netdev_priv(qi->dev); in prep_queue_for_rx() local
800 struct vector_private *vp; in vector_remove() local
841 static int vector_legacy_rx(struct vector_private *vp) in vector_legacy_rx()
[all …]
/arch/arm/mach-omap2/
Dvp.c15 struct omap_vp_instance *vp = voltdm->vp; in _vp_set_init_voltage() local
41 struct omap_vp_instance *vp = voltdm->vp; in omap_vp_init() local
124 struct omap_vp_instance *vp = voltdm->vp; in omap_vp_forceupdate_scale() local
199 struct omap_vp_instance *vp; in omap_vp_enable() local
243 struct omap_vp_instance *vp; in omap_vp_disable() local
Dprm3xxx.c99 struct omap3_vp *vp = &omap3_vp[vp_id]; in omap3_prm_vp_check_txdone() local
109 struct omap3_vp *vp = &omap3_vp[vp_id]; in omap3_prm_vp_clear_txdone() local
Dprm44xx.c149 struct omap4_vp *vp = &omap4_vp[vp_id]; in omap4_prm_vp_check_txdone() local
160 struct omap4_vp *vp = &omap4_vp[vp_id]; in omap4_prm_vp_clear_txdone() local
Dvoltage.h68 struct omap_vp_instance *vp; member
/arch/um/kernel/
Dptrace.c49 void __user *vp = p; in arch_ptrace() local
/arch/sh/kernel/cpu/shmobile/
Dpm.c82 void *vp; in sh_mobile_register_self_refresh() local
/arch/powerpc/sysdev/xive/
Dnative.c115 __be64 vp; in xive_native_get_irq_config() local
126 #define vp_err(vp, fmt, ...) pr_err("VP[0x%x]: " fmt, vp, ##__VA_ARGS__) argument
392 u32 vp; in xive_native_setup_cpu() local
432 u32 vp; in xive_native_teardown_cpu() local
/arch/mips/kernel/
Dspram.c171 unsigned int *vp = (unsigned int *)(CKSEG1 | pa); in probe_spram() local
Dmips-cm.c299 unsigned int vp, unsigned int block) in mips_cm_lock_other()
/arch/x86/hyperv/
Dhv_apic.c225 int vp = hv_cpu_number_to_vp_number(cpu); in __send_ipi_one() local
/arch/mips/include/asm/
Dmips-cm.h399 unsigned int vp = cpu_vpe_id(&cpu_data[cpu]); in mips_cm_vp_id() local
438 unsigned int vp, unsigned int block) { } in mips_cm_lock_other()
/arch/ia64/kernel/
Dunaligned.c37 # define DDUMP(str,vp,len) dump(str, vp, len) argument
40 dump (const char *str, void *vp, size_t len) in dump()
52 # define DDUMP(str,vp,len) argument
/arch/sparc/kernel/
Dldc.c411 struct ldc_version *vp) in send_version_ack()
573 static int process_ver_info(struct ldc_channel *lp, struct ldc_version *vp) in process_ver_info()
607 static int process_ver_ack(struct ldc_channel *lp, struct ldc_version *vp) in process_ver_ack()
625 static int process_ver_nack(struct ldc_channel *lp, struct ldc_version *vp) in process_ver_nack()
650 struct ldc_version *vp; in process_version() local
/arch/powerpc/include/asm/
Dkvm_book3s.h24 bool vp : 1; member
/arch/powerpc/xmon/
Dxmon.c1982 read_spr(int n, unsigned long *vp) in read_spr()
3493 scanhex(unsigned long *vp) in scanhex()
/arch/powerpc/kvm/
Dbook3s_xive.c1270 int kvmppc_xive_compute_vp_id(struct kvmppc_xive *xive, u32 cpu, u32 *vp) in kvmppc_xive_compute_vp_id()