Lines Matching defs:command
61 * a single command may have.
71 /* Internal command tag. */
91 /* Maximum number of supported command slots. */
199 unsigned char command;
250 * - Bits 4:0 Length of the command FIS in DWords (DWord = 4 bytes).
259 * Lower 32 bits of the command table address associated with this
260 * header. The command table addresses must be 128 byte aligned.
265 * of the command table address associated with this command.
299 /* Structure used to describe a command. */
301 void *command; /* ptr to command table entry */
307 int unaligned; /* command is unaligned on 4k boundary */
314 int retries; /* The number of retries left for this command. */
338 * Pointer to the beginning of the command header memory as used
343 * Pointer to the beginning of the command header memory as used
393 * used to queue commands when an internal command is in progress
412 /* Spinlock for working around command-issue bug. */