Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/block/mtip32xx/
Dmtip32xx.h300 struct mtip_cmd { struct
301 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;