Searched refs:ReceiveIrq (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skge.c | 215 static void ReceiveIrq(SK_AC*, RX_PORT*, SK_BOOL); 1311 ReceiveIrq(pAC, &pAC->RxPort[0], SK_TRUE); in SkGeIsr() 1318 ReceiveIrq(pAC, &pAC->RxPort[1], SK_TRUE); in SkGeIsr() 1460 ReceiveIrq(pAC, &pAC->RxPort[0], SK_TRUE); in SkGeIsrOnePort() 1752 ReceiveIrq(pAC, &pAC->RxPort[i], SK_TRUE); in SkGeClose() 1758 ReceiveIrq(pAC, &pAC->RxPort[pNet->PortNr], SK_TRUE); in SkGeClose() 2393 static void ReceiveIrq( function 3173 ReceiveIrq(pAC, &pAC->RxPort[i], SK_TRUE); 4593 ReceiveIrq(pAC, &pAC->RxPort[FromPort], SK_FALSE); 4775 ReceiveIrq(pAC, &pAC->RxPort[FromPort], SK_FALSE); /* clears rx ring */ [all …]
|