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