Searched refs:dir_type (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 2188 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type, in bnxt_flash_nvram() argument 2218 req->dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram() 2261 enum bnxt_nvm_directory_type dir_type) in bnxt_firmware_reset() argument 2268 switch (dir_type) { in bnxt_firmware_reset() 2319 u16 dir_type, in bnxt_flash_firmware() argument 2329 switch (dir_type) { in bnxt_flash_firmware() 2357 dir_type); in bnxt_flash_firmware() 2390 rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST, in bnxt_flash_firmware() 2393 rc = bnxt_firmware_reset(dev, dir_type); in bnxt_flash_firmware() 2399 u16 dir_type, in bnxt_flash_microcode() argument [all …]
|
H A D | bnxt_devlink.h | 63 u16 dir_type; member
|
H A D | bnxt_fw_hdr.h | 113 __le16 dir_type; member
|
H A D | bnxt_ethtool.h | 67 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type,
|
H A D | bnxt_devlink.c | 1069 if (nvm_param.dir_type == BNXT_NVM_PORT_CFG) in bnxt_hwrm_nvm_req() 1071 else if (nvm_param.dir_type == BNXT_NVM_FUNC_CFG) in bnxt_hwrm_nvm_req()
|
H A D | bnxt_hsi.h | 9398 __le16 dir_type; member 9473 __le16 dir_type; member 9598 __le16 dir_type; member
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-checker.c | 519 u8 dir_type; in check_dir_item() local 550 dir_type = btrfs_dir_ftype(leaf, di); in check_dir_item() 551 if (unlikely(dir_type <= BTRFS_FT_UNKNOWN || in check_dir_item() 552 dir_type >= BTRFS_FT_MAX)) { in check_dir_item() 555 dir_type, BTRFS_FT_MAX); in check_dir_item() 560 dir_type != BTRFS_FT_XATTR)) { in check_dir_item() 563 dir_type, BTRFS_FT_XATTR); in check_dir_item() 566 if (unlikely(dir_type == BTRFS_FT_XATTR && in check_dir_item() 572 if (dir_type == BTRFS_FT_XATTR) in check_dir_item() 594 if (unlikely(data_len && dir_type != BTRFS_FT_XATTR)) { in check_dir_item()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.h | 1125 enum dir_type { enum
|