Linux Kernel
3.7.1
|
#include <mtip32xx.h>
Data Fields | |
struct mtip_cmd_hdr * | command_header |
dma_addr_t | command_header_dma |
void * | command |
dma_addr_t | command_dma |
void * | comp_data |
void(* | comp_func )(struct mtip_port *port, int tag, void *data, int status) |
void(* | async_callback )(void *data, int status) |
void * | async_data |
int | scatter_ents |
struct scatterlist | sg [MTIP_MAX_SG] |
int | retries |
int | direction |
unsigned long | comp_time |
atomic_t | active |
Definition at line 281 of file mtip32xx.h.
atomic_t active |
Definition at line 315 of file mtip32xx.h.
void* async_data |
Definition at line 303 of file mtip32xx.h.
Definition at line 287 of file mtip32xx.h.
dma_addr_t command_dma |
Definition at line 289 of file mtip32xx.h.
struct mtip_cmd_hdr* command_header |
Definition at line 283 of file mtip32xx.h.
dma_addr_t command_header_dma |
Definition at line 285 of file mtip32xx.h.
void* comp_data |
Definition at line 291 of file mtip32xx.h.
Definition at line 296 of file mtip32xx.h.
unsigned long comp_time |
Definition at line 313 of file mtip32xx.h.
Definition at line 311 of file mtip32xx.h.
int retries |
Definition at line 309 of file mtip32xx.h.
int scatter_ents |
Definition at line 305 of file mtip32xx.h.
Definition at line 307 of file mtip32xx.h.