Home
last modified time | relevance | path

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

/drivers/block/mtip32xx/
Dmtip32xx.h302 struct mtip_cmd { struct
303 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;