Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c2107 u16 dir_type, in bnxt_flash_nvram() argument
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() argument
2178 switch (dir_type) { in bnxt_firmware_reset()
2229 u16 dir_type, in bnxt_flash_firmware() argument
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()
2309 u16 dir_type, in bnxt_flash_microcode() argument
[all …]
Dbnxt_devlink.h58 u16 dir_type; member
Dbnxt_fw_hdr.h113 __le16 dir_type; member
Dbnxt_devlink.c590 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()
Dbnxt_hsi.h8147 __le16 dir_type; member
8218 __le16 dir_type; member
8343 __le16 dir_type; member
/kernel/linux/linux-5.10/fs/btrfs/
Dtree-checker.c493 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()
Dctree.h1894 BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
Dwmi.h1125 enum dir_type { enum