Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c2000 char *filename, u32 install_type) in bnxt_flash_package_from_file() argument
2062 if ((install_type & 0xffff) == 0) in bnxt_flash_package_from_file()
2063 install_type >>= 16; in bnxt_flash_package_from_file()
2065 install.install_type = cpu_to_le32(install_type); in bnxt_flash_package_from_file()
Dbnxt_hsi.h7746 __le32 install_type; member