Searched defs:snic_fw_info (Results 1 – 1 of 1) sorted by relevance
242 struct snic_fw_info { struct243 u32 fw_ver;244 u32 hid; /* u16 hid | u16 vnic id */245 u32 max_concur_ios; /* max concurrent ios */246 u32 max_sgs_per_cmd; /* max sgls per IO */247 u32 max_io_sz; /* max io size supported */248 u32 hba_cap; /* hba capabilities */249 u32 max_tgts; /* max tgts supported */250 u16 io_tmo; /* FW Extended timeout */251 struct completion *wait; /* protected by snic lock*/