Searched refs:install_type (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.h | 98 u32 install_type);
|
H A D | bnxt_ethtool.c | 2426 u32 install_type) in bnxt_flash_package_from_file() 2488 if ((install_type & 0xffff) == 0) in bnxt_flash_package_from_file() 2489 install_type >>= 16; in bnxt_flash_package_from_file() 2491 install.install_type = cpu_to_le32(install_type); in bnxt_flash_package_from_file() 2425 bnxt_flash_package_from_file(struct net_device *dev, const char *filename, u32 install_type) bnxt_flash_package_from_file() argument
|
H A D | bnxt_hsi.h | 8366 __le32 install_type; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.h | 57 u32 install_type, struct netlink_ext_ack *extack);
|
H A D | bnxt_ethtool.c | 2600 u32 install_type, struct netlink_ext_ack *extack) in bnxt_flash_package_from_fw_obj() 2656 if ((install_type & 0xffff) == 0) in bnxt_flash_package_from_fw_obj() 2657 install_type >>= 16; in bnxt_flash_package_from_fw_obj() 2658 install->install_type = cpu_to_le32(install_type); in bnxt_flash_package_from_fw_obj() 2760 u32 install_type, struct netlink_ext_ack *extack) in bnxt_flash_package_from_file() 2772 rc = bnxt_flash_package_from_fw_obj(dev, fw, install_type, extack); in bnxt_flash_package_from_file() 2599 bnxt_flash_package_from_fw_obj(struct net_device *dev, const struct firmware *fw, u32 install_type, struct netlink_ext_ack *extack) bnxt_flash_package_from_fw_obj() argument 2759 bnxt_flash_package_from_file(struct net_device *dev, const char *filename, u32 install_type, struct netlink_ext_ack *extack) bnxt_flash_package_from_file() argument
|
H A D | bnxt_hsi.h | 9621 __le32 install_type; member
|
Completed in 71 milliseconds