Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c2864 u_long ael; in qat_aefw_init_memory_one() local
2881 ael = strtoul(sym, &ep, 10); in qat_aefw_init_memory_one()
2882 if (ep == sym || ael > MAX_AE) in qat_aefw_init_memory_one()
2884 if ((sc->sc_ae_mask & (1 << ael)) == 0) in qat_aefw_init_memory_one()
2887 curinit = &qafu->qafu_num_lm_init[ael]; in qat_aefw_init_memory_one()
2888 qabi_list = &qafu->qafu_lm_init[ael]; in qat_aefw_init_memory_one()
2898 qabi->qabi_ae = (u_int)ael; in qat_aefw_init_memory_one()
2903 qafu->qafu_num_lm_init_inst[ael] += in qat_aefw_init_memory_one()