Searched refs:dir_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 3498 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type, in bnxt_flash_nvram() argument 3528 req->dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram() 3571 enum bnxt_nvm_directory_type dir_type) in bnxt_firmware_reset() argument 3578 switch (dir_type) { in bnxt_firmware_reset() 3629 u16 dir_type, in bnxt_flash_firmware() argument 3639 switch (dir_type) { in bnxt_flash_firmware() 3667 dir_type); in bnxt_flash_firmware() 3700 rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST, in bnxt_flash_firmware() 3703 rc = bnxt_firmware_reset(dev, dir_type); in bnxt_flash_firmware() 3709 u16 dir_type, in bnxt_flash_microcode() argument [all …]
|
| H A D | bnxt_devlink.h | 65 u16 dir_type; member
|
| H A D | bnxt_fw_hdr.h | 113 __le16 dir_type; member
|
| H A D | bnxt_devlink.c | 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()
|
| /linux/fs/btrfs/ |
| H A D | tree-checker.c | 541 u8 dir_type; in check_dir_item() local 572 dir_type = btrfs_dir_ftype(leaf, di); in check_dir_item() 573 if (unlikely(dir_type <= BTRFS_FT_UNKNOWN || in check_dir_item() 574 dir_type >= BTRFS_FT_MAX)) { in check_dir_item() 577 dir_type, BTRFS_FT_MAX); in check_dir_item() 582 dir_type != BTRFS_FT_XATTR)) { in check_dir_item() 585 dir_type, BTRFS_FT_XATTR); in check_dir_item() 588 if (unlikely(dir_type == BTRFS_FT_XATTR && in check_dir_item() 594 if (dir_type == BTRFS_FT_XATTR) in check_dir_item() 616 if (unlikely(data_len && dir_type != BTRFS_FT_XATTR)) { in check_dir_item()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.h | 1125 enum dir_type { enum
|