Home
last modified time | relevance | path

Searched refs:_core (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_hostb.c84 #define BHND_PCI_DEV(_core, _quirks) \ argument
85 BHND_DEVICE(BCM, _core, NULL, _quirks, BHND_DF_HOSTB)
H A Dbhnd_pcie2.c59 #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 Dbhnd_pci.c71 #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 Dbhnd_pci_hostb.c93 #define BHND_PCI_DEV(_core, _quirks) \ argument
94 BHND_DEVICE(BCM, _core, NULL, _quirks, BHND_DF_HOSTB)
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION1846 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