Searched refs:bgmac_err (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/broadcom/ |
| D | bgmac.c | 75 bgmac_err(bgmac, "Timeout suspending DMA TX ring 0x%X (BGMAC_DMA_TX_STAT: 0x%08X)\n", in bgmac_dma_tx_reset() 89 bgmac_err(bgmac, "Reset of DMA TX ring 0x%X failed\n", in bgmac_dma_tx_reset() 152 bgmac_err(bgmac, "Too long skb (%d)\n", skb->len); in bgmac_dma_tx_add() 165 bgmac_err(bgmac, "TX ring is full, queue should be stopped!\n"); in bgmac_dma_tx_add() 232 bgmac_err(bgmac, "Mapping error of skb on ring 0x%X\n", in bgmac_dma_tx_add() 307 bgmac_err(bgmac, "Reset of ring 0x%X RX failed\n", in bgmac_dma_rx_reset() 357 bgmac_err(bgmac, "DMA mapping error\n"); in bgmac_dma_rx_skb_for_slot() 452 bgmac_err(bgmac, "Found poisoned packet at slot %d, DMA issue!\n", in bgmac_dma_rx_read() 459 bgmac_err(bgmac, "Found oversized packet at slot %d, DMA issue!\n", in bgmac_dma_rx_read() 616 bgmac_err(bgmac, "Core does not report 64-bit DMA\n"); in bgmac_dma_alloc() [all …]
|
| D | bgmac.h | 6 #define bgmac_err(bgmac, fmt, ...) \ macro
|