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