Searched refs:dir_type (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 2183 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type, in bnxt_flash_nvram() argument 2213 req->dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram() 2256 enum bnxt_nvm_directory_type dir_type) in bnxt_firmware_reset() argument 2263 switch (dir_type) { in bnxt_firmware_reset() 2314 u16 dir_type, in bnxt_flash_firmware() argument 2324 switch (dir_type) { in bnxt_flash_firmware() 2352 dir_type); in bnxt_flash_firmware() 2385 rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST, in bnxt_flash_firmware() 2388 rc = bnxt_firmware_reset(dev, dir_type); in bnxt_flash_firmware() 2394 u16 dir_type, in bnxt_flash_microcode() argument [all …]
|
D | bnxt_devlink.h | 63 u16 dir_type; member
|
D | bnxt_fw_hdr.h | 113 __le16 dir_type; member
|
D | bnxt_ethtool.h | 67 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type,
|
D | bnxt_devlink.c | 1080 if (nvm_param.dir_type == BNXT_NVM_PORT_CFG) in bnxt_hwrm_nvm_req() 1082 else if (nvm_param.dir_type == BNXT_NVM_FUNC_CFG) in bnxt_hwrm_nvm_req()
|
D | bnxt_hsi.h | 9670 __le16 dir_type; member 9745 __le16 dir_type; member 9870 __le16 dir_type; member
|
/Linux-v6.1/fs/btrfs/ |
D | tree-checker.c | 500 u8 dir_type; in check_dir_item() local 531 dir_type = btrfs_dir_type(leaf, di); in check_dir_item() 532 if (unlikely(dir_type >= BTRFS_FT_MAX)) { in check_dir_item() 535 dir_type, BTRFS_FT_MAX); in check_dir_item() 540 dir_type != BTRFS_FT_XATTR)) { in check_dir_item() 543 dir_type, BTRFS_FT_XATTR); in check_dir_item() 546 if (unlikely(dir_type == BTRFS_FT_XATTR && in check_dir_item() 552 if (dir_type == BTRFS_FT_XATTR) in check_dir_item() 574 if (unlikely(data_len && dir_type != BTRFS_FT_XATTR)) { in check_dir_item()
|
D | ctree.h | 2222 BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
|
/Linux-v6.1/drivers/net/wireless/ath/ath6kl/ |
D | wmi.h | 1125 enum dir_type { enum
|