Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/mtip32xx/
Dmtip32xx.h327 struct mtip_cmd { struct
329 struct mtip_cmd_hdr *command_header; /* ptr to command header entry */ argument
331 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 …]