Searched refs:last_port (Results 1 - 5 of 5) 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.h91 u16 last_port; /* Last port to service */ member in struct:LPB
H A Drioroute.c574 if (((unit * 8) + 7) > readw(&HostP->LinkStrP[link].last_port)) {
576 writew((unit * 8) + 7, &HostP->LinkStrP[link].last_port);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pko.c77 int last_port = local
80 cvmx_pko_get_base_queue(last_port) +
81 cvmx_pko_get_num_queues(last_port);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.c1286 struct port *last_port = NULL, *curr_port; local
1298 for (curr_port=temp_aggregator->lag_ports; curr_port; last_port=curr_port, curr_port=curr_port->next_port_in_aggregator) {
1301 if (!last_port) {// if it is the first port attached to the aggregator
1304 last_port->next_port_in_aggregator=port->next_port_in_aggregator;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-core.c6435 int last_port = -1, last_device = -1; local
6464 te.port = last_port;
6470 last_port = te.port;

Completed in 1306 milliseconds