Home
last modified time | relevance | path

Searched defs:mtip_cmd (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h301 struct mtip_cmd { struct
302 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;