Home
last modified time | relevance | path

Searched refs:ADF_200XX_MAX_ACCELENGINES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c15 static const u32 thrd_to_arb_map[ADF_200XX_MAX_ACCELENGINES] =
20 static u32 thrd_to_arb_map_gen[ADF_200XX_MAX_ACCELENGINES] = { 0 };
91 for (i = 0; i < ADF_200XX_MAX_ACCELENGINES; i++) { in get_num_aes()
134 for (i = 0; i < ADF_200XX_MAX_ACCELENGINES; i++) { in adf_get_arbiter_mapping()
142 ADF_200XX_MAX_ACCELENGINES); in adf_get_arbiter_mapping()
464 hw_data->num_engines = ADF_200XX_MAX_ACCELENGINES; in adf_init_hw_data_200xx()
H A Dadf_200xx_hw_data.h12 #define ADF_200XX_MAX_ACCELENGINES 6 macro