Lines Matching full:command
66 u8 cmd_ruc; /* command word: RU part */
67 u8 cmd_cuc; /* command word: CU part & ACK */
68 u16 cbl_offset; /* pointeroffset, command block list */
77 * possible command values for the command word
80 #define RUC_NOP 0x0000 /* NOP-command */
86 #define CUC_MASK 0x07 /* mask for CU command */
87 #define CUC_NOP 0x00 /* NOP-command */
91 #define CUC_ABORT 0x04 /* abort command operation immediately */
93 #define ACK_MASK 0xf0 /* mask for ACK command */
170 #define STAT_COMPL 0x8000 /* status: frame/command is complete */
171 #define STAT_BUSY 0x4000 /* status: frame/command is busy */
172 #define STAT_OK 0x2000 /* status: frame/command is ok */
178 #define CMD_IASETUP 0x0001 /* initial address setup command */
179 #define CMD_CONFIGURE 0x0002 /* configure command */
180 #define CMD_MCSETUP 0x0003 /* MC setup command */
181 #define CMD_XMIT 0x0004 /* transmit command */
182 #define CMD_TDR 0x0005 /* time domain reflectometer (TDR) command */
183 #define CMD_DUMP 0x0006 /* dump command */
184 #define CMD_DIAGNOSE 0x0007 /* diagnose command */
187 * Action command bits
189 #define CMD_LAST 0x8000 /* indicates last command in the CBL */
194 * NOP - command
198 u16 cmd_status; /* status of this command */
199 u16 cmd_cmd; /* the command itself (+bits) */
200 u16 cmd_link; /* offsetpointer to next command */
204 * IA Setup command
215 * Configure command
237 * Multicast Setup command
249 * DUMP command
260 * transmit command