Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h52 u_long num_dport; /**< number of slave port descriptors */ member
H A Dbcma_erom.c768 core->num_dport = BCMA_EROM_GET_ATTR(entry, COREB_NUM_DP); in bcma_erom_parse_core()
1112 KASSERT(core.num_dport <= BCMA_PID_MAX, ("unsupported dport count")); in bcma_erom_next_corecfg()
1164 if (core.num_dport > 0) { in bcma_erom_next_corecfg()
1175 cfg->num_bridge_ports = core.num_dport; in bcma_erom_next_corecfg()
1178 cfg->num_dev_ports = core.num_dport; in bcma_erom_next_corecfg()
1184 for (uint8_t sp_num = 0; sp_num < core.num_dport; sp_num++) { in bcma_erom_next_corecfg()