Lines Matching +full:full +full:- +full:frame
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
45 #define TCR_FDUPLX 0x0800 /* Enable/disable full duplex */
48 #define TCR_SWFDUP 0x8000 /* Switched full duplex */
100 #define RPCR_DPLX 0x1000 /* Put PHY in full-duplex mode */
108 #define RPCR_LED_LINK_FDX 0x3 /* Full-duplex link detected */
157 #define MMUCR_CMD_REMOVE (3<<5) /* Remove frame from RX FIFO */
240 #define CTRL_CRC 0x10 /* Frame has CRC */
241 #define CTRL_ODD 0x20 /* Frame has odd byte count */
243 /* Receive Frame Status */
244 #define RX_MULTCAST 0x0001 /* Frame was multicast */
247 #define RX_TOOSHORT 0x0400 /* Frame was too short */
248 #define RX_TOOLNG 0x0800 /* Frame was too long */
249 #define RX_ODDFRM 0x1000 /* Frame has odd number of bytes */
250 #define RX_BADCRC 0x2000 /* Frame failed CRC */
251 #define RX_BROADCAST 0x4000 /* Frame was broadcast */
252 #define RX_ALGNERR 0x8000 /* Frame had alignment error */