Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h271 int bnxt_hwrm_flash_nvram(struct bnxt *bp, uint16_t dir_type,
H A Dbnxt_ethdev.c3795 static bool bnxt_dir_type_is_ape_bin_format(uint16_t dir_type) in bnxt_dir_type_is_ape_bin_format() argument
3797 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() argument
3816 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() argument
3835 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()
H A Dbnxt_hwrm.c4674 int bnxt_hwrm_flash_nvram(struct bnxt *bp, uint16_t dir_type, in bnxt_hwrm_flash_nvram() argument
4700 req.dir_type = rte_cpu_to_le_16(dir_type); in bnxt_hwrm_flash_nvram()
H A Dhsi_struct_def_dpdk.h54221 uint16_t dir_type; member
54481 uint16_t dir_type; member
54876 uint16_t dir_type; member