Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.h98 u32 install_type);
H A Dbnxt_ethtool.c2424 u32 install_type) in bnxt_flash_package_from_file() argument
2486 if ((install_type & 0xffff) == 0) in bnxt_flash_package_from_file()
2487 install_type >>= 16; in bnxt_flash_package_from_file()
2489 install.install_type = cpu_to_le32(install_type); in bnxt_flash_package_from_file()
H A Dbnxt_hsi.h8366 __le32 install_type; member