Linux Kernel
3.7.1
|
Data Fields | |
struct fc_bsg_job * | job |
struct fc_lport * | lport |
u16 | rsp_code |
struct scatterlist * | sg |
u32 | nents |
size_t | offset |
struct fc_bsg_info - FC Passthrough managemet structure : The passthrough job : The local port to pass through a command : The expected response code : job->reply_payload.sg_list : job->reply_payload.sg_cnt : The offset into the response data
Definition at line 151 of file fc_lport.c.
struct fc_bsg_job* job |
Definition at line 152 of file fc_lport.c.
Definition at line 153 of file fc_lport.c.
u32 nents |
Definition at line 156 of file fc_lport.c.
Definition at line 157 of file fc_lport.c.
u16 rsp_code |
Definition at line 154 of file fc_lport.c.
struct scatterlist* sg |
Definition at line 155 of file fc_lport.c.