Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c2104 u16 dir_type, in bnxt_flash_nvram() argument
2119 req.dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram()
2168 enum bnxt_nvm_directory_type dir_type) in bnxt_firmware_reset() argument
2175 switch (dir_type) { in bnxt_firmware_reset()
2226 u16 dir_type, in bnxt_flash_firmware() argument
2236 switch (dir_type) { in bnxt_flash_firmware()
2264 dir_type); in bnxt_flash_firmware()
2297 rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST, in bnxt_flash_firmware()
2300 rc = bnxt_firmware_reset(dev, dir_type); in bnxt_flash_firmware()
2306 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
/Linux-v5.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.h1886 BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/
Dwmi.h1125 enum dir_type { enum