/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 2107 u16 dir_type, in bnxt_flash_nvram() 2122 req.dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram() 2171 enum bnxt_nvm_directory_type dir_type) in bnxt_firmware_reset() 2178 switch (dir_type) { in bnxt_firmware_reset() 2229 u16 dir_type, in bnxt_flash_firmware() 2239 switch (dir_type) { in bnxt_flash_firmware() 2267 dir_type); in bnxt_flash_firmware() 2300 rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST, in bnxt_flash_firmware() 2303 rc = bnxt_firmware_reset(dev, dir_type); in bnxt_flash_firmware() 2106 bnxt_flash_nvram(struct net_device *dev, u16 dir_type, u16 dir_ordinal, u16 dir_ext, u16 dir_attr, const u8 *data, size_t data_len) bnxt_flash_nvram() argument 2170 bnxt_firmware_reset(struct net_device *dev, enum bnxt_nvm_directory_type dir_type) bnxt_firmware_reset() argument 2228 bnxt_flash_firmware(struct net_device *dev, u16 dir_type, const u8 *fw_data, size_t fw_size) bnxt_flash_firmware() argument 2308 bnxt_flash_microcode(struct net_device *dev, u16 dir_type, const u8 *fw_data, size_t fw_size) bnxt_flash_microcode() argument 2359 bnxt_dir_type_is_ape_bin_format(u16 dir_type) bnxt_dir_type_is_ape_bin_format() argument 2377 bnxt_dir_type_is_other_exec_format(u16 dir_type) bnxt_dir_type_is_other_exec_format() argument 2395 bnxt_dir_type_is_executable(u16 dir_type) bnxt_dir_type_is_executable() argument 2401 bnxt_flash_firmware_from_file(struct net_device *dev, u16 dir_type, const char *filename) bnxt_flash_firmware_from_file() argument [all...] |
H A D | bnxt_devlink.h | 58 u16 dir_type; member
|
H A D | bnxt_fw_hdr.h | 113 __le16 dir_type; member
|
H A D | bnxt_devlink.c | 590 if (nvm_param.dir_type == BNXT_NVM_PORT_CFG) in bnxt_hwrm_nvm_req() 592 else if (nvm_param.dir_type == BNXT_NVM_FUNC_CFG) in bnxt_hwrm_nvm_req()
|
H A D | bnxt_hsi.h | 8147 __le16 dir_type; member 8218 __le16 dir_type; member 8343 __le16 dir_type; member
|
/kernel/linux/linux-6.6/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() 2268 switch (dir_type) { in bnxt_firmware_reset() 2319 u16 dir_type, in bnxt_flash_firmware() 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() 2260 bnxt_firmware_reset(struct net_device *dev, enum bnxt_nvm_directory_type dir_type) bnxt_firmware_reset() argument 2318 bnxt_flash_firmware(struct net_device *dev, u16 dir_type, const u8 *fw_data, size_t fw_size) bnxt_flash_firmware() argument 2398 bnxt_flash_microcode(struct net_device *dev, u16 dir_type, const u8 *fw_data, size_t fw_size) bnxt_flash_microcode() argument 2449 bnxt_dir_type_is_ape_bin_format(u16 dir_type) bnxt_dir_type_is_ape_bin_format() argument 2467 bnxt_dir_type_is_other_exec_format(u16 dir_type) bnxt_dir_type_is_other_exec_format() argument 2485 bnxt_dir_type_is_executable(u16 dir_type) bnxt_dir_type_is_executable() argument 2491 bnxt_flash_firmware_from_file(struct net_device *dev, u16 dir_type, const char *filename) bnxt_flash_firmware_from_file() 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
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-checker.c | 493 u8 dir_type; in check_dir_item() local 524 dir_type = btrfs_dir_type(leaf, di); in check_dir_item() 525 if (dir_type >= BTRFS_FT_MAX) { in check_dir_item() 528 dir_type, BTRFS_FT_MAX); in check_dir_item() 533 dir_type != BTRFS_FT_XATTR) { in check_dir_item() 536 dir_type, BTRFS_FT_XATTR); in check_dir_item() 539 if (dir_type == BTRFS_FT_XATTR && in check_dir_item() 545 if (dir_type == BTRFS_FT_XATTR) in check_dir_item() 567 if (data_len && dir_type != BTRFS_FT_XATTR) { in check_dir_item()
|
H A D | ctree.h | 1892 BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-checker.c | 518 u8 dir_type; in check_dir_item() local 549 dir_type = btrfs_dir_ftype(leaf, di); in check_dir_item() 550 if (unlikely(dir_type >= BTRFS_FT_MAX)) { in check_dir_item() 553 dir_type, BTRFS_FT_MAX); in check_dir_item() 558 dir_type != BTRFS_FT_XATTR)) { in check_dir_item() 561 dir_type, BTRFS_FT_XATTR); in check_dir_item() 564 if (unlikely(dir_type == BTRFS_FT_XATTR && in check_dir_item() 570 if (dir_type == BTRFS_FT_XATTR) in check_dir_item() 592 if (unlikely(data_len && dir_type != BTRFS_FT_XATTR)) { in check_dir_item()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.h | 1125 enum dir_type { enum 1189 /* see, enum dir_type */
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.h | 1125 enum dir_type { enum 1189 /* see, enum dir_type */
|