Searched refs:dir_type (Results 1 – 5 of 5) sorted by relevance
3501 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type, in bnxt_flash_nvram() argument3531 req->dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram()3574 enum bnxt_nvm_directory_type dir_type) in bnxt_firmware_reset() argument3581 switch (dir_type) { in bnxt_firmware_reset()3632 u16 dir_type, in bnxt_flash_firmware() argument3642 switch (dir_type) { in bnxt_flash_firmware()3670 dir_type); in bnxt_flash_firmware()3703 rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST, in bnxt_flash_firmware()3706 rc = bnxt_firmware_reset(dev, dir_type); in bnxt_flash_firmware()3712 u16 dir_type, in bnxt_flash_microcode() argument[all …]
65 u16 dir_type; member
113 __le16 dir_type; member
1032 if (nvm->dir_type == BNXT_NVM_PORT_CFG) in __bnxt_hwrm_nvm_req()1034 else if (nvm->dir_type == BNXT_NVM_FUNC_CFG) in __bnxt_hwrm_nvm_req()
1125 enum dir_type { enum