Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h256 int bnxt_hwrm_flash_nvram(struct bnxt *bp, uint16_t dir_type,
H A Dbnxt_ethdev.c3414 static bool bnxt_dir_type_is_ape_bin_format(uint16_t dir_type) in bnxt_dir_type_is_ape_bin_format() argument
3416 switch (dir_type) { in bnxt_dir_type_is_ape_bin_format()
3433 static bool bnxt_dir_type_is_other_exec_format(uint16_t dir_type) in bnxt_dir_type_is_other_exec_format() argument
3435 switch (dir_type) { in bnxt_dir_type_is_other_exec_format()
3452 static bool bnxt_dir_type_is_executable(uint16_t dir_type) in bnxt_dir_type_is_executable() argument
3454 return bnxt_dir_type_is_ape_bin_format(dir_type) || in bnxt_dir_type_is_executable()
3455 bnxt_dir_type_is_other_exec_format(dir_type); in bnxt_dir_type_is_executable()
H A Dbnxt_hwrm.c4393 int bnxt_hwrm_flash_nvram(struct bnxt *bp, uint16_t dir_type, in bnxt_hwrm_flash_nvram() argument
4418 req.dir_type = rte_cpu_to_le_16(dir_type); in bnxt_hwrm_flash_nvram()
H A Dhsi_struct_def_dpdk.h44749 uint16_t dir_type; member
44974 uint16_t dir_type; member
45368 uint16_t dir_type; member
/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_regs.h1933 u32 dir_type : 1; member
2034 u32 dir_type : 1; member
H A Ddlb_resource.c3296 r0.field.dir_type = 0; in __dlb_domain_reset_ldb_port_registers()
3303 r0.field.dir_type = 1; in __dlb_domain_reset_ldb_port_registers()
3465 r0.field.dir_type = 0; in __dlb_domain_reset_dir_port_registers()
3472 r0.field.dir_type = 1; in __dlb_domain_reset_dir_port_registers()