Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/netronome/nfp/
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 …]
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()
Dccm.c10 #define ccm_warn(app, msg...) nn_dp_warn(&(app)->ctrl->dp, msg)
Dnfp_net.h43 #define nn_dp_warn(dp, fmt, args...) \ macro
Dnfp_net_common.c629 nn_dp_warn(dp, "tls_encrypt_skb() produced fragmented frame\n"); in nfp_net_tls_tx()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfd3/
Ddp.c146 nn_dp_warn(dp, "partial checksum but ipv=%x!\n", iph->version); in nfp_nfd3_tx_csum()
158 nn_dp_warn(dp, "partial checksum but l4 proto=%x!\n", l4_hdr); in nfp_nfd3_tx_csum()
259 nn_dp_warn(dp, "TX ring %d busy. wrp=%u rdp=%u\n", in nfp_nfd3_tx()
381 nn_dp_warn(dp, "Failed to map DMA TX buffer\n"); in nfp_nfd3_tx()
548 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_nfd3_napi_alloc_one()
951 nn_dp_warn(dp, "oversized RX packet metadata %u\n", in nfp_nfd3_rx()
968 nn_dp_warn(dp, "invalid RX packet metadata\n"); in nfp_nfd3_rx()
1183 nn_dp_warn(dp, "Driver's CTRL TX does not implement gather\n"); in nfp_nfd3_ctrl_tx_one()
1200 nn_dp_warn(dp, "CTRL TX on skb without headroom\n"); in nfp_nfd3_ctrl_tx_one()
1242 nn_dp_warn(dp, "Failed to DMA map TX CTRL buffer\n"); in nfp_nfd3_ctrl_tx_one()
[all …]
Dxsk.c148 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()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/crypto/
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-6.1.9/drivers/net/ethernet/netronome/nfp/nfdk/
Ddp.c98 nn_dp_warn(dp, "partial checksum but ipv=%x!\n", iph->version); in nfp_nfdk_tx_csum()
256 nn_dp_warn(dp, "TX ring %d busy. wrp=%u rdp=%u\n", in nfp_nfdk_tx()
428 nn_dp_warn(dp, "Failed to map DMA TX buffer\n"); in nfp_nfdk_tx()
564 nn_dp_warn(dp, "Failed to map DMA RX buffer\n"); in nfp_nfdk_napi_alloc_one()
1068 nn_dp_warn(dp, "oversized RX packet metadata %u\n", in nfp_nfdk_rx()
1082 nn_dp_warn(dp, "invalid RX packet metadata\n"); in nfp_nfdk_rx()
1290 nn_dp_warn(dp, "Driver's CTRL TX does not implement gather\n"); in nfp_nfdk_ctrl_tx_one()
1308 nn_dp_warn(dp, "CTRL TX on skb without headroom\n"); in nfp_nfdk_ctrl_tx_one()
1399 nn_dp_warn(dp, "Failed to map DMA TX buffer\n"); in nfp_nfdk_ctrl_tx_one()
1481 nn_dp_warn(dp, "incorrect metadata for ctrl packet (%d)\n", in nfp_ctrl_rx_one()
[all …]
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.h21 #define cmsg_warn(bpf, msg...) nn_dp_warn(&(bpf)->app->ctrl->dp, msg)