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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.h59 u32 install_type, struct netlink_ext_ack *extack);
H A Dbnxt_ethtool.c3540 u32 install_type, struct netlink_ext_ack *extack)
3596 if ((install_type & 0xffff) == 0)
3597 install_type >>= 16;
3598 install->install_type = cpu_to_le32(install_type);
3700 u32 install_type, struct netlink_ext_ack *extack)
3712 rc = bnxt_flash_package_from_fw_obj(dev, fw, install_type, extack);
3539 bnxt_flash_package_from_fw_obj(struct net_device *dev, const struct firmware *fw, u32 install_type, struct netlink_ext_ack *extack) argument
3699 bnxt_flash_package_from_file(struct net_device *dev, const char *filename, u32 install_type, struct netlink_ext_ack *extack) argument
H A Dbnxt_hsi.h10063 __le32 install_type; member in struct:hwrm_nvm_install_update_input

Completed in 238 milliseconds