/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | ccm_mbox.c | 238 nn_dp_warn(&nn->dp, "mailbox oversized TLV type:%d offset:%u len:%u\n", in nfp_ccm_mbox_copy_out() 249 nn_dp_warn(&nn->dp, "mailbox unknown TLV type:%d offset:%u len:%u\n", in nfp_ccm_mbox_copy_out() 255 nn_dp_warn(&nn->dp, "mailbox msg too short to contain header TLV type:%d offset:%u len:%u\n", in nfp_ccm_mbox_copy_out() 264 nn_dp_warn(&nn->dp, "mailbox request not found:%u\n", in nfp_ccm_mbox_copy_out() 271 nn_dp_warn(&nn->dp, in nfp_ccm_mbox_copy_out() 279 nn_dp_warn(&nn->dp, "mailbox msg reply wrong type:%u expected:%lu\n", in nfp_ccm_mbox_copy_out() 286 nn_dp_warn(&nn->dp, "mailbox msg reply wrong size type:%u expected:%u have:%u\n", in nfp_ccm_mbox_copy_out() 292 nn_dp_warn(&nn->dp, "mailbox msg oversized reply type:%u max:%u have:%u\n", in nfp_ccm_mbox_copy_out() 323 nn_dp_warn(&nn->dp, in nfp_ccm_mbox_copy_out() 343 nn_dp_warn(&nn->dp, in nfp_ccm_mbox_copy_out() [all …]
|
H A D | nfp_net_dp.c | 30 nn_dp_warn(dp, "Failed to alloc receive page frag\n"); in nfp_net_rx_alloc_one() 37 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_net_rx_alloc_one()
|
H A D | ccm.c | 10 #define ccm_warn(app, msg...) nn_dp_warn(&(app)->ctrl->dp, msg)
|
H A D | nfp_net.h | 43 #define nn_dp_warn(dp, fmt, args...) \ macro
|
H A D | nfp_net_common.c | 631 nn_dp_warn(dp, "tls_encrypt_skb() produced fragmented frame\n"); in nfp_net_tls_tx()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | dp.c | 147 nn_dp_warn(dp, "partial checksum but ipv=%x!\n", iph->version); in nfp_nfd3_tx_csum() 159 nn_dp_warn(dp, "partial checksum but l4 proto=%x!\n", l4_hdr); in nfp_nfd3_tx_csum() 277 nn_dp_warn(dp, "TX ring %d busy. wrp=%u rdp=%u\n", in nfp_nfd3_tx() 402 nn_dp_warn(dp, "Failed to map DMA TX buffer\n"); in nfp_nfd3_tx() 569 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_nfd3_napi_alloc_one() 980 nn_dp_warn(dp, "oversized RX packet metadata %u\n", in nfp_nfd3_rx() 997 nn_dp_warn(dp, "invalid RX packet metadata\n"); in nfp_nfd3_rx() 1219 nn_dp_warn(dp, "Driver's CTRL TX does not implement gather\n"); in nfp_nfd3_ctrl_tx_one() 1236 nn_dp_warn(dp, "CTRL TX on skb without headroom\n"); in nfp_nfd3_ctrl_tx_one() 1278 nn_dp_warn(dp, "Failed to DMA map TX CTRL buffer\n"); in nfp_nfd3_ctrl_tx_one() [all …]
|
H A D | xsk.c | 148 nn_dp_warn(dp, "Starved of RX buffers\n"); in nfp_nfd3_xsk_rx() 172 nn_dp_warn(dp, "Oversized RX packet metadata %u\n", in nfp_nfd3_xsk_rx() 196 nn_dp_warn(dp, "Invalid RX packet metadata\n"); in nfp_nfd3_xsk_rx()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | tls.c | 121 nn_dp_warn(&nn->dp, "failed to %s TLS: %d\n", name, err); in nfp_net_tls_communicate_simple() 128 nn_dp_warn(&nn->dp, "failed to %s TLS, fw replied: %d\n", in nfp_net_tls_communicate_simple() 362 nn_dp_warn(&nn->dp, "failed to add TLS: %d (%d)\n", in nfp_net_tls_add() 374 nn_dp_warn(&nn->dp, in nfp_net_tls_add() 381 nn_dp_warn(&nn->dp, "FW returned NULL handle\n"); in nfp_net_tls_add()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
H A D | dp.c | 99 nn_dp_warn(dp, "partial checksum but ipv=%x!\n", iph->version); in nfp_nfdk_tx_csum() 276 nn_dp_warn(dp, "TX ring %d busy. wrp=%u rdp=%u\n", in nfp_nfdk_tx() 453 nn_dp_warn(dp, "Failed to map DMA TX buffer\n"); in nfp_nfdk_tx() 589 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_nfdk_napi_alloc_one() 1102 nn_dp_warn(dp, "oversized RX packet metadata %u\n", in nfp_nfdk_rx() 1116 nn_dp_warn(dp, "invalid RX packet metadata\n"); in nfp_nfdk_rx() 1331 nn_dp_warn(dp, "Driver's CTRL TX does not implement gather\n"); in nfp_nfdk_ctrl_tx_one() 1349 nn_dp_warn(dp, "CTRL TX on skb without headroom\n"); in nfp_nfdk_ctrl_tx_one() 1440 nn_dp_warn(dp, "Failed to map DMA TX buffer\n"); in nfp_nfdk_ctrl_tx_one() 1522 nn_dp_warn(dp, "incorrect metadata for ctrl packet (%d)\n", in nfp_ctrl_rx_one() [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 21 #define cmsg_warn(bpf, msg...) nn_dp_warn(&(bpf)->app->ctrl->dp, msg)
|