Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.h65 u16 dir_type; member
H A Dbnxt_ethtool.c3412 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() argument
3523 switch (dir_type) { in bnxt_flash_firmware()
3551 dir_type); in bnxt_flash_firmware()
3593 u16 dir_type, in bnxt_flash_microcode() argument
3614 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 …]
H A Dbnxt_fw_hdr.h113 __le16 dir_type; member
H A Dbnxt_ethtool.h70 int bnxt_flash_nvram(struct net_device *dev, u16 dir_type,
H A Dbnxt_devlink.c1038 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()
H A Dbnxt_hsi.h10266 __le16 dir_type; member
10342 __le16 dir_type; member
10478 __le16 dir_type; member
/linux-6.15/fs/btrfs/
H A Dtree-checker.c540 u8 dir_type; in check_dir_item() local
571 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()
/linux-6.15/fs/bcachefs/
H A Dnamei.c38 unsigned dir_type = mode_to_type(mode); in bch2_create_trans() local
120 dir_type = DT_SUBVOL; in bch2_create_trans()
157 dir_type, in bch2_create_trans()
/linux-6.15/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1125 enum dir_type { enum