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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divtf3.c 166 rep_t qb; local in function:__divtf3
169 wideMultiply(quotient, bSignificand, &dummy, &qb);
170 residual = (aSignificand << 113) - qb;
174 wideMultiply(quotient, bSignificand, &dummy, &qb);
175 residual = (aSignificand << 112) - qb;
  /src/sys/dev/pci/qat/
qat.c 794 struct qat_bank *qb = &sc->sc_etr_banks[i]; local in function:qat_setup_msix_intr
797 qb->qb_ih_cookie = qat_establish_msix_intr(sc, ih,
798 qat_etr_bank_intr, qb, "bank", i);
799 if (qb->qb_ih_cookie == NULL)
853 struct qat_bank *qb = &sc->sc_etr_banks[bank]; local in function:qat_etr_bank_init
858 mutex_init(&qb->qb_bank_mtx, MUTEX_DEFAULT, IPL_NET);
860 qb->qb_sc = sc;
861 qb->qb_bank = bank;
862 qb->qb_coalescing_time = COALESCING_TIME_INTERVAL_DEFAULT;
863 QAT_EVCNT_ATTACH(sc, &qb->qb_ev_rxintr, EVCNT_TYPE_INTR
1010 struct qat_bank *qb; local in function:qat_etr_setup_ring
1236 struct qat_bank *qb = arg; local in function:qat_etr_bank_intr
2133 struct qat_bank *qb = &sc->sc_etr_banks[bank]; local in function:qat_dump_ring
    [all...]

Completed in 38 milliseconds