Searched refs:cmsg_warn (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | cmsg.c | 64 cmsg_warn(bpf, "all FW request contexts busy!\n"); in nfp_bpf_alloc_tag() 185 cmsg_warn(bpf, "%s waiting for response to 0x%02x: %d\n", in nfp_bpf_cmsg_wait_reply() 191 cmsg_warn(bpf, "timeout waiting for response to 0x%02x\n", in nfp_bpf_cmsg_wait_reply() 229 cmsg_warn(bpf, "cmsg drop - wrong type 0x%02x != 0x%02lx!\n", in nfp_bpf_cmsg_communicate() 235 cmsg_warn(bpf, "cmsg drop - type 0x%02x wrong size %d != %d!\n", in nfp_bpf_cmsg_communicate() 264 cmsg_warn(bpf, "FW responded with invalid status: %u\n", rc); in nfp_bpf_ctrl_rc_to_errno() 319 cmsg_warn(bpf, "leaking map - failed to allocate msg\n"); in nfp_bpf_ctrl_free_map() 329 cmsg_warn(bpf, "leaking map - I/O error\n"); in nfp_bpf_ctrl_free_map() 336 cmsg_warn(bpf, "leaking map - FW responded with: %d\n", err); in nfp_bpf_ctrl_free_map() 437 cmsg_warn(bpf, "cmsg drop - too short %d!\n", skb->len); in nfp_bpf_ctrl_msg_rx() [all …]
|
D | main.h | 50 #define cmsg_warn(bpf, msg...) nn_dp_warn(&(bpf)->app->ctrl->dp, msg) macro
|
D | offload.c | 495 cmsg_warn(bpf, "perf event: map id %lld (0x%llx) not recognized, dropping event\n", in nfp_bpf_event_output()
|