Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c2194 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type, in bnxt_flash_nvram() argument
2224 req->dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram()
2267 enum bnxt_nvm_directory_type dir_type) in bnxt_firmware_reset() argument
2274 switch (dir_type) { in bnxt_firmware_reset()
2325 u16 dir_type, in bnxt_flash_firmware() argument
2335 switch (dir_type) { in bnxt_flash_firmware()
2363 dir_type); in bnxt_flash_firmware()
2396 rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST, in bnxt_flash_firmware()
2399 rc = bnxt_firmware_reset(dev, dir_type); in bnxt_flash_firmware()
2405 u16 dir_type, in bnxt_flash_microcode() argument
[all …]
Dbnxt_devlink.h63 u16 dir_type; member
Dbnxt_fw_hdr.h113 __le16 dir_type; member
Dbnxt_ethtool.h67 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type,
Dbnxt_devlink.c1076 if (nvm_param.dir_type == BNXT_NVM_PORT_CFG) in bnxt_hwrm_nvm_req()
1078 else if (nvm_param.dir_type == BNXT_NVM_FUNC_CFG) in bnxt_hwrm_nvm_req()
Dbnxt_hsi.h9398 __le16 dir_type; member
9473 __le16 dir_type; member
9598 __le16 dir_type; member
/Linux-v6.6/fs/btrfs/
Dtree-checker.c518 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()
/Linux-v6.6/drivers/net/wireless/ath/ath6kl/
Dwmi.h1125 enum dir_type { enum