Searched refs:NUM_DESC_PER_RING_TX (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/drivers/staging/et131x/
H A Det1310_tx.c125 desc_size = (sizeof(struct tx_desc) * NUM_DESC_PER_RING_TX) + 4096 - 1;
166 desc_size = (sizeof(struct tx_desc) * NUM_DESC_PER_RING_TX)
206 writel(NUM_DESC_PER_RING_TX - 1, &txdma->pr_num_des);
552 thiscopy = NUM_DESC_PER_RING_TX -
569 INDEX10(etdev->tx_ring.send_idx) == NUM_DESC_PER_RING_TX) {
584 tcb->index = NUM_DESC_PER_RING_TX - 1;
586 tcb->index = ET_DMA10_WRAP|(NUM_DESC_PER_RING_TX - 1);
661 NUM_DESC_PER_RING_TX) {
H A Det131x_adapter.h70 #define NUM_DESC_PER_RING_TX 512 /* TX Do not change these values */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_tx.c125 desc_size = (sizeof(struct tx_desc) * NUM_DESC_PER_RING_TX) + 4096 - 1;
166 desc_size = (sizeof(struct tx_desc) * NUM_DESC_PER_RING_TX)
206 writel(NUM_DESC_PER_RING_TX - 1, &txdma->pr_num_des);
552 thiscopy = NUM_DESC_PER_RING_TX -
569 INDEX10(etdev->tx_ring.send_idx) == NUM_DESC_PER_RING_TX) {
584 tcb->index = NUM_DESC_PER_RING_TX - 1;
586 tcb->index = ET_DMA10_WRAP|(NUM_DESC_PER_RING_TX - 1);
661 NUM_DESC_PER_RING_TX) {
H A Det131x_adapter.h70 #define NUM_DESC_PER_RING_TX 512 /* TX Do not change these values */ macro

Completed in 58 milliseconds