Searched defs:mtip_cmd (Results 1 – 1 of 1) sorted by relevance
301 struct mtip_cmd { struct302 void *command; /* ptr to command table entry */304 dma_addr_t command_dma; /* corresponding physical address */306 int scatter_ents; /* Number of scatter list entries used */308 int unaligned; /* command is unaligned on 4k boundary */310 union {315 int retries; /* The number of retries left for this command. */317 int direction; /* Data transfer direction */318 blk_status_t status;