Home
last modified time | relevance | path

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

/linux-3.3/drivers/block/mtip32xx/
Dmtip32xx.h238 struct mtip_cmd { struct
240 struct mtip_cmd_hdr *command_header; /* ptr to command header entry */ argument
242 dma_addr_t command_header_dma; /* corresponding physical address */
244 void *command; /* ptr to command table entry */
246 dma_addr_t command_dma; /* corresponding physical address */
248 void *comp_data; /* data passed to completion function comp_func() */
253 void (*comp_func)(struct mtip_port *port,
258 void (*async_callback)(void *data, int status);
260 void *async_data; /* Addl. data passed to async_callback() */
262 int scatter_ents; /* Number of scatter list entries used */
[all …]