HomeSort by: relevance | last modified time | path
    Searched refs:ixv (Results 1 - 3 of 3) sorted by relevancy

  /src/share/man/man4/
Makefile 39 ixg.4 ixl.4 ixpide.4 ixv.4 \
  /src/sys/arch/evbarm/conf/
GENERIC64 302 ixv* at pci? dev ? function ? # Intel 8259x 10G virtual function
  /src/sys/dev/pci/ixgbe/
ixv.c 1 /* $NetBSD: ixv.c,v 1.198 2024/07/10 03:26:30 msaitoh Exp $ */
38 __KERNEL_RCSID(0, "$NetBSD: ixv.c,v 1.198 2024/07/10 03:26:30 msaitoh Exp $");
167 CFATTACH_DECL3_NEW(ixv, sizeof(struct ixgbe_softc),
173 "ixv", ixv_methods, sizeof(struct ixgbe_softc),
177 DRIVER_MODULE(ixv, pci, ixv_driver, ixv_devclass, 0, 0);
178 MODULE_DEPEND(ixv, pci, 1, 1, 1);
179 MODULE_DEPEND(ixv, ether, 1, 1, 1);
189 TUNABLE_INT("hw.ixv.num_queues", &ixv_num_queues);
198 TUNABLE_INT("hw.ixv.enable_aim", &ixv_enable_aim);
201 TUNABLE_INT("hw.ixv.max_interrupt_rate", &ixv_max_interrupt_rate)
    [all...]

Completed in 36 milliseconds