Searched defs:mib_port_cnt (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/micrel/
H A Dksz884x.c1241 * @mib_port_cnt: Number of ports with MIB counters.
1279 int mib_port_cnt; member in struct:ksz_hw
1336 * @mib_port_cnt: Number of ports with MIB counters.
1349 int mib_port_cnt; member in struct:ksz_port
5524 for (i = 0; i < hw->mib_port_cnt; i++) {
5570 if (hw->mib_port_cnt)
5627 for (i = 0, p = port->first_port; i < port->mib_port_cnt; i++, p++) {
6534 for (i = 0, p = port->first_port; i < port->mib_port_cnt; i++, p++) {
6548 if (1 == port->mib_port_cnt && n < SWITCH_PORT_NUM) {
6555 for (i = 0, p = n; i < port->mib_port_cnt
[all...]

Completed in 143 milliseconds