Searched refs:ActivePort (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskaddr.h203 SK_U32 ActivePort; /* View of module ADDR. */ member in struct:s_AddrNet
H A Dskdrv2nd.h412 int ActivePort; /* the active XMAC port */ member in struct:s_AC
H A Dskrlmt.h340 SK_U32 ActivePort; /* Active port. */ member in struct:s_RlmtNet
H A Dskgeinit.h520 int ActivePort,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskaddr.c180 pAC->Addr.Net[i].ActivePort = pAC->Rlmt.Net[i].ActivePort;
206 pAC->Addr.Port[pAC->Addr.Net[0].ActivePort].Exact[0] =
1264 Port[pAC->Addr.Net[NetNumber].ActivePort]->PortNumber;
1283 Port[pAC->Addr.Net[NetNumber].ActivePort]->PortNumber;
1379 Port[pAC->Addr.Net[NetNumber].ActivePort]->PortNumber;
1771 ActivePort = i;
H A Dskge.c599 pAC->ActivePort,
1266 PortIdx = pAC->ActivePort;
1374 &pAC->TxPort[pAC->ActivePort][TX_PRIO_LOW],
1386 &pAC->TxPort[pAC->ActivePort][TX_PRIO_LOW],
2121 if ((PortIndex == pAC->ActivePort) ||
2374 SkAddrOverride(pAC, pAC->IoBase, pAC->ActivePort,
2415 PortIdx = pAC->ActivePort;
2549 if (i == pAC->ActivePort) {
2566 if (i == pAC->ActivePort) {
3534 pAC->ActivePort
[all...]
H A Dskgeinit.c251 int ActivePort, /* Active Port in RLMT mode */
261 if (ActivePort >= pAC->GIni.GIMacsFound) {
263 ("SkGeInitAssignRamToQueues: ActivePort (%d) invalid\n",
264 ActivePort));
306 if (i != ActivePort) {
323 pGePort = &pAC->GIni.GP[ActivePort];
249 SkGeInitAssignRamToQueues( SK_AC *pAC, int ActivePort, SK_BOOL DualNet) argument
H A Dskrlmt.c377 pAC->Rlmt.Net[i].ActivePort = pAC->Rlmt.Net[i].PrefPort;
1621 Active = pAC->Rlmt.Net[NetIdx].ActivePort; /* Index of active port. */
1635 Port[pAC->Rlmt.Net[NetIdx].ActivePort]->PortNumber;
1646 * If pAC->Rlmt.ActivePort != Para.Para32[0],
1667 pAC->Rlmt.Net[NetIdx].ActivePort = i;
1705 * If ActivePort is equal in quality, select ActivePort.
1709 * If ActivePort != SelectedPort,
1710 * If old ActivePort is LinkDown,
1781 pAC->Rlmt.Net[NetIdx].ActivePort
[all...]

Completed in 171 milliseconds