Lines Matching full:command
74 unsigned char cmd_ruc; /* command word: RU part */
75 unsigned char cmd_cuc; /* command word: CU part & ACK */
76 unsigned short cbl_offset; /* pointeroffset, command block list */
85 * possible command values for the command word
88 #define RUC_NOP 0x0000 /* NOP-command */
94 #define CUC_MASK 0x07 /* mask for CU command */
95 #define CUC_NOP 0x00 /* NOP-command */
99 #define CUC_ABORT 0x04 /* abort command operation immediately */
101 #define ACK_MASK 0xf0 /* mask for ACK command */
178 #define STAT_COMPL 0x8000 /* status: frame/command is complete */
179 #define STAT_BUSY 0x4000 /* status: frame/command is busy */
180 #define STAT_OK 0x2000 /* status: frame/command is ok */
186 #define CMD_IASETUP 0x0001 /* initial address setup command */
187 #define CMD_CONFIGURE 0x0002 /* configure command */
188 #define CMD_MCSETUP 0x0003 /* MC setup command */
189 #define CMD_XMIT 0x0004 /* transmit command */
190 #define CMD_TDR 0x0005 /* time domain reflectometer (TDR) command */
191 #define CMD_DUMP 0x0006 /* dump command */
192 #define CMD_DIAGNOSE 0x0007 /* diagnose command */
195 * Action command bits
197 #define CMD_LAST 0x8000 /* indicates last command in the CBL */
202 * NOP - command
206 unsigned short cmd_status; /* status of this command */
207 unsigned short cmd_cmd; /* the command itself (+bits) */
208 unsigned short cmd_link; /* offsetpointer to next command */
212 * IA Setup command
223 * Configure command
245 * Multicast Setup command
257 * DUMP command
268 * transmit command