Linux Kernel
3.7.1
|
#include <zfcp_def.h>
Data Fields | |
struct list_head | list |
unsigned long | req_id |
struct zfcp_adapter * | adapter |
struct zfcp_qdio_req | qdio_req |
struct completion | completion |
u32 | status |
u32 | fsf_command |
struct fsf_qtcb * | qtcb |
u32 | seq_no |
void * | data |
struct timer_list | timer |
struct zfcp_erp_action * | erp_action |
mempool_t * | pool |
unsigned long long | issued |
void(* | handler )(struct zfcp_fsf_req *) |
struct zfcp_fsf_req - basic FSF request structure : list of FSF requests : unique request ID : adapter this request belongs to : qdio queue related values : used to signal the completion of the request : status of the request : FSF command issued : associated QTCB : sequence number of this request : private data : timer data of this request : reference to erp action if request issued on behalf of ERP : reference to memory pool if used for this request : time when request was send (STCK) : handler which should be called to process response
Definition at line 302 of file zfcp_def.h.
Definition at line 305 of file zfcp_def.h.
Definition at line 307 of file zfcp_def.h.
Definition at line 312 of file zfcp_def.h.
struct zfcp_erp_action* erp_action |
Definition at line 314 of file zfcp_def.h.
u32 fsf_command |
Definition at line 309 of file zfcp_def.h.
void(* handler)(struct zfcp_fsf_req *) |
Definition at line 317 of file zfcp_def.h.
Definition at line 316 of file zfcp_def.h.
Definition at line 303 of file zfcp_def.h.
Definition at line 315 of file zfcp_def.h.
struct zfcp_qdio_req qdio_req |
Definition at line 306 of file zfcp_def.h.
Definition at line 310 of file zfcp_def.h.
unsigned long req_id |
Definition at line 304 of file zfcp_def.h.
u32 seq_no |
Definition at line 311 of file zfcp_def.h.
Definition at line 308 of file zfcp_def.h.
Definition at line 313 of file zfcp_def.h.