Searched refs:nn_dp_warn (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_common.c | 749 nn_dp_warn(dp, "partial checksum but ipv=%x!\n", iph->version); in nfp_net_tx_csum() 761 nn_dp_warn(dp, "partial checksum but l4 proto=%x!\n", l4_hdr); in nfp_net_tx_csum() 831 nn_dp_warn(dp, "TX ring %d busy. wrp=%u rdp=%u\n", in nfp_net_tx() 947 nn_dp_warn(dp, "Failed to map DMA TX buffer\n"); in nfp_net_tx() 1210 nn_dp_warn(dp, "Failed to alloc receive page frag\n"); in nfp_net_rx_alloc_one() 1217 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_net_rx_alloc_one() 1237 nn_dp_warn(dp, "Failed to alloc receive page frag\n"); in nfp_net_napi_alloc_one() 1244 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_net_napi_alloc_one() 1713 nn_dp_warn(dp, "oversized RX packet metadata %u\n", in nfp_net_rx() 1732 nn_dp_warn(dp, "invalid RX packet metadata\n"); in nfp_net_rx() [all …]
|
D | nfp_net.h | 68 #define nn_dp_warn(dp, fmt, args...) \ macro
|