Searched refs:install_type (Results 1 – 3 of 3) sorted by relevance
59 u32 install_type, struct netlink_ext_ack *extack);
3737 u32 install_type, struct netlink_ext_ack *extack) in bnxt_flash_package_from_fw_obj() argument3793 if ((install_type & 0xffff) == 0) in bnxt_flash_package_from_fw_obj()3794 install_type >>= 16; in bnxt_flash_package_from_fw_obj()3795 install->install_type = cpu_to_le32(install_type); in bnxt_flash_package_from_fw_obj()3897 u32 install_type, struct netlink_ext_ack *extack) in bnxt_flash_package_from_file() argument3909 rc = bnxt_flash_package_from_fw_obj(dev, fw, install_type, extack); in bnxt_flash_package_from_file()
10307 __le32 install_type; member