Searched refs:bxe (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/gdtoa/ |
H A D | dmisc.c | 109 ULong *bx, *bxe, q, *sx, *sxe; local 129 bxe = bx + n; 130 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */ 166 if (!*bxe) { 168 while(--bxe > bx && !*bxe) 208 bxe = bx + n; 209 if (!*bxe) { 210 while(--bxe > bx && !*bxe)
|
/freebsd/sys/conf/ |
H A D | files.x86 | 78 dev/bxe/bxe.c optional bxe pci 79 dev/bxe/bxe_stats.c optional bxe pci 80 dev/bxe/bxe_debug.c optional bxe pci 81 dev/bxe/ecore_sp.c optional bxe pci 82 dev/bxe/bxe_elink.c optional bxe pci 83 dev/bxe/57710_init_values.c optional bxe pci 84 dev/bxe/57711_init_values.c optional bxe pci 85 dev/bxe/57712_init_values.c optional bxe pci
|
H A D | NOTES | 1873 # bxe: Broadcom NetXtreme II (BCM5771X/BCM578XX) PCIe 10Gb Ethernet
|
/freebsd/sys/modules/bxe/ |
H A D | Makefile | 3 BXE = ${SYSDIR}/dev/bxe 8 SRCS += bxe.c \
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_bxe | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/bxe/ \
|
/freebsd/sys/amd64/conf/ |
H A D | LINT-NOIP | 12 nodevice bxe
|
H A D | NOTES |
|
H A D | GENERIC | 238 device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
|
/freebsd/sys/dev/bxe/ |
H A D | bxe_debug.c | 293 DB_COMMAND_FLAGS(bxe, bxe_ddb, CS_OWN) in DB_COMMAND_FLAGS() argument
|
H A D | bxe.c | 220 MODULE_DEPEND(bxe, pci, 1, 1, 1); 221 MODULE_DEPEND(bxe, ether, 1, 1, 1); 222 DRIVER_MODULE(bxe, pci, bxe_driver, 0, 0); 224 DEBUGNET_DEFINE(bxe); 245 SYSCTL_NODE(_hw, OID_AUTO, bxe, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, 13033 DEBUGNET_SET(ifp, bxe); in bxe_init_ifnet()
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 423 # bxe: Broadcom NetXtreme II (BCM5771X/BCM578XX) PCIe 10Gb Ethernet 442 device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
|
/freebsd/share/man/man4/ |
H A D | Makefile | 829 _bxe.4= bxe.4
|
/freebsd/sys/i386/conf/ |
H A D | NOTES |
|
H A D | GENERIC | 209 device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
|