Searched refs:bhnd_core_info (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h98 struct bhnd_core_info **cores,
H A Dbcmavar.h118 struct bhnd_core_info core_info; /**< standard core info */
H A Dbcma_erom.c509 struct bhnd_core_info **cores,
512 struct bhnd_core_info *buffer;
538 buffer = malloc(sizeof(struct bhnd_core_info) * count, M_BHND,
H A Dbcma_subr.c65 cfg->core_info = (struct bhnd_core_info) {
H A Dbcma.c131 const struct bhnd_core_info *ci;
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_subr.c258 bhnd_core_name(const struct bhnd_core_info *ci)
269 bhnd_core_class(const struct bhnd_core_info *ci)
280 struct bhnd_core_info
282 return (struct bhnd_core_info) {
339 struct bhnd_core_info ci = bhnd_get_core_info(devlistp[i]);
409 * @retval bhnd_core_info if a matching core is found.
412 const struct bhnd_core_info *
413 bhnd_match_core(const struct bhnd_core_info *cores, u_int num_cores,
432 * @retval bhnd_core_info if a matching core is found.
435 const struct bhnd_core_info *
[all...]
H A Dbhnd.h165 struct bhnd_core_info { struct
251 const char *bhnd_core_name(const struct bhnd_core_info *ci);
252 bhnd_devclass_t bhnd_core_class(const struct bhnd_core_info *ci);
264 const struct bhnd_core_info *bhnd_match_core(
265 const struct bhnd_core_info *cores,
269 const struct bhnd_core_info *bhnd_find_core(
270 const struct bhnd_core_info *cores,
274 const struct bhnd_core_info *core,
299 struct bhnd_core_info bhnd_get_core_info(device_t dev);
/freebsd-11-stable/sys/dev/bhnd/siba/
H A Dsibavar.h126 struct bhnd_core_info core_info; /**< standard bhnd(4) core info */
H A Dsiba.c156 const struct bhnd_core_info *cfg;
456 struct bhnd_core_info *cores;
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_pci.c239 struct bhnd_core_info *core)
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c1021 struct bhnd_core_info ci;
H A Dbhndb.c197 struct bhnd_core_info ci;
936 struct bhnd_core_info core;

Completed in 95 milliseconds