Searched defs:mtip_cmd (Results 1 – 1 of 1) sorted by relevance
302 struct mtip_cmd { struct303 void *command; /* ptr to command table entry */305 dma_addr_t command_dma; /* corresponding physical address */307 int scatter_ents; /* Number of scatter list entries used */309 int unaligned; /* command is unaligned on 4k boundary */311 union {316 int retries; /* The number of retries left for this command. */318 int direction; /* Data transfer direction */319 blk_status_t status;