Lines Matching full:command
75 unsigned char cmd_ruc; /* command word: RU part */
76 unsigned char cmd_cuc; /* command word: CU part & ACK */
77 unsigned short cbl_offset; /* pointeroffset, command block list */
86 * possible command values for the command word
89 #define RUC_NOP 0x0000 /* NOP-command */
95 #define CUC_MASK 0x07 /* mask for CU command */
96 #define CUC_NOP 0x00 /* NOP-command */
100 #define CUC_ABORT 0x04 /* abort command operation immediately */
102 #define ACK_MASK 0xf0 /* mask for ACK command */
179 #define STAT_COMPL 0x8000 /* status: frame/command is complete */
180 #define STAT_BUSY 0x4000 /* status: frame/command is busy */
181 #define STAT_OK 0x2000 /* status: frame/command is ok */
187 #define CMD_IASETUP 0x0001 /* initial address setup command */
188 #define CMD_CONFIGURE 0x0002 /* configure command */
189 #define CMD_MCSETUP 0x0003 /* MC setup command */
190 #define CMD_XMIT 0x0004 /* transmit command */
191 #define CMD_TDR 0x0005 /* time domain reflectometer (TDR) command */
192 #define CMD_DUMP 0x0006 /* dump command */
193 #define CMD_DIAGNOSE 0x0007 /* diagnose command */
196 * Action command bits
198 #define CMD_LAST 0x8000 /* indicates last command in the CBL */
203 * NOP - command
207 unsigned short cmd_status; /* status of this command */
208 unsigned short cmd_cmd; /* the command itself (+bits) */
209 unsigned short cmd_link; /* offsetpointer to next command */
213 * IA Setup command
224 * Configure command
246 * Multicast Setup command
258 * DUMP command
269 * transmit command