Searched refs:num_swrap (Results 1 – 2 of 2) sorted by relevance
54 u_long num_swrap; /**< number of slave wrapper slave port descriptors */ member
770 core->num_swrap = BCMA_EROM_GET_ATTR(entry, COREB_NUM_WSP); in bcma_erom_parse_core()1113 KASSERT(core.num_mwrap + core.num_swrap <= BCMA_PID_MAX, in bcma_erom_next_corecfg()1128 cfg->num_wrapper_ports = core.num_mwrap + core.num_swrap; in bcma_erom_next_corecfg()1202 for (uint8_t i = 0; i < core.num_swrap; i++) { in bcma_erom_next_corecfg()