Searched defs:mtip_cmd (Results 1 – 2 of 2) 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;
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;