Home
last modified time | relevance | path

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

/kernel/linux/linux-4.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 …]
/kernel/linux/linux-5.10/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;