Lines Matching defs:command
62 * a single command may have.
72 /* Internal command tag. */
92 /* Maximum number of supported command slots. */
201 unsigned char command;
252 * - Bits 4:0 Length of the command FIS in DWords (DWord = 4 bytes).
261 * Lower 32 bits of the command table address associated with this
262 * header. The command table addresses must be 128 byte aligned.
267 * of the command table address associated with this command.
301 /* Structure used to describe a command. */
303 void *command; /* ptr to command table entry */
309 int unaligned; /* command is unaligned on 4k boundary */
316 int retries; /* The number of retries left for this command. */
340 * Pointer to the beginning of the command header memory as used
345 * Pointer to the beginning of the command header memory as used
395 * used to queue commands when an internal command is in progress
414 /* Spinlock for working around command-issue bug. */