Searched refs:dir_type (Results 1 – 4 of 4) sorted by relevance
271 int bnxt_hwrm_flash_nvram(struct bnxt *bp, uint16_t dir_type,
3795 static bool bnxt_dir_type_is_ape_bin_format(uint16_t dir_type) in bnxt_dir_type_is_ape_bin_format() argument3797 switch (dir_type) { in bnxt_dir_type_is_ape_bin_format()3814 static bool bnxt_dir_type_is_other_exec_format(uint16_t dir_type) in bnxt_dir_type_is_other_exec_format() argument3816 switch (dir_type) { in bnxt_dir_type_is_other_exec_format()3833 static bool bnxt_dir_type_is_executable(uint16_t dir_type) in bnxt_dir_type_is_executable() argument3835 return bnxt_dir_type_is_ape_bin_format(dir_type) || in bnxt_dir_type_is_executable()3836 bnxt_dir_type_is_other_exec_format(dir_type); in bnxt_dir_type_is_executable()
4674 int bnxt_hwrm_flash_nvram(struct bnxt *bp, uint16_t dir_type, in bnxt_hwrm_flash_nvram() argument4700 req.dir_type = rte_cpu_to_le_16(dir_type); in bnxt_hwrm_flash_nvram()
54221 uint16_t dir_type; member54481 uint16_t dir_type; member54876 uint16_t dir_type; member