Searched refs:TxRingBuffer (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 Dport.h141 char *TxRingBuffer; member in struct:Port
H A Driotable.c855 if (PortP->TxRingBuffer)
856 memset(PortP->TxRingBuffer, 0, p->RIOBufferSize);
858 PortP->TxRingBuffer = kzalloc(p->RIOBufferSize, GFP_KERNEL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Dport.h141 char *TxRingBuffer; member in struct:Port
H A Driotable.c855 if (PortP->TxRingBuffer)
856 memset(PortP->TxRingBuffer, 0, p->RIOBufferSize);
858 PortP->TxRingBuffer = kzalloc(p->RIOBufferSize, GFP_KERNEL);

Completed in 73 milliseconds