Home
last modified time | relevance | path

Searched refs:IS_CHIP_FEATURE (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.c300 if (IS_CHIP_FEATURE(REVISION_B1)) in hw_atl_utils_fw_downld_dwords()
334 if (IS_CHIP_FEATURE(REVISION_B1)) { in hw_atl_utils_fw_upload_dwords()
426 if (!IS_CHIP_FEATURE(MIPS)) { in hw_atl_utils_fw_rpc_call()
529 if (IS_CHIP_FEATURE(REVISION_A0)) { in hw_atl_utils_mpi_read_stats()
H A Dhw_atl_b0.c107 IS_CHIP_FEATURE(RPF2) ? 0x000F0000U : 0x00000000U; in hw_atl_b0_hw_rss_hash_type_set()
245 aq_hw_write_reg(self, 0x00007040U, IS_CHIP_FEATURE(TPO2) ? in hw_atl_b0_hw_init_tx_path()
H A Dhw_atl_utils.h504 #define IS_CHIP_FEATURE(_F_) (HAL_ATLANTIC_UTILS_CHIP_##_F_ & \ macro