Searched refs:FromPort (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skge.c | 4548 int FromPort; /* the port from which we switch away */ local 4565 FromPort = Param.Para32[0]; 4567 ("PORT FAIL EVENT, Port: %d\n", FromPort)); 4568 if (FromPort == 0) { 4577 FromPort = Param.Para32[0]; 4579 ("PORT RESET EVENT, Port: %d ", FromPort)); 4580 NewPara.Para64 = FromPort; 4583 &pAC->TxPort[FromPort][TX_PRIO_LOW].TxDesRingLock, 4586 SkGeStopPort(pAC, IoC, FromPort, SK_STOP_ALL, SK_HARD_RST); 4589 &pAC->TxPort[FromPort][TX_PRIO_LOW].TxDesRingLock, [all …]
|