Searched defs:ne (Results 1 - 6 of 6) sorted by relevance

/drivers/block/aoe/
H A Daoeblk.c63 struct net_device *nds[8], **nd, **nnd, **ne; local
70 ne = nd + ARRAY_SIZE(nds);
80 if (nnd == nd && nd != ne)
85 ne = nd;
89 for (p = page; nd < ne; nd++)
/drivers/mtd/
H A Dftl.c654 static int ne = 0; local
655 if (++ne < 5)
684 static int ne = 0; local
685 if (++ne < 5)
768 static int ne = 0; local
769 if (++ne == 1)
864 static int ne = 0; local
865 if (++ne < 5) {
877 static int ne = 0; local
878 if (++ne <
934 static int ne = 0; local
[all...]
/drivers/atm/
H A Dfirestream.c1477 struct FS_BPENTRY *qe, *ne; local
1490 ne = kmalloc (sizeof (struct FS_BPENTRY), gfp_flags);
1491 fs_dprintk (FS_DEBUG_ALLOC, "Alloc rec-d: %p(%Zd)\n", ne, sizeof (struct FS_BPENTRY));
1492 if (!ne) {
1499 skb, ne, skb->data, skb->head);
1501 ne->flags = FP_FLAGS_EPI | fp->bufsize;
1502 ne->next = virt_to_bus (NULL);
1503 ne->bsa = virt_to_bus (skb->data);
1504 ne->aal_bufsize = fp->bufsize;
1505 ne
[all...]
/drivers/net/fddi/skfp/
H A Dpcmplc.c1435 int type,ne ; local
1439 ne = mib->fddiPORTNeighborType ;
1446 ((policy & POLICY_AA) && ne == TA) ||
1447 ((policy & POLICY_AB) && ne == TB) ||
1448 ((policy & POLICY_AS) && ne == TS) ||
1449 ((policy & POLICY_AM) && ne == TM) )
1454 ((policy & POLICY_BA) && ne == TA) ||
1455 ((policy & POLICY_BB) && ne == TB) ||
1456 ((policy & POLICY_BS) && ne == TS) ||
1457 ((policy & POLICY_BM) && ne
[all...]
/drivers/usb/gadget/udc/
H A Dnet2280.c2141 static const u32 ne[9] = { 0, 1, 2, 3, 4, 1, 2, 3, 4 }; local
2160 ep->cfg = &dev->epregs[ne[i]];
2162 (((void __iomem *)&dev->epregs[ne[i]]) +
H A Damd5536udc.h386 /* ep ne's */
387 u32 ne[UDC_USED_EP_NUM]; member in struct:udc_csrs

Completed in 471 milliseconds