Linux Kernel
3.7.1
|
#include <qla_target.h>
Data Fields | |
uint8_t | tmr_func |
uint8_t | fc_tm_rsp |
struct qla_tgt_sess * | sess |
struct se_cmd | se_cmd |
struct work_struct | free_work |
unsigned int | flags |
union { | |
struct atio_from_isp atio | |
struct imm_ntfy_from_isp imm_ntfy | |
struct abts_recv_from_24xx abts | |
} | orig_iocb |
Definition at line 876 of file qla_target.h.
Definition at line 887 of file qla_target.h.
Definition at line 885 of file qla_target.h.
uint8_t fc_tm_rsp |
Definition at line 878 of file qla_target.h.
unsigned int flags |
Definition at line 882 of file qla_target.h.
struct work_struct free_work |
Definition at line 881 of file qla_target.h.
struct imm_ntfy_from_isp imm_ntfy |
Definition at line 886 of file qla_target.h.
union { ... } orig_iocb |
Definition at line 880 of file qla_target.h.
struct qla_tgt_sess* sess |
Definition at line 879 of file qla_target.h.
uint8_t tmr_func |
Definition at line 877 of file qla_target.h.