Searched refs:nn_dp_warn (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_common.c | 757 nn_dp_warn(dp, "partial checksum but ipv=%x!\n", iph->version); in nfp_net_tx_csum() 769 nn_dp_warn(dp, "partial checksum but l4 proto=%x!\n", l4_hdr); in nfp_net_tx_csum() 839 nn_dp_warn(dp, "TX ring %d busy. wrp=%u rdp=%u\n", in nfp_net_tx() 955 nn_dp_warn(dp, "Failed to map DMA TX buffer\n"); in nfp_net_tx() 1217 nn_dp_warn(dp, "Failed to alloc receive page frag\n"); in nfp_net_rx_alloc_one() 1224 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_net_rx_alloc_one() 1251 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_net_napi_alloc_one() 1708 nn_dp_warn(dp, "oversized RX packet metadata %u\n", in nfp_net_rx() 1727 nn_dp_warn(dp, "invalid RX packet metadata\n"); in nfp_net_rx() 1891 nn_dp_warn(dp, "Driver's CTRL TX does not implement gather\n"); in nfp_ctrl_tx_one() [all …]
|
D | nfp_net.h | 69 #define nn_dp_warn(dp, fmt, args...) \ macro
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.h | 50 #define cmsg_warn(bpf, msg...) nn_dp_warn(&(bpf)->app->ctrl->dp, msg)
|