Searched refs:NUM_DESC_PER_RING_TX (Results 1 – 1 of 1) sorted by relevance
390 #define NUM_DESC_PER_RING_TX 512 /* TX Do not change these values */ macro1646 writel(NUM_DESC_PER_RING_TX - 1, &txdma->pr_num_des); in et131x_config_tx_dma_regs()2365 desc_size = (sizeof(struct tx_desc) * NUM_DESC_PER_RING_TX); in et131x_tx_dma_memory_alloc()2395 desc_size = (sizeof(struct tx_desc) * NUM_DESC_PER_RING_TX); in et131x_tx_dma_memory_free()2517 thiscopy = NUM_DESC_PER_RING_TX - INDEX10(tx_ring->send_idx); in nic_send_packet()2533 INDEX10(tx_ring->send_idx) == NUM_DESC_PER_RING_TX) { in nic_send_packet()2548 tcb->index = NUM_DESC_PER_RING_TX - 1; in nic_send_packet()2550 tcb->index = ET_DMA10_WRAP|(NUM_DESC_PER_RING_TX - 1); in nic_send_packet()2662 NUM_DESC_PER_RING_TX) { in free_send_packet()