Home
last modified time | relevance | path

Searched refs:nn_dp_warn (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c238 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 Dnfp_net_dp.c30 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 Dccm.c10 #define ccm_warn(app, msg...) nn_dp_warn(&(app)->ctrl->dp, msg)
H A Dnfp_net.h43 #define nn_dp_warn(dp, fmt, args...) \ macro
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c121 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/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h21 #define cmsg_warn(bpf, msg...) nn_dp_warn(&(bpf)->app->ctrl->dp, msg)