Searched refs:vectors (Results 1 - 25 of 25) sorted by last modified time

/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c1396 * Allocate MSI/X vectors from the OS.
1410 int rid, want, vectors, queues, available; local
1435 device_printf(pf->dev, "Less than two MSI-X vectors available\n");
1443 * - # of MSI-X vectors available
1479 vectors = want;
1483 "%d vectors available but %d wanted!\n",
1504 available -= vectors;
1508 vectors += iw_vectors;
1515 if (pci_alloc_msix(dev, &vectors) == 0) {
1517 "Using MSIX interrupts with %d vectors\
[all...]
H A Dif_ixlv.c350 INIT_DBG_DEV(dev, "Allocated PCI resources and MSIX vectors");
976 /* Map vectors */
1223 * Allocate MSI/X vectors, setup the AQ vector early
1229 int rid, want, vectors, queues, available; local
1250 /* Clamp queues to number of CPUs and # of MSI-X vectors available */
1281 vectors = want;
1285 "%d vectors available but %d wanted!\n",
1310 if (pci_alloc_msix(dev, &vectors) == 0) {
1312 "Using MSIX interrupts with %d vectors\n", vectors);
[all...]
/freebsd-11-stable/sys/dev/pci/
H A Dvga_pci.c568 const u_int *vectors)
575 return (pci_remap_msix(dev, count, vectors));
567 vga_pci_remap_msix(device_t dev, device_t child, int count, const u_int *vectors) argument
H A Dpci.c1720 /* First, mask all vectors. */
1791 "attempting to allocate %d MSI-X vectors (%d supported)\n",
1852 /* Mask all vectors. */
1889 * The 'vectors' array contains 'count' message vectors. The array
1906 * 3. Call the three vectors allocated by pci_alloc_msix() A, B, and
1920 const u_int *vectors)
1935 /* Sanity check the vectors. */
1937 if (vectors[i] > msix->msix_alloc)
1941 * Make sure there aren't any holes in the vectors t
1919 pci_remap_msix_method(device_t dev, device_t child, int count, const u_int *vectors) argument
[all...]
H A Dpci_private.h111 int count, const u_int *vectors);
H A Dpcivar.h121 int msix_alloc; /* Number of allocated vectors. */
124 struct msix_vector *msix_vectors; /* Array of allocated vectors. */
532 pci_remap_msix(device_t dev, int count, const u_int *vectors) argument
534 return (PCI_REMAP_MSIX(device_get_parent(dev), dev, count, vectors));
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestsiphash.c26 * Wrapped test vectors from the authors, see
45 static const u8 vectors[MAXLEN][8] = variable
126 if ( memcmp( out, vectors[i], 8 ) )
138 ABTS_ASSERT(tc, "SipHash-2-4 test vectors", test_vectors());
/freebsd-11-stable/sys/net/
H A Diflib.c112 * Enable mbuf vectors for compressing long mbuf chains
4442 ** vectors. (Will be 1 for MSI)
5653 int vectors, queues, rx_queues, tx_queues, queuemsgs, msgs; local
5781 vectors = rx_queues + admincnt;
5782 if ((err = pci_alloc_msix(dev, &vectors)) == 0) {
5783 device_printf(dev, "Using MSI-X interrupts with %d vectors\n",
5784 vectors);
5785 scctx->isc_vectors = vectors;
5790 return (vectors);
5793 "failed to allocate %d msix vectors, er
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc195 // On FreeBSD if the exec path specified in ELF auxiliary vectors is
205 // fall back to finding the ELF auxiliary vectors after the process's
210 // Iterate through auxiliary vectors for AT_EXECPATH.
216 // Fall back to argv[0] if auxiliary vectors are not available.
/freebsd-11-stable/contrib/expat/lib/
H A Dsiphash.h295 static const unsigned char vectors[64][8] = { local
373 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i]))
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c132 * (hypothetical) memsize of 4GB and all kernel mappings (vectors, msgbuf,
157 * relocate the vectors.
167 unsigned int *vectors = (int *) va; local
168 unsigned int *vectors_data = vectors + (page0_data - page0);
172 * Loop through the vectors we're taking over, and copy the
180 vectors[vec] = page0[vec];
184 /* Now sync the vectors. */
191 * Enable high vectors in the system control reg (SCTLR).
859 * L1 and L2 tables map and one for vectors map.
898 * or 0xffff0000. This page will just contain the system vectors
[all...]
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1007 u_int *vectors; local
1014 vectors = malloc(desired * sizeof(*vectors), M_NTB, M_ZERO | M_WAITOK);
1017 vectors[i] = (i % avail) + 1;
1019 rc = pci_remap_msix(dev, desired, vectors);
1020 free(vectors, M_NTB);
1263 * Remap vectors in custom way to make at least first
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c156 /* OMAC1 AES-128 test vectors from
356 } vectors[] = { local
387 for (i = 0; i < ARRAY_SIZE(vectors); i++) {
388 struct cbc_test_vector *tv = &vectors[i];
424 } vectors[] = { local
477 for (i = 0; i < ARRAY_SIZE(vectors); i++) {
478 struct ecb_test_vector *tv = &vectors[i];
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl56 # most common key lengths are even and vectors are commonly malloc-ed,
167 comiclr,<= 6,$num,%r0 ; are vectors long enough?
184 comib,> 3,$num,L\$abort ; are vectors long enough?
H A Dia64-mont.pl18 # - shorter vector support [with input vectors being fetched only
29 # vectors up to 8 elements, or 512 bits. This means that 256-bit
414 // load input vectors padding them to 8 elements
H A Dsparcv9a-mont.pl84 $ap_h="%l2"; # to these four vectors as double-precision FP values.
158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.c112 uint32_t vectors; member in struct:hpet_softc::hpet_timer
543 t->vectors = bus_read_4(sc->mem_res, HPET_TIMER_CAP_CNF(i) + 4);
547 t->vectors, (t->caps & HPET_TCNF_INT_ROUTE) >> 9,
594 sc->t[0].vectors = 0;
595 sc->t[1].vectors = 0;
641 /* Find IRQ vectors for all timers. */
661 else if (dvectors & t->vectors) {
662 t->irq = ffs(dvectors & t->vectors) - 1;
685 if (t->irq < 0 && (cvectors & t->vectors) != 0) {
686 cvectors &= t->vectors;
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Ds390xcpuid.S9 stg %r0,8(%r4) # wipe capability vectors
/freebsd-11-stable/sys/crypto/siphash/
H A Dsiphash_test.c39 uint8_t vectors[64][8] = variable
129 if (memcmp(out, vectors[i], 8))
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c762 memcpy((void*)&p_HcFrame->hcSpecificData.clsPlanEntries, (void *)&p_Set->vectors[i-p_Set->baseEntry], CLS_PLAN_NUM_PER_GRP*sizeof(uint32_t));
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c762 p_ClsPlanSet->vectors[j] = ~oredVectors;
791 p_ClsPlanSet->vectors[j] |= p_Grp->optVectors[i];
1290 WRITE_UINT32(p_FmPcdKgPortRegs->kgcpe[j % CLS_PLAN_NUM_PER_GRP],p_Set->vectors[j - p_Set->baseEntry]);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h115 uint32_t vectors[FM_PCD_MAX_NUM_OF_CLS_PLANS]; member in struct:__anon8245
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_drm.h198 } vectors; member in union:__anon9798
H A Dradeon_state.c2679 int sz = header.vectors.count;
2680 int start = header.vectors.offset;
2681 int stride = header.vectors.stride;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drm.h200 } vectors; member in union:__anon9943

Completed in 629 milliseconds