Home | History | Annotate | Download | only in include

Lines Matching full:frame

99 	/* PCMCIA frame control */
173 #define PCMCIA_WFBC_MASK 0xffff /* PCMCIA Write Frame Byte Count Mask */
189 #define I_WR_OOSYNC (1 << 8) /* Write Frame Out Of Sync */
190 #define I_RD_OOSYNC (1 << 9) /* Read Frame Out Of Sync */
200 #define I_RF_TERM (1 << 25) /* Read Frame Terminate */
201 #define I_WF_TERM (1 << 26) /* Write Frame Terminate */
258 #define SFC_RF_TERM (1 << 0) /* Read Frame Terminate */
259 #define SFC_WF_TERM (1 << 1) /* Write Frame Terminate */
264 #define PFC_RF_TERM (1 << 0) /* Read Frame Terminate */
265 #define PFC_WF_TERM (1 << 1) /* Write Frame Terminate */
269 #define IRL_FC_MASK 0xff000000 /* frame count */
270 #define IRL_FC_SHIFT 24 /* frame count */
280 #define RXF_WOOS 0x0002 /* write frame out of sync */
281 #define RXF_WF_TERM 0x0004 /* write frame terminated */
282 #define RXF_ABORT 0x0008 /* write frame aborted */
283 #define RXF_DISCARD (RXF_CRC | RXF_WOOS | RXF_WF_TERM | RXF_ABORT) /* bad frame */
285 /* HW frame tag */