Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.c65 int direction, int ndevs, uint64_t intr_offset) in otx2_mbox_init() argument
133 ndevs * sizeof(struct otx2_mbox_dev), in otx2_mbox_init()
139 mbox->ndevs = ndevs; in otx2_mbox_init()
140 for (devid = 0; devid < ndevs; devid++) { in otx2_mbox_init()
H A Dotx2_dev.c408 for (vf = 0; vf < vf_mbox->ndevs; vf++) { in pf_vf_mbox_send_up_msg()
H A Dotx2_mbox.h74 uint16_t ndevs; /* The number of peers */ member
/f-stack/freebsd/i386/i386/
H A Dbios.c575 u_int16_t ndevs, bigdev; in pnpbios_identify() local
599 if ((error = bios16(&args, PNP_COUNT_DEVNODES, &ndevs, &bigdev)) || (args.r.eax & 0xff)) { in pnpbios_identify()
603 ndevs &= 0xff; /* clear high byte garbage */ in pnpbios_identify()
605 printf("pnpbios: %d devices, largest %d bytes\n", ndevs, bigdev); in pnpbios_identify()
616 for (currdev = 0, left = ndevs; (currdev != 0xff) && (left > 0); left--) { in pnpbios_identify()
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dmain.c369 const unsigned int ndevs = rte_event_dev_count(); in main() local
370 if (ndevs == 0) in main()
372 if (ndevs > 1) in main()
/f-stack/freebsd/x86/pci/
H A Dpci_bus.c427 int ndevs, i; in legacy_pcib_identify() local
449 if (device_get_children(parent, &devs, &ndevs) == 0) { in legacy_pcib_identify()
450 for (i = 0; s != NULL && i < ndevs; i++) { in legacy_pcib_identify()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c5540 spa_set_aux_vdevs(spa_aux_vdev_t *sav, nvlist_t **devs, int ndevs, argument
5558 (ndevs + oldndevs), KM_SLEEP);
5562 for (i = 0; i < ndevs; i++)
5570 config, newdevs, ndevs + oldndevs) == 0);
5571 for (i = 0; i < oldndevs + ndevs; i++)
5573 kmem_free(newdevs, (oldndevs + ndevs) * sizeof (void *));
5581 devs, ndevs) == 0);