HomeSort by: relevance | last modified time | path
    Searched defs:quub (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_ae.c 3309 struct qat_uof_uword_block *quub = &qup->qup_uw_blocks[i]; local in function:qat_aefw_get_uof_inst
3311 if ((addr >= quub->quub_start_addr) &&
3312 (addr <= (quub->quub_start_addr +
3313 (quub->quub_num_words - 1)))) {
3317 addr -= quub->quub_start_addr;
3320 (void *)((uintptr_t)quub->quub_micro_words + addr),
qat_ae.c 3309 struct qat_uof_uword_block *quub = &qup->qup_uw_blocks[i]; local in function:qat_aefw_get_uof_inst
3311 if ((addr >= quub->quub_start_addr) &&
3312 (addr <= (quub->quub_start_addr +
3313 (quub->quub_num_words - 1)))) {
3317 addr -= quub->quub_start_addr;
3320 (void *)((uintptr_t)quub->quub_micro_words + addr),

Completed in 50 milliseconds