Lines Matching defs:ddb_entry
204 struct ddb_entry { struct
205 struct list_head list; /* ddb list */
206 struct scsi_qla_host *ha;
207 struct iscsi_cls_session *sess;
208 struct iscsi_cls_conn *conn;
210 atomic_t state; /* DDB State */
212 unsigned long flags; /* DDB Flags */
214 unsigned long dev_scan_wait_to_start_relogin;
215 unsigned long dev_scan_wait_to_complete_relogin;
217 uint16_t os_target_id; /* Target ID */
218 uint16_t fw_ddb_index; /* DDB firmware index */
219 uint8_t reserved[2];
220 uint32_t fw_ddb_device_state; /* F/W Device State -- see ql4_fw.h */
222 uint32_t CmdSn;
223 uint16_t target_session_id;
224 uint16_t connection_id;
225 uint16_t exe_throttle; /* Max mumber of cmds outstanding
227 uint16_t task_mgmt_timeout; /* Min time for task mgmt cmds to
229 uint16_t default_relogin_timeout; /* Max time to wait for
231 uint16_t tcp_source_port_num;
232 uint32_t default_time2wait; /* Default Min time between
235 atomic_t port_down_timer; /* Device connection timer */
236 atomic_t retry_relogin_timer; /* Min Time between relogins
238 atomic_t relogin_timer; /* Max Time to wait for relogin to complete */
239 atomic_t relogin_retry_count; /* Num of times relogin has been
242 uint16_t port;
243 uint32_t tpgt;
244 uint8_t ip_addr[ISCSI_IPADDR_SIZE];
245 uint8_t iscsi_name[ISCSI_NAME_SIZE]; /* 72 x48 */
246 uint8_t iscsi_alias[0x20];
247 uint8_t isid[6];