Home
last modified time | relevance | path

Searched refs:wrapper_ports (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_subr.c91 STAILQ_INIT(&cfg->wrapper_ports); in bcma_alloc_corecfg()
120 STAILQ_FOREACH_SAFE(sport, &corecfg->wrapper_ports, sp_link, snext) { in bcma_free_corecfg()
144 return (&cfg->wrapper_ports); in bcma_corecfg_get_port_list()
375 bcma_dinfo_init_port_resource_info(bus, dinfo, &corecfg->wrapper_ports); in bcma_init_dinfo()
H A Dbcmavar.h171 struct bcma_sport_list wrapper_ports; /**< wrapper port descriptors */ member