Searched refs:ulong (Results 1 - 25 of 244) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddgrs_ether.h5 typedef int (FILTER_FUNC)(uchar *pktp, int pktlen, ulong *scratch, int port);
14 ulong portaddr; /* address of 596 port register */
15 volatile ulong *ca; /* address of 596 chan attention */
16 ulong intmask; /* Interrupt mask for this port */
17 ulong intack; /* Ack bit for this port */
52 ulong cnt_rx_cnt; /* Total packets rcvd, good and bad */
53 ulong cnt_rx_good; /* Total good packets rcvd */
54 ulong cnt_rx_bad; /* Total of all bad packets rcvd */
56 ulong cnt_rx_nores; /* No resources */
57 ulong cnt_rx_byte
[all...]
H A Ddgrs_bcomm.h33 S4(ulong, bc_intflag) /* Count of all interrupts */
34 S4(ulong, bc_lbolt) /* Count of timer interrupts */
35 S4(ulong, bc_maincnt) /* Count of main loops */
36 S4(ulong, bc_hashcnt) /* Count of entries in hash table */
37 S4A(ulong, bc_cnt, 8) /* Misc counters, for debugging */
38 S4A(ulong, bc_flag, 8) /* Misc flags, for debugging */
39 S4(ulong, bc_memsize) /* Size of memory */
40 S4(ulong, bc_dcache) /* Size of working dcache */
41 S4(ulong, bc_icache) /* Size of working icache */
44 S4(ulong, bc_lin
[all...]
H A Ddgrs_i82596.h27 ulong signature; /* ROM checksum */
28 ulong result; /* Selftest results: non-zero is a failure */
42 ulong dump[77];
52 ulong count;
75 ulong count; /* for speed */
79 ulong dstchan;/* Used by multi-NIC mode */
96 ulong count; /* Length of data in buf */
104 ulong size; /* Size of buf (constant) */
136 ulong dstchan;/* Used by multi-nic mode */
198 * Same as above, but command and status in one ulong fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dharrier.h27 ulong processor_pci_mem_start,
28 ulong processor_pci_mem_end,
29 ulong processor_pci_io_start,
30 ulong processor_pci_io_end,
31 ulong processor_mpic_base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/divert/
H A Disdn_divert.h47 { ulong drvid; /* driver ids, bit mapped */
82 ulong callid; /* id of call delivered by ascii output */
90 ulong procid; /* process id returned when no error */
109 ulong usage_cnt; /* number of files still to work */
119 extern ulong if_used; /* number of interface users */
129 extern int deflect_extern_action(u_char, ulong, char *);
130 extern int cf_command(int, int, u_char, char *, u_char, char *, ulong *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dm41t00.h47 extern ulong m41t00_get_rtc_time(void);
48 extern int m41t00_set_rtc_time(ulong nowtime);
H A Disdn_divertif.h35 { ulong if_magic; /* magic info and version */
H A Doprofile.h94 char const * name, ulong * val);
98 char const * name, ulong * val);
H A Disdn.h288 ulong magic;
322 ulong chargetime; /* Timer for Charging info */
335 ulong sqfull_stamp; /* Start-Time of overload */
336 ulong slavedelay; /* Dynamic bundling delaytime */
366 ulong dialstarted; /* jiffies of first dialing-attempt */
367 ulong dialwait_timer; /* jiffies of earliest next dialing-attempt */
373 ulong cisco_myseq; /* Local keepalive seq. for Cisco */
374 ulong cisco_mineseen; /* returned keepalive seq. from remote */
375 ulong cisco_yourseq; /* Remote keepalive seq. for Cisco */
377 ulong cisco_last_slarp_i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoe.h105 ulong start_time; /* for disk stats */
106 ulong flags;
107 ulong nframesout;
109 ulong resid;
110 ulong bv_resid;
118 ulong waited;
121 ulong bcnt;
130 ulong sysminor;
131 ulong aoemajor;
132 ulong aoemino
[all...]
H A Daoemain.c20 discover_timer(ulong vp)
23 static volatile ulong die;
25 ulong flags;
H A Daoedev.c34 ulong flags;
47 dummy_timer(ulong vp)
60 aoedev_newdev(ulong nframes)
94 d->timer.data = (ulong) d;
144 aoedev_by_sysminor_m(ulong sysminor, ulong bufcnt)
147 ulong flags;
197 ulong flags;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dsktypes.h56 #define SK_UPTR ulong /* casting pointer <-> integral */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dds1374.c60 static ulong ds1374_read_rtc(void)
62 ulong time = 0;
77 static void ds1374_write_rtc(ulong time)
114 ulong ds1374_get_rtc_time(void)
116 ulong t1, t2;
143 static ulong new_time;
147 ulong t1, t2;
176 int ds1374_set_rtc_time(ulong nowtime)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dtargetos.h131 ulong SharedMemSize;
132 ulong SharedMemHeap;
136 ulong QueueSkb;
139 ulong MaxFrameSize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dcfe_osl.c47 KFREE((void*) KERNADDR(PHYSADDR((ulong)osh)));
81 KFREE((void *) KERNADDR(PHYSADDR((ulong) lb->head)));
131 osl_dma_alloc_consistent(uint size, uint16 align_bits, uint *alloced, ulong *pap)
144 *((ulong *) pap) = PHYSADDR((ulong) buf);
148 return (void *) UNCADDR((ulong) buf);
154 KFREE((void *) KERNADDR(PHYSADDR((ulong) va)));
H A Dload.c49 static ulong insize; /* valid bytes in inbuf */
50 static ulong inptr; /* index of next byte to be processed in inbuf */
54 static ulong bytes_out; /* valid bytes in outbuf */
254 inoff = ((ulong)text_end - (ulong)text_start) + ((ulong)input_data - (ulong)data_start);
265 inoff = (ulong)input_data - (ulong)text_start;
271 image_len = *(uint32 *)((ulong)inbas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dharrier.c83 ulong temp;
96 ulong temp;
125 ulong processor_pci_mem_start,
126 ulong processor_pci_mem_end,
127 ulong processor_pci_io_start,
128 ulong processor_pci_io_end, ulong processor_mpic_base)
246 ulong last_addr;
H A Dhawk_common.c47 ulong processor_pci_mem_start,
48 ulong processor_pci_mem_end,
49 ulong processor_pci_io_start,
50 ulong processor_pci_io_end,
51 ulong processor_mpic_base)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/support/
H A Ddebug.c38 ulong flags;
61 ulong flags;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dcacheflush.h85 extern void flush_cache_range(struct vm_area_struct*, ulong, ulong);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dtypes.h61 #undef ulong /* maybe there is a macro with this name */ macro
62 typedef unsigned long ulong; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Dif.h30 ulong uu_ppa;
63 int if_name( struct atif_data *, char *, ulong );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Dif.h30 ulong uu_ppa;
63 int if_name( struct atif_data *, char *, ulong );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsyscalls.c104 ulong raddr;
106 if ((ret = access_ok(VERIFY_WRITE, (ulong*) third,
107 sizeof(ulong)) ? 0 : -EFAULT))
112 ret = put_user (raddr, (ulong *) third);
119 (ulong *) third);

Completed in 304 milliseconds

12345678910