Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h51 u_long num_mport; /**< number of master port descriptors */ member
H A Dbcma_erom.c233 for (u_long i = 0; i < ec.num_mport; i++) { in bcma_erom_lookup_core_addr()
767 core->num_mport = BCMA_EROM_GET_ATTR(entry, COREB_NUM_MP); in bcma_erom_parse_core()
1111 KASSERT(core.num_mport <= BCMA_PID_MAX, ("unsupported mport count")); in bcma_erom_next_corecfg()
1125 cfg->num_master_ports = core.num_mport; in bcma_erom_next_corecfg()
1131 for (uint8_t i = 0; i < core.num_mport; i++) { in bcma_erom_next_corecfg()