Lines Matching +full:packet +full:- +full:based
2 Ported to U-Boot by Christian Pellegrin <chri@ascensit.com>
4 Based on sources from the Linux kernel (pcnet_cs.c, 8390.h) and
17 -------------------------------------------
32 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
36 with other works to produce a work based on this file, this file does not
41 This exception does not invalidate any other reasons why a work based on
45 at http://sources.redhat.com/ecos/ecos-license/
46 -------------------------------------------
50 -------------------------------------------
55 -------------------------------------------
63 Date: 2001-06-13
74 ------------------------------------------------------------------------
89 * 4 for packet allocation/free output
132 u32 tx1_key, tx2_key; /* Used to ack when packet sent */
143 /* ------------------------------------------------------------------------ */
207 /* Command register - common to all pages */
211 #define DP_CR_TXPKT 0x04 /* Transmit packet */
214 #define DP_CR_SEND 0x18 /* Send packet */
237 #define DP_ISR_RxP 0x01 /* Packet received */
238 #define DP_ISR_TxP 0x02 /* Packet transmitted */
248 #define DP_IMR_RxP 0x01 /* Packet received */
249 #define DP_IMR_TxP 0x02 /* Packet transmitted */
265 #define DP_RCR_MON 0x20 /* Monitor mode - 1=accept no packets */
269 #define DP_RSR_RxP 0x01 /* Packet received */
273 #define DP_RSR_MISS 0x10 /* Missed packet */
290 #define DP_TSR_TxP 0x01 /* Packet transmitted */