Searched defs:fw_hdr (Results 1 – 2 of 2) sorted by relevance
2404 struct fw_hdr { struct2405 __u8 ver;2410 __u8 intfver_nic;2411 __u8 intfver_vnic;2412 __u8 intfver_ofld;2413 __u8 intfver_ri;2415 __u8 intfver_iscsi;2417 __u8 intfver_fcoe;2418 __u32 reserved2;2419 __u32 reserved3;[all …]
745 const struct tegra_xusb_fw_hdr *fw_hdr; in load_fw() local