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