Searched refs:_core (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bhnd/cores/pcie2/ |
H A D | bhnd_pcie2_hostb.c | 84 #define BHND_PCI_DEV(_core, _quirks) \ argument 85 BHND_DEVICE(BCM, _core, NULL, _quirks, BHND_DF_HOSTB)
|
H A D | bhnd_pcie2.c | 59 #define BHND_PCIE_DEV(_core, _desc, ...) \ argument 60 BHND_DEVICE(BCM, _core, _desc, bhnd_pcie2_quirks, ## __VA_ARGS__)
|
/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pci.c | 71 #define BHND_PCI_DEV(_core, _desc, ...) \ argument 72 { BHND_DEVICE(BCM, _core, _desc, BHND_ ## _core ## _QUIRKS, \ 73 ## __VA_ARGS__), BHND_PCI_REGFMT_ ## _core }
|
H A D | bhnd_pci_hostb.c | 93 #define BHND_PCI_DEV(_core, _quirks) \ argument 94 BHND_DEVICE(BCM, _core, NULL, _quirks, BHND_DF_HOSTB)
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 1846 transform are listed in {esp,ah}_core.c with wrapper functions. If you 1847 wish to add some algorithm, add wrapper function in {esp,ah}_core.c, and
|