Linux Kernel
3.7.1
|
#include <zfcp_fsf.h>
Data Fields | |
struct scatterlist * | req |
struct scatterlist * | resp |
void(* | handler )(void *) |
void * | handler_data |
struct zfcp_port * | port |
int | status |
struct zfcp_fsf_ct_els - zfcp data for ct or els request : scatter-gather list for request : scatter-gather list for response : handler function (called for response to the request) : data passed to handler function : Optional pointer to port for zfcp internal ELS (only test link ADISC) : used to pass error status to calling function
Definition at line 466 of file zfcp_fsf.h.
Definition at line 469 of file zfcp_fsf.h.
void* handler_data |
Definition at line 470 of file zfcp_fsf.h.
Definition at line 471 of file zfcp_fsf.h.
struct scatterlist* req |
Definition at line 467 of file zfcp_fsf.h.
struct scatterlist* resp |
Definition at line 468 of file zfcp_fsf.h.
Definition at line 472 of file zfcp_fsf.h.