Searched refs:corecfg (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_subr.c91 * @param corecfg Core info to be deallocated.
94 bcma_free_corecfg(struct bcma_corecfg *corecfg) argument
99 STAILQ_FOREACH_SAFE(mport, &corecfg->master_ports, mp_link, mnext) {
103 STAILQ_FOREACH_SAFE(sport, &corecfg->dev_ports, sp_link, snext) {
107 STAILQ_FOREACH_SAFE(sport, &corecfg->bridge_ports, sp_link, snext) {
111 STAILQ_FOREACH_SAFE(sport, &corecfg->wrapper_ports, sp_link, snext) {
115 free(corecfg, M_BHND);
179 dinfo->corecfg->core_info.core_idx,
206 dinfo->corecfg = NULL;
222 * @param corecfg Devic
229 bcma_init_dinfo(device_t bus, struct bcma_devinfo *dinfo, struct bcma_corecfg *corecfg) argument
[all...]
H A Dbcmavar.h75 struct bcma_corecfg *corecfg);
81 void bcma_free_corecfg(struct bcma_corecfg *corecfg);
140 struct bcma_corecfg *corecfg; /**< IP core/block config */ member in struct:bcma_devinfo
H A Dbcma.c134 ci = &dinfo->corecfg->core_info;
275 return (dinfo->corecfg->num_dev_ports);
277 return (dinfo->corecfg->num_bridge_ports);
279 return (dinfo->corecfg->num_wrapper_ports);
302 ports = bcma_corecfg_get_port_list(dinfo->corecfg, type);
323 ports = bcma_corecfg_get_port_list(dinfo->corecfg, port_type);
361 ports = bcma_corecfg_get_port_list(dinfo->corecfg, types[i]);
389 ports = bcma_corecfg_get_port_list(dinfo->corecfg, port_type);
435 struct bcma_corecfg *corecfg; local
440 corecfg
[all...]
H A Dbcma_erom.c593 * @param corecfg Core info to be populated with the scanned port regions.
601 struct bcma_corecfg *corecfg, bcma_pid_t port_num,
631 sports = bcma_corecfg_get_port_list(corecfg, port_type);
648 corecfg->core_info.core_idx,
662 corecfg->core_info.core_idx,
777 /* Allocate our corecfg */
600 erom_corecfg_fill_port_regions(struct bcma_erom *erom, struct bcma_corecfg *corecfg, bcma_pid_t port_num, uint8_t region_type) argument

Completed in 80 milliseconds