Home
last modified time | relevance | path

Searched refs:install_type (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.h98 u32 install_type);
Dbnxt_ethtool.c2468 u32 install_type) in bnxt_flash_package_from_fw_obj() argument
2518 if ((install_type & 0xffff) == 0) in bnxt_flash_package_from_fw_obj()
2519 install_type >>= 16; in bnxt_flash_package_from_fw_obj()
2520 install->install_type = cpu_to_le32(install_type); in bnxt_flash_package_from_fw_obj()
2611 u32 install_type) in bnxt_flash_package_from_file() argument
2623 rc = bnxt_flash_package_from_fw_obj(dev, fw, install_type); in bnxt_flash_package_from_file()
Dbnxt_hsi.h9216 __le32 install_type; member