Searched refs:dir_type (Results 1 – 9 of 9) sorted by relevance
65 u16 dir_type; member
3412 req->dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram()3462 switch (dir_type) { in bnxt_firmware_reset()3513 u16 dir_type, in bnxt_flash_firmware() argument3523 switch (dir_type) { in bnxt_flash_firmware()3551 dir_type); in bnxt_flash_firmware()3593 u16 dir_type, in bnxt_flash_microcode() argument3614 if (le16_to_cpu(trailer->dir_type) != dir_type) { in bnxt_flash_microcode()3616 dir_type, le16_to_cpu(trailer->dir_type)); in bnxt_flash_microcode()3645 switch (dir_type) { in bnxt_dir_type_is_ape_bin_format()3663 switch (dir_type) { in bnxt_dir_type_is_other_exec_format()[all …]
113 __le16 dir_type; member
70 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type,
1038 if (nvm->dir_type == BNXT_NVM_PORT_CFG) in __bnxt_hwrm_nvm_req()1040 else if (nvm->dir_type == BNXT_NVM_FUNC_CFG) in __bnxt_hwrm_nvm_req()
10266 __le16 dir_type; member10342 __le16 dir_type; member10478 __le16 dir_type; member
540 u8 dir_type; in check_dir_item() local571 dir_type = btrfs_dir_ftype(leaf, di); in check_dir_item()572 if (unlikely(dir_type <= BTRFS_FT_UNKNOWN || in check_dir_item()573 dir_type >= BTRFS_FT_MAX)) { in check_dir_item()576 dir_type, BTRFS_FT_MAX); in check_dir_item()581 dir_type != BTRFS_FT_XATTR)) { in check_dir_item()584 dir_type, BTRFS_FT_XATTR); in check_dir_item()587 if (unlikely(dir_type == BTRFS_FT_XATTR && in check_dir_item()593 if (dir_type == BTRFS_FT_XATTR) in check_dir_item()615 if (unlikely(data_len && dir_type != BTRFS_FT_XATTR)) { in check_dir_item()
38 unsigned dir_type = mode_to_type(mode); in bch2_create_trans() local120 dir_type = DT_SUBVOL; in bch2_create_trans()157 dir_type, in bch2_create_trans()
1125 enum dir_type { enum