Searched refs:CPDMA_TX_STAT (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/ti/ |
D | cpsw.c | 425 #define CPDMA_TX_STAT(m) CPDMA_TX_STATS, \ macro 477 { "Tx DMA chan: head_enqueue", CPDMA_TX_STAT(head_enqueue) }, 478 { "Tx DMA chan: tail_enqueue", CPDMA_TX_STAT(tail_enqueue) }, 479 { "Tx DMA chan: pad_enqueue", CPDMA_TX_STAT(pad_enqueue) }, 480 { "Tx DMA chan: misqueued", CPDMA_TX_STAT(misqueued) }, 481 { "Tx DMA chan: desc_alloc_fail", CPDMA_TX_STAT(desc_alloc_fail) }, 482 { "Tx DMA chan: pad_alloc_fail", CPDMA_TX_STAT(pad_alloc_fail) }, 483 { "Tx DMA chan: runt_receive_buf", CPDMA_TX_STAT(runt_receive_buff) }, 484 { "Tx DMA chan: runt_transmit_buf", CPDMA_TX_STAT(runt_transmit_buff) }, 485 { "Tx DMA chan: empty_dequeue", CPDMA_TX_STAT(empty_dequeue) }, [all …]
|