Searched refs:num_mwrap (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h56 u_long num_mwrap; /**< number of master wrapper slave port descriptors */ member in struct:bcma_erom_core
H A Dbcma_erom.c383 core->num_mwrap = BCMA_EROM_GET_ATTR(entry, COREB_NUM_WMP);
787 KASSERT(core.num_mwrap + core.num_swrap <= BCMA_PID_MAX,
802 cfg->num_wrapper_ports = core.num_mwrap + core.num_swrap;
868 for (uint8_t sp_num = 0; sp_num < core.num_mwrap; sp_num++) {
891 * core.num_mwrap
893 * (core.num_mwrap > 0) ?
894 * core.num_mwrap :
898 sp_num = (core.num_mwrap > 0) ?
899 core.num_mwrap :

Completed in 67 milliseconds