Searched defs:mtip_cmd (Results 1 – 2 of 2) sorted by relevance
327 struct mtip_cmd { struct329 struct mtip_cmd_hdr *command_header; /* ptr to command header entry */ argument331 dma_addr_t command_header_dma; /* corresponding physical address */333 void *command; /* ptr to command table entry */335 dma_addr_t command_dma; /* corresponding physical address */337 int scatter_ents; /* Number of scatter list entries used */339 int unaligned; /* command is unaligned on 4k boundary */341 struct scatterlist sg[MTIP_MAX_SG]; /* Scatter list entries */343 int retries; /* The number of retries left for this command. */345 int direction; /* Data transfer direction */[all …]
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;