Lines Matching full:receive
16 #define GLOB_RSIZE 0x10UL /* Receive partition size */
30 #define GLOB_STAT_RX 0x00000004 /* BigMAC Receive IRQ */
63 #define CREG_STAT_RXIRQ 0x00000020 /* Receive Interrupt */
65 #define CREG_STAT_RXSMALL 0x00000008 /* Receive buffer too small */
66 #define CREG_STAT_RXLERR 0x00000004 /* Receive Late Error */
67 #define CREG_STAT_RXPERR 0x00000002 /* Receive Parity Error */
68 #define CREG_STAT_RXSERR 0x00000001 /* Receive SBUS Error ACK */
114 #define BMAC_RXPMAX 0x310UL /* Receive max pkt size */
115 #define BMAC_RXPMIN 0x314UL /* Receive min pkt size */
119 #define BMAC_FRCTR 0x324UL /* Receive frame receive counter */
120 #define BMAC_GLECTR 0x328UL /* Receive giant-length error counter */
121 #define BMAC_UNALECTR 0x32cUL /* Receive unaligned error counter */
122 #define BMAC_RCRCECTR 0x330UL /* Receive CRC error counter */
144 #define BIGMAC_STAT_RCNTEXP 0x00000002 /* Receive frame counter expired */
148 #define BIGMAC_STAT_RFIFOVF 0x00000020 /* Receive FIFO overflow */
161 #define BIGMAC_IMASK_RCNTEXP 0x00000002 /* Receive frame counter expired */
165 #define BIGMAC_IMASK_RFIFOVF 0x00000020 /* Receive FIFO overflow */
185 /* BigMac receive config register. */
192 #define BIGMAC_RXCFG_ME 0x00000200 /* Receive packets addressed to me */
320 /* We use this to acquire receive skb's that we can DMA directly into. */