Searched refs:nn_dp_warn (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/ |
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 …]
|
D | nfp_net_common.c | 808 nn_dp_warn(dp, "partial checksum but ipv=%x!\n", iph->version); in nfp_net_tx_csum() 820 nn_dp_warn(dp, "partial checksum but l4 proto=%x!\n", l4_hdr); in nfp_net_tx_csum() 872 nn_dp_warn(dp, "tls_encrypt_skb() produced fragmented frame\n"); in nfp_net_tls_tx() 1007 nn_dp_warn(dp, "TX ring %d busy. wrp=%u rdp=%u\n", in nfp_net_tx() 1129 nn_dp_warn(dp, "Failed to map DMA TX buffer\n"); in nfp_net_tx() 1390 nn_dp_warn(dp, "Failed to alloc receive page frag\n"); in nfp_net_rx_alloc_one() 1397 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_net_rx_alloc_one() 1424 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_net_napi_alloc_one() 1893 nn_dp_warn(dp, "oversized RX packet metadata %u\n", in nfp_net_rx() 1910 nn_dp_warn(dp, "invalid RX packet metadata\n"); in nfp_net_rx() [all …]
|
D | ccm.c | 10 #define ccm_warn(app, msg...) nn_dp_warn(&(app)->ctrl->dp, msg)
|
D | nfp_net.h | 43 #define nn_dp_warn(dp, fmt, args...) \ macro
|
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/crypto/ |
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()
|
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.h | 21 #define cmsg_warn(bpf, msg...) nn_dp_warn(&(bpf)->app->ctrl->dp, msg)
|