Searched refs:first_port (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dlink.h90 u16 first_port; /* First port to service */ member in struct:LPB
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dksz884x.c1336 * @first_port: Index of first port this port supports.
1349 int first_port; member in struct:ksz_port
3308 for (i = 0, p = port->first_port; i < port->port_cnt; i++, p++) {
3391 for (i = 0, p = port->first_port; i < port->port_cnt; i++, p++) {
3443 for (i = 0, p = port->first_port; i < port->port_cnt; i++, p++) {
3467 for (i = 0, p = port->first_port; i < port->port_cnt; i++, p++)
4671 hw->dst_ports = 1 << priv->port.first_port;
5386 port_set_stp_state(hw, port->first_port, STP_STATE_DISABLED);
5390 pi = 1 << port->first_port;
5397 if (port->first_port >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_pci.c2298 int num_iomem, num_port, first_port = -1, i; local
2328 if (first_port == -1)
2329 first_port = i;
2341 board->flags = first_port;
2342 board->num_ports = pci_resource_len(dev, first_port) / 8;
2351 first_port = -1;
2356 (first_port == -1 || (first_port + num_port) == i)) {
2358 if (first_port == -1)
2359 first_port
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_link.c6544 s8 port, first_port, i; local
6554 first_port = PORT_0;
6556 first_port = PORT_1;
6559 for (i = 0, port = first_port; i < PORT_MAX; i++, port = !port) {
6587 for (i = 0, port = first_port; i < PORT_MAX; i++, port = !port) {

Completed in 198 milliseconds