Searched refs:TxPktP (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Driotable.c529 u16 __iomem *TxPktP; local
532 for (TxPktP = PortP->TxStart; TxPktP <= PortP->TxEnd; TxPktP++) {
534 ** *TxPktP is the pointer to the
540 Pkt = (struct PKT __iomem *) RIO_PTR(HostP->Caddr, readw(&*TxPktP));
541 rio_dprintk(RIO_DEBUG_TABLE, "Tx packet (%x) destination: Old %x:%x New %x:%x\n", readw(TxPktP), readb(&Pkt->dest_unit), readb(&Pkt->dest_port), dest_unit, dest_port);
H A Drioroute.c515 u16 __iomem *TxPktP; local
547 for (TxPktP = PortP->TxStart; TxPktP <= PortP->TxEnd; TxPktP++) {
549 ** *TxPktP is the pointer to the transmit packet on the host
553 Pkt = (struct PKT __iomem *) RIO_PTR(HostP->Caddr, readw(TxPktP));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Driotable.c529 u16 __iomem *TxPktP; local
532 for (TxPktP = PortP->TxStart; TxPktP <= PortP->TxEnd; TxPktP++) {
534 ** *TxPktP is the pointer to the
540 Pkt = (struct PKT __iomem *) RIO_PTR(HostP->Caddr, readw(&*TxPktP));
541 rio_dprintk(RIO_DEBUG_TABLE, "Tx packet (%x) destination: Old %x:%x New %x:%x\n", readw(TxPktP), readb(&Pkt->dest_unit), readb(&Pkt->dest_port), dest_unit, dest_port);
H A Drioroute.c515 u16 __iomem *TxPktP; local
547 for (TxPktP = PortP->TxStart; TxPktP <= PortP->TxEnd; TxPktP++) {
549 ** *TxPktP is the pointer to the transmit packet on the host
553 Pkt = (struct PKT __iomem *) RIO_PTR(HostP->Caddr, readw(TxPktP));

Completed in 120 milliseconds