Searched refs:dir_type (Results 1 – 9 of 9) sorted by relevance
63 u16 dir_type; member
3355 req->dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram()3405 switch (dir_type) { in bnxt_firmware_reset()3456 u16 dir_type, in bnxt_flash_firmware() argument3466 switch (dir_type) { in bnxt_flash_firmware()3494 dir_type); in bnxt_flash_firmware()3536 u16 dir_type, in bnxt_flash_microcode() argument3557 if (le16_to_cpu(trailer->dir_type) != dir_type) { in bnxt_flash_microcode()3559 dir_type, le16_to_cpu(trailer->dir_type)); in bnxt_flash_microcode()3588 switch (dir_type) { in bnxt_dir_type_is_ape_bin_format()3606 switch (dir_type) { in bnxt_dir_type_is_other_exec_format()[all …]
113 __le16 dir_type; member
69 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type,
1041 if (nvm_param.dir_type == BNXT_NVM_PORT_CFG) in bnxt_hwrm_nvm_req()1043 else if (nvm_param.dir_type == BNXT_NVM_FUNC_CFG) in bnxt_hwrm_nvm_req()
10073 __le16 dir_type; member10148 __le16 dir_type; member10284 __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() local122 dir_type = DT_SUBVOL; in bch2_create_trans()163 dir_type, in bch2_create_trans()
1125 enum dir_type { enum
Completed in 103 milliseconds