Searched refs:vp (Results 1 - 25 of 119) sorted by relevance

12345

/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_vic.c14 struct vic_provinfo *vp; local
19 vp = kzalloc(VIC_PROVINFO_MAX_DATA, flags);
20 if (!vp)
23 memcpy(vp->oui, oui, sizeof(vp->oui));
24 vp->type = type;
25 vp->length = htonl(sizeof(vp->num_tlvs));
27 return vp;
30 void vic_provinfo_free(struct vic_provinfo *vp) argument
35 vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length, const void *value) argument
62 vic_provinfo_size(struct vic_provinfo *vp) argument
[all...]
H A Dvnic_vic.h50 #define VIC_PROVINFO_ADD_TLV(vp, tlvtype, tlvlen, data) \
52 err = vic_provinfo_add_tlv(vp, tlvtype, tlvlen, data); \
63 void vic_provinfo_free(struct vic_provinfo *vp);
64 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length,
66 size_t vic_provinfo_size(struct vic_provinfo *vp);
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c30 static int start_voice(struct snd_emux_voice *vp);
31 static void trigger_voice(struct snd_emux_voice *vp);
32 static void release_voice(struct snd_emux_voice *vp);
33 static void update_voice(struct snd_emux_voice *vp, int update);
34 static void terminate_voice(struct snd_emux_voice *vp);
35 static void free_voice(struct snd_emux_voice *vp);
36 static u32 make_fmmod(struct snd_emux_voice *vp);
37 static u32 make_fm2frq2(struct snd_emux_voice *vp);
83 struct snd_emux_voice *vp; local
93 vp
118 release_voice(struct snd_emux_voice *vp) argument
134 terminate_voice(struct snd_emux_voice *vp) argument
160 free_voice(struct snd_emux_voice *vp) argument
181 update_voice(struct snd_emux_voice *vp, int update) argument
213 struct snd_emux_voice *vp; local
279 struct snd_emux_voice *vp; local
309 start_voice(struct snd_emux_voice *vp) argument
447 trigger_voice(struct snd_emux_voice *vp) argument
481 make_fmmod(struct snd_emux_voice *vp) argument
497 make_fm2frq2(struct snd_emux_voice *vp) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dvp.c8 #include "vp.h"
15 struct omap_vp_instance *vp = voltdm->vp; local
21 vpconfig = voltdm->read(vp->vpconfig);
22 vpconfig &= ~(vp->common->vpconfig_initvoltage_mask |
23 vp->common->vpconfig_forceupdate |
24 vp->common->vpconfig_initvdd);
25 vpconfig |= vsel << __ffs(vp->common->vpconfig_initvoltage_mask);
26 voltdm->write(vpconfig, vp->vpconfig);
29 voltdm->write((vpconfig | vp
41 struct omap_vp_instance *vp = voltdm->vp; local
124 struct omap_vp_instance *vp = voltdm->vp; local
199 struct omap_vp_instance *vp; local
243 struct omap_vp_instance *vp; local
[all...]
/linux-master/arch/um/drivers/
H A Dvector_transports.c67 struct sk_buff *skb, struct vector_private *vp)
69 struct uml_l2tpv3_data *td = vp->transport_data;
97 struct sk_buff *skb, struct vector_private *vp)
99 struct uml_gre_data *td = vp->transport_data;
115 struct sk_buff *skb, struct vector_private *vp)
131 uint8_t *header, struct sk_buff *skb, struct vector_private *vp)
133 struct uml_l2tpv3_data *td = vp->transport_data;
152 netdev_err(vp->dev, "uml_l2tpv3: unknown cookie id");
159 netdev_err(vp->dev, "uml_l2tpv3: session mismatch");
166 uint8_t *header, struct sk_buff *skb, struct vector_private *vp)
66 l2tpv3_form_header(uint8_t *header, struct sk_buff *skb, struct vector_private *vp) argument
96 gre_form_header(uint8_t *header, struct sk_buff *skb, struct vector_private *vp) argument
114 raw_form_header(uint8_t *header, struct sk_buff *skb, struct vector_private *vp) argument
130 l2tpv3_verify_header( uint8_t *header, struct sk_buff *skb, struct vector_private *vp) argument
165 gre_verify_header( uint8_t *header, struct sk_buff *skb, struct vector_private *vp) argument
196 raw_verify_header( uint8_t *header, struct sk_buff *skb, struct vector_private *vp) argument
241 build_gre_transport_data(struct vector_private *vp) argument
302 build_l2tpv3_transport_data(struct vector_private *vp) argument
400 build_raw_transport_data(struct vector_private *vp) argument
421 build_hybrid_transport_data(struct vector_private *vp) argument
445 build_tap_transport_data(struct vector_private *vp) argument
468 build_bess_transport_data(struct vector_private *vp) argument
477 build_transport_data(struct vector_private *vp) argument
[all...]
H A Dvector_kern.c70 static int vector_mmsg_rx(struct vector_private *vp, int budget);
103 static void vector_reset_stats(struct vector_private *vp) argument
105 vp->estats.rx_queue_max = 0;
106 vp->estats.rx_queue_running_average = 0;
107 vp->estats.tx_queue_max = 0;
108 vp->estats.tx_queue_running_average = 0;
109 vp->estats.rx_encaps_errors = 0;
110 vp->estats.tx_timeout_count = 0;
111 vp->estats.tx_restart_queue = 0;
112 vp
292 prep_msg(struct vector_private *vp, struct sk_buff *skb, struct iovec *iov) argument
335 struct vector_private *vp = netdev_priv(qi->dev); local
409 struct vector_private *vp = netdev_priv(qi->dev); local
484 struct vector_private *vp = netdev_priv(qi->dev); local
520 create_queue( struct vector_private *vp, int max_size, int header_size, int num_extra_frags) argument
615 prep_skb( struct vector_private *vp, struct user_msghdr *msg) argument
675 struct vector_private *vp = netdev_priv(qi->dev); local
797 struct vector_private *vp; local
838 vector_legacy_rx(struct vector_private *vp) argument
912 writev_tx(struct vector_private *vp, struct sk_buff *skb) argument
956 vector_mmsg_rx(struct vector_private *vp, int budget) argument
1050 struct vector_private *vp = netdev_priv(dev); local
1087 struct vector_private *vp = netdev_priv(dev); local
1099 struct vector_private *vp = netdev_priv(dev); local
1119 struct vector_private *vp = netdev_priv(dev); local
1172 struct vector_private *vp = container_of(napi, struct vector_private, napi); local
1198 struct vector_private *vp = local
1207 struct vector_private *vp = netdev_priv(dev); local
1333 struct vector_private *vp = netdev_priv(dev); local
1350 struct vector_private *vp = netdev_priv(dev); local
1382 struct vector_private *vp = netdev_priv(dev); local
1443 struct vector_private *vp = netdev_priv(netdev); local
1482 struct vector_private *vp = netdev_priv(dev); local
1492 struct vector_private *vp = netdev_priv(netdev); local
1503 struct vector_private *vp = netdev_priv(netdev); local
1543 struct vector_private *vp = from_timer(vp, t, tl); local
1558 struct vector_private *vp; local
[all...]
/linux-master/sound/synth/emux/
H A Demux_proc.c51 struct snd_emux_voice *vp = &emu->voices[0];
54 vp->reg.parm.moddelay,
55 vp->reg.parm.modatkhld,
56 vp->reg.parm.moddcysus,
57 vp->reg.parm.modrelease);
59 vp->reg.parm.voldelay,
60 vp->reg.parm.volatkhld,
61 vp->reg.parm.voldcysus,
62 vp->reg.parm.volrelease);
64 vp
[all...]
H A Demux_synth.c34 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
35 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
36 static void setup_voice(struct snd_emux_voice *vp);
37 static int calc_pan(struct snd_emux_voice *vp);
38 static int calc_volume(struct snd_emux_voice *vp);
39 static int calc_pitch(struct snd_emux_voice *vp);
50 struct snd_emux_voice *vp; local
89 vp = emu->ops.get_voice(emu, port);
90 if (vp == NULL || vp
149 struct snd_emux_voice *vp; local
194 struct snd_emux_voice *vp; local
226 struct snd_emux_voice *vp; local
258 struct snd_emux_voice *vp; local
285 struct snd_emux_voice *vp; local
367 struct snd_emux_voice *vp; local
409 struct snd_emux_voice *vp; local
440 struct snd_emux_voice *vp; local
473 struct snd_emux_voice *vp; local
493 terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free) argument
511 update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update) argument
546 setup_voice(struct snd_emux_voice *vp) argument
639 calc_pan(struct snd_emux_voice *vp) argument
740 calc_volume(struct snd_emux_voice *vp) argument
811 calc_pitch(struct snd_emux_voice *vp) argument
917 struct snd_emux_voice *vp; local
[all...]
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c38 void camif_hw_clear_pending_irq(struct camif_vp *vp) argument
40 u32 cfg = camif_read(vp->camif, S3C_CAMIF_REG_CIGCTRL);
41 cfg |= CIGCTRL_IRQ_CLR(vp->id);
42 camif_write(vp->camif, S3C_CAMIF_REG_CIGCTRL, cfg);
79 cfg = camif_read(camif, S3C_CAMIF_REG_CIIMGEFF(camif->vp->offset));
92 camif_write(camif, S3C_CAMIF_REG_CIIMGEFF(camif->vp->offset), cfg);
151 void camif_hw_clear_fifo_overflow(struct camif_vp *vp) argument
153 struct camif_dev *camif = vp->camif;
157 if (vp->id == 0)
200 void camif_hw_set_output_addr(struct camif_vp *vp, argument
218 camif_hw_set_out_dma_size(struct camif_vp *vp) argument
255 camif_hw_set_output_dma(struct camif_vp *vp) argument
289 camif_hw_set_input_path(struct camif_vp *vp) argument
296 camif_hw_set_target_format(struct camif_vp *vp) argument
346 camif_hw_set_flip(struct camif_vp *vp) argument
361 camif_hw_set_prescaler(struct camif_vp *vp) argument
379 camif_s3c244x_hw_set_scaler(struct camif_vp *vp) argument
426 camif_s3c64xx_hw_set_scaler(struct camif_vp *vp) argument
475 camif_hw_set_scaler(struct camif_vp *vp) argument
485 camif_hw_enable_scaler(struct camif_vp *vp, bool on) argument
498 camif_hw_set_lastirq(struct camif_vp *vp, int enable) argument
511 camif_hw_enable_capture(struct camif_vp *vp) argument
534 camif_hw_disable_capture(struct camif_vp *vp) argument
[all...]
H A Dcamif-capture.c43 /* Locking: called with vp->camif->slock spinlock held */
44 static void camif_cfg_video_path(struct camif_vp *vp) argument
46 WARN_ON(s3c_camif_get_scaler_config(vp, &vp->scaler));
47 camif_hw_set_scaler(vp);
48 camif_hw_set_flip(vp);
49 camif_hw_set_target_format(vp);
50 camif_hw_set_output_dma(vp);
53 static void camif_prepare_dma_offset(struct camif_vp *vp) argument
55 struct camif_frame *f = &vp
65 s3c_camif_hw_init(struct camif_dev *camif, struct camif_vp *vp) argument
95 s3c_camif_hw_vp_init(struct camif_dev *camif, struct camif_vp *vp) argument
149 camif_reinitialize(struct camif_vp *vp) argument
182 s3c_vp_active(struct camif_vp *vp) argument
207 camif_stop_capture(struct camif_vp *vp) argument
241 camif_prepare_addr(struct camif_vp *vp, struct vb2_buffer *vb, struct camif_addr *paddr) argument
290 struct camif_vp *vp = priv; local
376 struct camif_vp *vp = vb2_get_drv_priv(vq); local
433 struct camif_vp *vp = vb2_get_drv_priv(vq); local
441 struct camif_vp *vp = vb2_get_drv_priv(vq); local
463 struct camif_vp *vp = vb2_get_drv_priv(vb->vb2_queue); local
482 struct camif_vp *vp = vb2_get_drv_priv(vb->vb2_queue); local
536 struct camif_vp *vp = video_drvdata(file); local
568 struct camif_vp *vp = video_drvdata(file); local
595 struct camif_vp *vp = video_drvdata(file); local
611 struct camif_vp *vp = video_drvdata(file); local
638 struct camif_vp *vp = video_drvdata(file); local
650 struct camif_vp *vp = video_drvdata(file); local
677 struct camif_vp *vp = video_drvdata(file); local
691 struct camif_vp *vp = video_drvdata(file); local
708 __camif_video_try_format(struct camif_vp *vp, struct v4l2_pix_format *pix, const struct camif_fmt **ffmt) argument
762 struct camif_vp *vp = video_drvdata(file); local
770 struct camif_vp *vp = video_drvdata(file); local
836 struct camif_vp *vp = video_drvdata(file); local
868 struct camif_vp *vp = video_drvdata(file); local
889 struct camif_vp *vp = video_drvdata(file); local
923 struct camif_vp *vp = video_drvdata(file); local
930 struct camif_vp *vp = video_drvdata(file); local
943 struct camif_vp *vp = video_drvdata(file); local
956 struct camif_vp *vp = video_drvdata(file); local
974 struct camif_vp *vp = video_drvdata(file); local
981 struct camif_vp *vp = video_drvdata(file); local
1003 __camif_try_compose(struct camif_dev *camif, struct camif_vp *vp, struct v4l2_rect *r) argument
1018 struct camif_vp *vp = video_drvdata(file); local
1071 struct camif_vp *vp = ctrl->priv; local
1102 struct camif_vp *vp = &camif->vp[idx]; local
1457 struct camif_vp *vp = &camif->vp[i]; local
1612 struct camif_vp *vp = &camif->vp[i]; local
[all...]
H A Dcamif-core.h262 * @vp: video path (DMA) description (codec/preview)
298 struct camif_vp vp[CAMIF_VP_NUM]; member in struct:camif_dev
335 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp,
343 int s3c_camif_get_scaler_config(struct camif_vp *vp,
346 static inline void camif_active_queue_add(struct camif_vp *vp, argument
349 list_add_tail(&buf->list, &vp->active_buf_q);
350 vp->active_buffers++;
354 struct camif_vp *vp)
356 struct camif_buffer *buf = list_first_entry(&vp->active_buf_q,
359 vp
353 camif_active_queue_pop( struct camif_vp *vp) argument
363 camif_active_queue_peek( struct camif_vp *vp, int index) argument
382 camif_pending_queue_add(struct camif_vp *vp, struct camif_buffer *buf) argument
388 camif_pending_queue_pop( struct camif_vp *vp) argument
[all...]
H A Dcamif-regs.h241 void camif_hw_clear_pending_irq(struct camif_vp *vp);
242 void camif_hw_clear_fifo_overflow(struct camif_vp *vp);
243 void camif_hw_set_lastirq(struct camif_vp *vp, int enable);
244 void camif_hw_set_input_path(struct camif_vp *vp);
245 void camif_hw_enable_scaler(struct camif_vp *vp, bool on);
246 void camif_hw_enable_capture(struct camif_vp *vp);
247 void camif_hw_disable_capture(struct camif_vp *vp);
251 void camif_hw_set_scaler(struct camif_vp *vp);
252 void camif_hw_set_flip(struct camif_vp *vp);
253 void camif_hw_set_output_dma(struct camif_vp *vp);
262 camif_hw_get_status(struct camif_vp *vp) argument
[all...]
/linux-master/sound/isa/sb/
H A Demu8000_callback.c18 static int start_voice(struct snd_emux_voice *vp);
19 static void trigger_voice(struct snd_emux_voice *vp);
20 static void release_voice(struct snd_emux_voice *vp);
21 static void update_voice(struct snd_emux_voice *vp, int update);
23 static void terminate_voice(struct snd_emux_voice *vp);
32 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
33 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
34 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
35 static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
36 static void set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
83 release_voice(struct snd_emux_voice *vp) argument
99 terminate_voice(struct snd_emux_voice *vp) argument
111 update_voice(struct snd_emux_voice *vp, int update) argument
147 struct snd_emux_voice *vp; local
221 start_voice(struct snd_emux_voice *vp) argument
301 trigger_voice(struct snd_emux_voice *vp) argument
336 set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
345 set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
359 set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
370 set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
388 set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
395 set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
413 set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
[all...]
/linux-master/drivers/net/ethernet/3com/
H A D3c59x.c584 /* Chip features we care about in vp->capabilities, read from the EEPROM. */
660 static void window_set(struct vortex_private *vp, int window) argument
662 if (window != vp->window) {
663 iowrite16(SelectWindow + window, vp->ioaddr + EL3_CMD);
664 vp->window = window;
670 window_read ## size(struct vortex_private *vp, int window, int addr) \
674 spin_lock_irqsave(&vp->window_lock, flags); \
675 window_set(vp, window); \
676 ret = ioread ## size(vp->ioaddr + addr); \
677 spin_unlock_irqrestore(&vp
930 struct vortex_private *vp; local
1091 struct vortex_private *vp; local
1490 struct vortex_private *vp = netdev_priv(dev); local
1517 struct vortex_private *vp = netdev_priv(dev); local
1533 struct vortex_private *vp = netdev_priv(dev); local
1550 struct vortex_private *vp = netdev_priv(dev); local
1722 struct vortex_private *vp = netdev_priv(dev); local
1786 struct vortex_private *vp = from_timer(vp, t, timer); local
1884 struct vortex_private *vp = netdev_priv(dev); local
1941 struct vortex_private *vp = netdev_priv(dev); local
2045 struct vortex_private *vp = netdev_priv(dev); local
2113 struct vortex_private *vp = netdev_priv(dev); local
2256 struct vortex_private *vp = netdev_priv(dev); local
2372 struct vortex_private *vp = netdev_priv(dev); local
2506 struct vortex_private *vp = netdev_priv(dev); local
2524 struct vortex_private *vp = netdev_priv(dev); local
2593 struct vortex_private *vp = netdev_priv(dev); local
2688 struct vortex_private *vp = netdev_priv(dev); local
2728 struct vortex_private *vp = netdev_priv(dev); local
2791 struct vortex_private *vp = netdev_priv(dev); local
2826 struct vortex_private *vp = netdev_priv(dev); local
2847 struct vortex_private *vp = netdev_priv(dev); local
2883 struct vortex_private *vp = netdev_priv(dev); local
2891 struct vortex_private *vp = netdev_priv(dev); local
2901 struct vortex_private *vp = netdev_priv(dev); local
2929 struct vortex_private *vp = netdev_priv(dev); local
2960 struct vortex_private *vp = netdev_priv(dev); local
2978 struct vortex_private *vp = netdev_priv(dev); local
2992 struct vortex_private *vp = netdev_priv(dev); local
3032 struct vortex_private *vp = netdev_priv(dev); local
3056 struct vortex_private *vp = netdev_priv(dev); local
3082 struct vortex_private *vp = netdev_priv(dev); local
3128 mdio_delay(struct vortex_private *vp) argument
3142 mdio_sync(struct vortex_private *vp, int bits) argument
3157 struct vortex_private *vp = netdev_priv(dev); local
3194 struct vortex_private *vp = netdev_priv(dev); local
3228 struct vortex_private *vp = netdev_priv(dev); local
3259 struct vortex_private *vp; local
[all...]
H A D3c515.c463 struct corkscrew_private *vp = netdev_priv(dev); local
464 list_del_init(&vp->list);
469 if (vp->dev)
470 pnp_device_detach(to_pnp_dev(vp->dev));
570 struct corkscrew_private *vp = netdev_priv(dev); local
579 vp->dev = &idev->dev;
590 vp->product_name = "3c515";
591 vp->options = dev->mem_start;
592 vp->our_dev = dev;
594 if (!vp
701 struct corkscrew_private *vp = netdev_priv(dev); local
865 struct corkscrew_private *vp = from_timer(vp, t, timer); local
957 struct corkscrew_private *vp = netdev_priv(dev); local
994 struct corkscrew_private *vp = netdev_priv(dev); local
1322 struct corkscrew_private *vp = netdev_priv(dev); local
1406 struct corkscrew_private *vp = netdev_priv(dev); local
1460 struct corkscrew_private *vp = netdev_priv(dev); local
1559 struct corkscrew_private *vp; local
[all...]
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dpm.c82 void *vp; local
100 vp = sdp + 1;
104 memcpy(vp, &sh_mobile_sleep_enter_start, n);
105 vp += roundup(n, 4);
109 memcpy(vp, pre_start, n);
110 sdp->sf_pre = (unsigned long)vp;
111 vp += roundup(n, 4);
115 memcpy(vp, post_start, n);
116 sdp->sf_post = (unsigned long)vp;
117 vp
[all...]
/linux-master/lib/crypto/mpi/
H A Dmpi-mul.c19 mpi_ptr_t up, vp, wp; local
32 vp = u->d;
39 vp = v->d;
47 if (wp == up || wp == vp) {
59 if (wp == vp)
60 vp = up;
63 } else if (wp == vp) {
65 vp = tmp_limb = mpi_alloc_limb_space(vsize);
67 MPN_COPY(vp, wp, vsize);
74 mpihelp_mul(wp, up, usize, vp, vsiz
[all...]
H A Dmpih-mul.c21 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \
24 mul_n_basecase(prodp, up, vp, size); \
26 mul_n(prodp, up, vp, size, tspace); \
55 mul_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size) argument
63 v_limb = vp[0];
79 v_limb = vp[i];
95 mul_n(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, argument
112 MPN_MUL_N_RECURSE(prodp, up, vp, esize, tspace);
113 cy_limb = mpihelp_addmul_1(prodp + esize, up, esize, vp[esize]);
115 cy_limb = mpihelp_addmul_1(prodp + esize, vp, siz
321 mpihelp_mul_n(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size) argument
346 mpihelp_mul_karatsuba_case(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t usize, mpi_ptr_t vp, mpi_size_t vsize, struct karatsuba_ctx *ctx) argument
452 mpihelp_mul(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t usize, mpi_ptr_t vp, mpi_size_t vsize, mpi_limb_t *_result) argument
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet.c69 struct vnet *vp = netdev_priv(dev); local
71 return vp->msg_enable;
76 struct vnet *vp = netdev_priv(dev); local
78 vp->msg_enable = value;
102 struct vnet *vp = (struct vnet *)netdev_priv(dev); local
107 + (NUM_VNET_PORT_STATS * vp->nports);
115 struct vnet *vp = (struct vnet *)netdev_priv(dev); local
125 list_for_each_entry_rcu(port, &vp->port_list, list) {
160 struct vnet *vp = (struct vnet *)netdev_priv(dev); local
177 data[i++] = vp
205 __tx_port_find(struct vnet *vp, struct sk_buff *skb) argument
231 struct vnet *vp = netdev_priv(dev); local
239 struct vnet *vp = netdev_priv(dev); local
256 struct vnet *vp = netdev_priv(dev); local
264 struct vnet *vp = netdev_priv(dev); local
289 struct vnet *vp; local
348 struct vnet *iter, *vp; local
367 struct vnet *vp; local
430 struct vnet *vp; local
[all...]
H A Dldmvsw.c74 return port->vp->msg_enable;
81 port->vp->msg_enable = value;
124 return sunvnet_set_rx_mode_common(dev, port->vp);
145 return sunvnet_poll_controller_common(dev, port->vp);
170 struct vnet *vp; local
195 vp = NULL;
199 vp = iter;
204 if (!vp) {
205 vp = kzalloc(sizeof(*vp), GFP_KERNE
280 struct vnet *vp; local
435 struct vnet *vp; local
[all...]
/linux-master/sound/drivers/opl3/
H A Dopl3_midi.c129 struct snd_opl3_voice *vp, *vp2; local
156 vp = &opl3->voices[i];
158 if (vp->state == SNDRV_OPL3_ST_NOT_AVAIL)
163 voice_time = vp->time;
174 if (vp->state)
190 else if (vp->state)
194 if (vp->state)
232 struct snd_opl3_voice *vp = &opl3->voices[i]; local
233 if (vp->state > 0 && vp
281 struct snd_opl3_voice *vp, *vp2; local
610 struct snd_opl3_voice *vp, *vp2; local
659 struct snd_opl3_voice *vp; local
731 struct snd_opl3_voice *vp; local
774 struct snd_opl3_voice *vp; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/vp/
H A Dg84.c24 #include <engine/vp.h>
/linux-master/fs/afs/
H A Dinode.c68 struct afs_vnode_param *vp,
71 struct afs_file_status *status = &vp->scb.status;
76 vp->fid.vid, vp->fid.vnode, vp->fid.unique,
145 if (!vp->scb.have_cb) {
151 atomic64_set(&vnode->cb_expires_at, vp->scb.callback.expires_at);
162 struct afs_vnode_param *vp)
164 struct afs_file_status *status = &vp->scb.status;
165 struct afs_vnode *vnode = vp
67 afs_inode_init_from_status(struct afs_operation *op, struct afs_vnode_param *vp, struct afs_vnode *vnode) argument
161 afs_apply_status(struct afs_operation *op, struct afs_vnode_param *vp) argument
267 afs_apply_callback(struct afs_operation *op, struct afs_vnode_param *vp) argument
284 afs_vnode_commit_status(struct afs_operation *op, struct afs_vnode_param *vp) argument
331 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; local
399 struct afs_vnode_param *vp = opaque; local
410 struct afs_vnode_param *vp = opaque; local
463 afs_iget(struct afs_operation *op, struct afs_vnode_param *vp) argument
678 struct afs_vnode_param *vp = &op->file[0]; local
695 struct afs_vnode_param *vp = &op->file[0]; local
[all...]
H A Dfsclient.c241 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; local
251 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);
252 xdr_decode_AFSCallBack(&bp, call, &vp->scb);
274 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; local
279 key_serial(op->key), vp->fid.vid, vp->fid.vnode);
289 bp[1] = htonl(vp->fid.vid);
290 bp[2] = htonl(vp->fid.vnode);
291 bp[3] = htonl(vp->fid.unique);
293 call->fid = vp
304 struct afs_vnode_param *vp = &op->file[0]; local
424 struct afs_vnode_param *vp = &op->file[0]; local
456 struct afs_vnode_param *vp = &op->file[0]; local
493 struct afs_vnode_param *vp = &op->file[1]; local
630 struct afs_vnode_param *vp = &op->file[0]; local
753 struct afs_vnode_param *vp = &op->file[1]; local
790 struct afs_vnode_param *vp = &op->file[1]; local
834 struct afs_vnode_param *vp = &op->file[1]; local
1026 struct afs_vnode_param *vp = &op->file[0]; local
1067 struct afs_vnode_param *vp = &op->file[0]; local
1113 struct afs_vnode_param *vp = &op->file[0]; local
1189 struct afs_vnode_param *vp = &op->file[0]; local
1232 struct afs_vnode_param *vp = &op->file[0]; local
1274 struct afs_vnode_param *vp = &op->file[0]; local
1448 struct afs_vnode_param *vp = &op->file[0]; local
1529 struct afs_vnode_param *vp = &op->file[0]; local
1557 struct afs_vnode_param *vp = &op->file[0]; local
1584 struct afs_vnode_param *vp = &op->file[0]; local
1935 struct afs_vnode_param *vp = &op->file[1]; local
1981 struct afs_vnode_param *vp = &op->file[0]; local
2058 struct afs_vnode_param *vp = &op->file[0]; local
2096 struct afs_vnode_param *vp = &op->file[0]; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c74 struct qlcnic_vport *vp; local
108 vp = sriov->vf_info[id].vp;
109 info->min_tx_bw = vp->min_tx_bw;
110 info->max_tx_bw = vp->max_tx_bw;
236 struct qlcnic_vport *vp; local
245 vp = sriov->vf_info[index].vp;
246 vp->handle = 0;
254 struct qlcnic_vport *vp; local
687 struct qlcnic_vport *vp; local
744 struct qlcnic_vport *vp = vf->vp; local
794 struct qlcnic_vport *vp; local
1258 struct qlcnic_vport *vp = vf->vp; local
1339 struct qlcnic_vport *vp = vf->vp; local
1436 struct qlcnic_vport *vp = vf->vp; local
1741 struct qlcnic_vport *vp = vf->vp; local
1856 struct qlcnic_vport *vp; local
1918 struct qlcnic_vport *vp; local
1968 qlcnic_sriov_get_vf_vlan(struct qlcnic_adapter *adapter, struct qlcnic_vport *vp, int vf) argument
1996 struct qlcnic_vport *vp; local
2027 struct qlcnic_vport *vp; local
[all...]

Completed in 206 milliseconds

12345