Searched defs:qla_tgt_cmd (Results 1 – 1 of 1) sorted by relevance
866 struct qla_tgt_cmd { struct870 uint8_t cmd_type;871 uint8_t pad[7];872 struct se_cmd se_cmd;873 struct list_head sess_cmd_list;874 struct fc_port *sess;875 struct qla_qpair *qpair;876 uint32_t reset_count;877 int state;878 struct work_struct work;[all …]