Searched refs:PRIV (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/atm/
H A Didt77105.c44 #define PRIV(dev) ((struct idt77105_priv *) dev->phy_data) macro
148 memcpy(&stats, &PRIV(dev)->stats, sizeof(struct idt77105_stats));
150 memset(&PRIV(dev)->stats, 0, sizeof(struct idt77105_stats));
184 PRIV(dev)->loop_mode = mode;
201 return put_user(PRIV(dev)->loop_mode,(int __user *)arg) ?
231 PRIV(dev)->old_mcr = GET(MCR);
233 (PRIV(dev)->old_mcr|
267 PRIV(dev)->dev = dev;
269 PRIV(dev)->next = idt77105_all;
270 idt77105_all = PRIV(de
[all...]
H A Dsuni.c38 #define PRIV(dev) ((struct suni_priv *) dev->phy_data) macro
100 sonet_copy_stats(&PRIV(dev)->sonet_stats,&tmp);
102 if (zero && !error) sonet_subtract_stats(&PRIV(dev)->sonet_stats,&tmp);
157 if (PRIV(dev)->type == SUNI_MRI_TYPE_PM5355) {
181 PRIV(dev)->loop_mode = mode;
197 if (PRIV(dev)->type == SUNI_MRI_TYPE_PM5355) {
211 if (PRIV(dev)->type == SUNI_MRI_TYPE_PM5355) {
280 return put_user(PRIV(dev)->loop_mode,(int __user *)arg) ?
314 PRIV(dev)->next = sunis;
315 sunis = PRIV(de
[all...]
H A Datmtcp.c21 #define PRIV(dev) ((struct atmtcp_dev_data *) ((dev)->dev_data)) macro
53 out_vcc = PRIV(vcc->dev) ? PRIV(vcc->dev)->vcc : NULL;
58 out_vcc = PRIV(vcc->dev) ? PRIV(vcc->dev)->vcc : NULL;
75 out_vcc = PRIV(vcc->dev) ? PRIV(vcc->dev)->vcc : NULL;
204 dev_data = PRIV(vcc->dev);
237 struct atmtcp_dev_data *dev_data = PRIV(dev);
252 dev_data = PRIV(atmtcp_de
[all...]
H A Diphase.c72 #define PRIV(dev) ((struct suni_priv *) dev->phy_data) macro
2838 stats = &PRIV(_ia_dev[board])->sonet_stats;
/linux-master/include/net/
H A Datmclip.h45 #define PRIV(dev) ((struct clip_priv *) netdev_priv(dev)) macro
/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c45 PRIV = 1, enumerator in enum:mode
216 spec->mode_mask |= PRIV;
219 spec->mode_mask |= PRIV;
230 spec->mode_mask |= PRIV;
239 spec->mode_mask |= PRIV;
252 spec->mode_mask |= PRIV;
299 spec->mode_mask = PRIV;
304 if (spec->mode_mask & PRIV) {
330 if (spec->mode_mask & (PRIV | UNPRIV)) {
608 spec_iter->mode_mask & (unpriv ? UNPRIV : PRIV))
[all...]
/linux-master/net/atm/
H A Dclip.c257 spin_lock_irqsave(&PRIV(dev)->xoff_lock, flags);
263 spin_unlock_irqrestore(&PRIV(dev)->xoff_lock, flags);
271 to_atmarpd(act_need, PRIV(neigh->dev)->number, *ip);
331 struct clip_priv *clip_priv = PRIV(dev);
365 to_atmarpd(act_need, PRIV(dev)->number, *((__be32 *)n->primary_key));
517 for (dev = clip_devs; dev; dev = PRIV(dev)->next)
518 if (PRIV(dev)->number == number)
522 for (dev = clip_devs; dev; dev = PRIV(dev)->next)
523 if (PRIV(dev)->number >= number)
524 number = PRIV(de
[all...]
/linux-master/drivers/net/ethernet/natsemi/
H A Dns83820.c450 static inline struct ns83820 *PRIV(struct net_device *dev) function
459 struct ns83820 *dev = PRIV(ndev);
541 struct ns83820 *dev = PRIV(ndev);
600 struct ns83820 *dev = PRIV(ndev);
709 struct ns83820 *dev = PRIV(ndev);
799 struct ns83820 *dev = PRIV(ndev);
820 struct ns83820 *dev = PRIV(ndev);
958 struct ns83820 *dev = PRIV(ndev);
1045 struct ns83820 *dev = PRIV(ndev);
1194 struct ns83820 *dev = PRIV(nde
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v11.c47 * PRIV bit indicates that Wave S_SEND or error occurred within trap
133 * The debugger will send user data(m0) with PRIV=1 to indicate it requires
172 REG_GET_FIELD(context_id0, SQ_INTERRUPT_WORD_WAVE_CTXID0, PRIV),
185 REG_GET_FIELD(context_id0, SQ_INTERRUPT_WORD_ERROR_CTXID0, PRIV),
357 SQ_INTERRUPT_WORD_WAVE_CTXID0, PRIV);
H A Dkfd_int_process_v10.c44 * PRIV bit indicates that Wave S_SEND or error occurred within trap
111 /* GFX10 SQ interrupt PRIV bit (context_id0[24]) for s_sendmsg inside trap */
114 * The debugger will send user data(m0) with PRIV=1 to indicate it requires
298 PRIV),
324 PRIV),
H A Dkfd_int_process_v9.c47 * PRIV bit indicates that Wave S_SEND or error occurred within trap
125 * The debugger will send user data(m0) with PRIV=1 to indicate it requires
357 REG_GET_FIELD(context_id0, SQ_INTERRUPT_WORD_WAVE_CTXID, PRIV),
376 REG_GET_FIELD(context_id0, SQ_INTERRUPT_WORD_WAVE_CTXID, PRIV),
H A Dcwsr_trap_handler_gfx10.asm1151 // s_barrier with MODE.DEBUG_EN=1, STATUS.PRIV=1 incorrectly asserts debug exception.
1224 // If traps are enabled then return to the shader with PRIV=0.
1225 // Otherwise retain PRIV=1 for subsequent context save requests.
/linux-master/arch/sparc/include/uapi/asm/
H A Dperfctr.h58 #define PRIV 0x00000001 macro
/linux-master/drivers/net/ethernet/8390/
H A Dpcnet_cs.c213 static inline struct pcnet_dev *PRIV(struct net_device *dev) function
245 info = PRIV(dev);
509 struct pcnet_dev *info = PRIV(dev);
568 struct pcnet_dev *info = PRIV(dev);
651 struct pcnet_dev *info = PRIV(link->priv);
848 struct pcnet_dev *info = PRIV(dev);
885 struct pcnet_dev *info = PRIV(dev);
910 struct pcnet_dev *info = PRIV(dev);
940 struct pcnet_dev *info = PRIV(dev);
991 struct pcnet_dev *info = PRIV(de
[all...]
H A Daxnet_cs.c122 static inline struct axnet_dev *PRIV(struct net_device *dev) function
155 info = PRIV(dev);
277 struct axnet_dev *info = PRIV(dev);
392 struct axnet_dev *info = PRIV(dev);
470 struct axnet_dev *info = PRIV(dev);
497 struct axnet_dev *info = PRIV(dev);
547 PRIV(dev)->stale = 0;
610 struct axnet_dev *info = PRIV(dev);
1456 struct axnet_dev *info = PRIV(dev);
1628 struct axnet_dev *info = PRIV(de
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c6735 REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_WAVE, PRIV) ? "true" : "false",

Completed in 216 milliseconds