Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c782 unsigned int i, ae_in_group; in qat_hal_wr_uwords() local
785 ae_in_group = ae / 4 * 4; in qat_hal_wr_uwords()
788 if (ae_in_group + i == ae) in qat_hal_wr_uwords()
790 if (ae_in_group + i >= handle->hal_handle->ae_max_num) in qat_hal_wr_uwords()
792 if (qat_hal_check_ae_active(handle, ae_in_group + i)) { in qat_hal_wr_uwords()
795 ae_in_group + i); in qat_hal_wr_uwords()