Searched defs:mtip_cmd (Results 1 – 1 of 1) sorted by relevance
238 struct mtip_cmd { struct240 struct mtip_cmd_hdr *command_header; /* ptr to command header entry */ argument242 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 …]