Searched refs:bhnd_core_match (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.h | 124 const struct bhnd_core_match *hw_reqs; /**< match requirements */ 183 struct bhnd_core_match match; /**< core match descriptor */
|
H A D | bhndb_pcivar.h | 78 struct bhnd_core_match core_desc; /**< core match descriptor */ 98 struct bhnd_core_match match; /**< core match descriptor */
|
H A D | bhnd_bhndb.c | 85 struct bhnd_core_match md; in bhnd_bhndb_find_hostb_device()
|
H A D | bhndb_pci_hwdata.c | 71 #define _BHNDB_HW_REQ_ARRAY(...) (struct bhnd_core_match[]) { __VA_ARGS__ }
|
H A D | bhndb.c | 189 const struct bhnd_core_match *match; in bhndb_hw_matches() 250 struct bhnd_core_match md; in bhndb_init_region_cfg() 340 struct bhnd_core_match md; in bhndb_init_region_cfg()
|
H A D | bhndb_subr.c | 801 struct bhnd_core_match md; in bhndb_find_hostb_core() 806 md = (struct bhnd_core_match) { in bhndb_find_hostb_core()
|
H A D | bhndb_pci.c | 804 struct bhnd_core_match md; in bhndb_pci_srsh_pi_war()
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_erom.h | 196 bhnd_erom_lookup_core(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in bhnd_erom_lookup_core() 226 bhnd_erom_lookup_core_addr(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in bhnd_erom_lookup_core_addr()
|
H A D | bhnd.h | 452 const struct bhnd_core_match *desc); 474 const struct bhnd_core_match *desc); 480 struct bhnd_core_match bhnd_core_get_match_desc( 489 const struct bhnd_core_match *desc);
|
H A D | bhnd_erom_if.m | 158 const struct bhnd_core_match *desc; 187 const struct bhnd_core_match *desc;
|
H A D | bhnd_match.h | 99 struct bhnd_core_match { struct
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_erom.c | 88 const struct bhnd_core_match *desc, 201 bcma_erom_lookup_core(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in bcma_erom_lookup_core() 211 bcma_erom_lookup_core_addr(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in bcma_erom_lookup_core_addr() 650 const struct bhnd_core_match *desc, struct bhnd_core_info *core) in bcma_erom_seek_matching_core() 652 struct bhnd_core_match imatch; in bcma_erom_seek_matching_core()
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_erom.c | 443 siba_erom_lookup_core(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in siba_erom_lookup_core() 447 struct bhnd_core_match imatch; in siba_erom_lookup_core() 497 siba_erom_lookup_core_addr(bhnd_erom_t *erom, const struct bhnd_core_match *desc, in siba_erom_lookup_core_addr()
|
H A D | siba_bhndb.c | 238 d11 = bhnd_bus_match_child(sc->siba.dev, &(struct bhnd_core_match) { in siba_bhndb_wars_pcie_clear_d11_timeout()
|