Searched refs:ActivePort (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skaddr.c | 163 pAC->Addr.Net[i].ActivePort = pAC->Rlmt.Net[i].ActivePort; in SkAddrInit() 189 pAC->Addr.Port[pAC->Addr.Net[0].ActivePort].Exact[0] = in SkAddrInit() 1247 Port[pAC->Addr.Net[NetNumber].ActivePort]->PortNumber; in SkAddrOverride() 1266 Port[pAC->Addr.Net[NetNumber].ActivePort]->PortNumber; in SkAddrOverride() 1362 Port[pAC->Addr.Net[NetNumber].ActivePort]->PortNumber; in SkAddrOverride() 1754 ActivePort = i; in SkAddrSwap()
|
D | skge.c | 995 pAC->ActivePort, in SkGeBoardInit() 1704 PortIdx = pAC->ActivePort; in SkGeClose() 1814 &pAC->TxPort[pAC->ActivePort][TX_PRIO_LOW], in SkGeXmit() 1826 &pAC->TxPort[pAC->ActivePort][TX_PRIO_LOW], in SkGeXmit() 2660 if ((PortIndex == pAC->ActivePort) || 2915 SkAddrOverride(pAC, pAC->IoBase, pAC->ActivePort, 2956 PortIdx = pAC->ActivePort; 3104 if (i == pAC->ActivePort) { 3121 if (i == pAC->ActivePort) { 4047 pAC->ActivePort = 0; [all …]
|
D | skrlmt.c | 376 pAC->Rlmt.Net[i].ActivePort = pAC->Rlmt.Net[i].PrefPort; in SkRlmtInit() 1624 Active = pAC->Rlmt.Net[NetIdx].ActivePort; /* Index of active port. */ in SkRlmtCheckSwitch() 1644 Port[pAC->Rlmt.Net[NetIdx].ActivePort]->PortNumber; in SkRlmtCheckSwitch() 1676 pAC->Rlmt.Net[NetIdx].ActivePort = i; in SkRlmtCheckSwitch() 1790 pAC->Rlmt.Net[NetIdx].ActivePort = Para.Para32[1]; in SkRlmtCheckSwitch() 1808 Port[pAC->Rlmt.Net[NetIdx].ActivePort]->PortNumber; in SkRlmtCheckSwitch() 2237 pRPort->Net->Port[pRPort->Net->ActivePort]->PortNumber) { in SkRlmtEvtPortDownX() 2984 Net[1].ActivePort]->PortNumber, NULL, SK_ADDR_CLEAR_LOGICAL); in SkRlmtEvtSetNets() 2995 pAC->Rlmt.Net[i].ActivePort = pAC->Rlmt.Net[i].PrefPort; in SkRlmtEvtSetNets() 3022 pAC->Rlmt.Net[i].ActivePort = pAC->Rlmt.Net[i].PrefPort; in SkRlmtEvtSetNets() [all …]
|
D | skgeinit.c | 285 int ActivePort, /* Active Port in RLMT mode */ in SkGeInitAssignRamToQueues() argument 295 if (ActivePort >= pAC->GIni.GIMacsFound) { in SkGeInitAssignRamToQueues() 298 ActivePort)); in SkGeInitAssignRamToQueues() 340 if (i != ActivePort) { in SkGeInitAssignRamToQueues() 357 pGePort = &pAC->GIni.GP[ActivePort]; in SkGeInitAssignRamToQueues()
|
/linux-2.4.37.9/drivers/net/sk98lin/h/ |
D | skaddr.h | 201 SK_U32 ActivePort; /* View of module ADDR. */ member
|
D | skrlmt.h | 360 SK_U32 ActivePort; /* Active port. */ member
|
D | skdrv2nd.h | 460 int ActivePort; /* the active XMAC port */ member
|
D | skgeinit.h | 529 int ActivePort,
|