Home
last modified time | relevance | path

Searched refs:dir_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3501 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type, in bnxt_flash_nvram() argument
3531 req->dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram()
3574 enum bnxt_nvm_directory_type dir_type) in bnxt_firmware_reset() argument
3581 switch (dir_type) { in bnxt_firmware_reset()
3632 u16 dir_type, in bnxt_flash_firmware() argument
3642 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 …]
H A Dbnxt_devlink.h65 u16 dir_type; member
H A Dbnxt_fw_hdr.h113 __le16 dir_type; member
H A Dbnxt_devlink.c1032 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()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1125 enum dir_type { enum