Home | History | Annotate | Download | only in netboot

Lines Matching full:ints

95 #define XM_RCVD		0x20	/* =1 to enable Xmt Pkt Rcvd ints */
96 #define XM_UFLW 0x08 /* =1 to enable Xmt Underflow ints */
97 #define XM_COLL 0x04 /* =1 to enable Xmt Collision ints */
98 #define XM_COLL16 0x02 /* =1 to enable Xmt 16th Coll ints */
99 #define XM_PERR 0x01 /* =1 to enable Xmt Parity Error ints */
121 #define RM_PKT_OK 0x80 /* =1 to enable rcvd good packet ints */
122 #define RM_RST_PKT 0x10 /* =1 to enable RESET packet ints */
123 #define RM_RUNT 0x08 /* =1 to enable Runt Pkt rcvd ints */
124 #define RM_ALIGN 0x04 /* =1 to enable Alignment error ints */
125 #define RM_CRC_ERR 0x02 /* =1 to enable Bad CRC error ints */
126 #define RM_OFLW 0x01 /* =1 to enable overflow error ints */