Lines Matching refs:U32

70 typedef __u32 U32;  typedef
96 typedef void (*PFNTXCALLBACK) (U32 Status,
109 typedef void (*PFNRXCALLBACK) (U32 Status,
111 U32 BucketsRemain,
122 typedef void (*PFNCALLBACK) (U32 Status,
123 U32 Param1, U32 Param2, struct net_device * dev);
165 U32 outMsgBlockPhyAddr;
182 U32 pci_addr; /* the pci address of the adapter */
183 U32 pci_addr_len;
357 U32 size;
358 U32 phyAddress;
400 RC_RETURN RCSetRavlinIPandMask (struct net_device *dev, U32 ipAddr,
401 U32 netMask);
464 U32 context, PRCTCB pTransactionCtrlBlock);
468 U32 TX_good; /* good transmit frames */
469 U32 TX_maxcol; /* frames not TX due to MAX collisions */
470 U32 TX_latecol; /* frames not TX due to late collisions */
471 U32 TX_urun; /* frames not TX due to DMA underrun */
472 U32 TX_crs; /* frames TX with lost carrier sense */
473 U32 TX_def; /* frames deferred due to activity on link */
474 U32 TX_singlecol; /* frames TX with one and only on collision */
475 U32 TX_multcol; /* frames TX with more than one collision */
476 U32 TX_totcol; /* total collisions detected during TX */
477 U32 Rcv_good; /* good frames received */
478 U32 Rcv_CRCerr; /* frames RX and discarded with CRC errors */
479 U32 Rcv_alignerr; /* frames RX with alignment and CRC errors */
480 U32 Rcv_reserr; /* good frames discarded due to no RX buffer */
481 U32 Rcv_orun; /* RX frames lost due to FIFO overrun */
482 U32 Rcv_cdt; /* RX frames with collision during RX */
483 U32 Rcv_runt; /* RX frames shorter than 64 bytes */
624 RC_RETURN RCReportDriverCapability (struct net_device *dev, U32 capability);