Searched refs:dir_type (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_fw_hdr.h113 __le16 dir_type; member in struct:bnxt_ucode_trailer
H A Dbnxt_devlink.h63 u16 dir_type; member in struct:bnxt_dl_nvm_param
H A Dbnxt_ethtool.h69 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type,
H A Dbnxt_ethtool.c3128 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type, argument
3158 req->dir_type = cpu_to_le16(dir_type);
3201 enum bnxt_nvm_directory_type dir_type)
3208 switch (dir_type) {
3259 u16 dir_type,
3269 switch (dir_type) {
3297 dir_type);
3330 rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST,
3333 rc = bnxt_firmware_reset(dev, dir_type);
3200 bnxt_firmware_reset(struct net_device *dev, enum bnxt_nvm_directory_type dir_type) argument
3258 bnxt_flash_firmware(struct net_device *dev, u16 dir_type, const u8 *fw_data, size_t fw_size) argument
3338 bnxt_flash_microcode(struct net_device *dev, u16 dir_type, const u8 *fw_data, size_t fw_size) argument
3389 bnxt_dir_type_is_ape_bin_format(u16 dir_type) argument
3407 bnxt_dir_type_is_other_exec_format(u16 dir_type) argument
3425 bnxt_dir_type_is_executable(u16 dir_type) argument
3431 bnxt_flash_firmware_from_file(struct net_device *dev, u16 dir_type, const char *filename) argument
[all...]
H A Dbnxt_devlink.c1038 if (nvm_param.dir_type == BNXT_NVM_PORT_CFG)
1040 else if (nvm_param.dir_type == BNXT_NVM_FUNC_CFG)
H A Dbnxt_hsi.h9836 __le16 dir_type; member in struct:hwrm_nvm_write_input
9911 __le16 dir_type; member in struct:hwrm_nvm_find_dir_entry_input
10040 __le16 dir_type; member in struct:hwrm_nvm_verify_update_input
/linux-master/fs/btrfs/
H A Dtree-checker.c522 u8 dir_type; local
553 dir_type = btrfs_dir_ftype(leaf, di);
554 if (unlikely(dir_type >= BTRFS_FT_MAX)) {
557 dir_type, BTRFS_FT_MAX);
562 dir_type != BTRFS_FT_XATTR)) {
565 dir_type, BTRFS_FT_XATTR);
568 if (unlikely(dir_type == BTRFS_FT_XATTR &&
574 if (dir_type == BTRFS_FT_XATTR)
596 if (unlikely(data_len && dir_type != BTRFS_FT_XATTR)) {
/linux-master/fs/bcachefs/
H A Dfs-common.c38 unsigned dir_type = mode_to_type(mode); local
121 dir_type = DT_SUBVOL;
162 dir_type,
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1125 enum dir_type { enum
1189 /* see, enum dir_type */

Completed in 287 milliseconds