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

  /src/sys/dev/pci/qat/
qat_ae.c 421 uint32_t ctxen, misc, nmisc, savctx, ctxarbctl, ulo, uhi; local in function:qat_aereg_rel_data_read
475 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS;
476 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc);
1507 uint32_t misc, nmisc, ctxen; local in function:qat_ae_exec_ucode
1537 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS;
1538 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc);
1638 nmisc = misc | AE_MISC_CONTROL_SHARE_CS;
1640 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS;
1641 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc);
qat_ae.c 421 uint32_t ctxen, misc, nmisc, savctx, ctxarbctl, ulo, uhi; local in function:qat_aereg_rel_data_read
475 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS;
476 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc);
1507 uint32_t misc, nmisc, ctxen; local in function:qat_ae_exec_ucode
1537 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS;
1538 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc);
1638 nmisc = misc | AE_MISC_CONTROL_SHARE_CS;
1640 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS;
1641 qat_ae_write_4(sc, ae, AE_MISC_CONTROL, nmisc);

Completed in 30 milliseconds