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