Home
last modified time | relevance | path

Searched refs:usnic_err (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/infiniband/hw/usnic/
H A Dusnic_transport.c97 usnic_err("Failed to allocate port for %s\n", in usnic_transport_rsrv_port()
105 usnic_err("Failed to allocate port - transport %s unsupported\n", in usnic_transport_rsrv_port()
123 usnic_err("Unreserved invalid port num 0 for %s\n", in usnic_transport_unrsrv_port()
129 usnic_err("Unreserving invalid %hu for %s\n", in usnic_transport_unrsrv_port()
140 usnic_err("Freeing invalid port %hu for %d\n", port_num, type); in usnic_transport_unrsrv_port()
153 usnic_err("Unable to lookup socket for fd %d with err %d\n", in usnic_transport_get_socket()
H A Dusnic_fwd.c60 usnic_err("Dev %s vnic idx %u cmd %u failed with status %d\n", in usnic_fwd_devcmd_locked()
219 usnic_err("Failed to allocate memory\n"); in usnic_fwd_alloc_flow()
229 usnic_err("Forwarding dev %s not ready with status %d\n", in usnic_fwd_alloc_flow()
236 usnic_err("Failed to validate filter with status %d\n", in usnic_fwd_alloc_flow()
247 usnic_err("VF %s Filter add failed with status:%d", in usnic_fwd_alloc_flow()
284 usnic_err("PF %s VF Idx %u Filter: %u FILTER DELETE failed with status %d", in usnic_fwd_dealloc_flow()
317 usnic_err("PF %s VNIC Index %u RQ Index: %u ENABLE Failed with status %d", in usnic_fwd_enable_qp()
344 usnic_err("PF %s VNIC Index %u RQ Index: %u DISABLE Failed with status %d", in usnic_fwd_disable_qp()
H A Dusnic_ib_qp_grp.c120 usnic_err("Unable to get qp res with err %ld\n", in enable_qp_grp()
130 usnic_err("Failed to enable qp %d of %s:%d\n with err %d\n", in enable_qp_grp()
161 usnic_err("Unable to get qp res with err %ld\n", in disable_qp_grp()
171 usnic_err("Failed to disable rq %d of %s:%d\n with err %d\n", in disable_qp_grp()
189 usnic_err("Unable to get %s with err %ld\n", in init_filter_action()
290 usnic_err("Protocol for fd %d is not UDP", sock_fd); in create_udp_flow()
349 usnic_err("Unsupported transport %u\n", in create_and_add_flow()
522 usnic_err("Failed to transition %u from %s to %s", in usnic_ib_qp_grp_modify()
560 usnic_err("Failed to get %s from %s with err %d\n", in alloc_res_chunk_list()
598 usnic_err("Failed to attach %s to domain\n", in qp_grp_and_vf_bind()
[all …]
H A Dusnic_ib_main.c123 usnic_err("Failed to transition qp grp %u from %s to %s\n", in usnic_ib_qp_grp_modify_active_to_err()
398 usnic_err("Device %s context alloc failed\n", in usnic_ib_device_add()
405 usnic_err("Failed to alloc ufdev for %s\n", pci_name(dev)); in usnic_ib_device_add()
461 usnic_err("failed -- deallocing device\n"); in usnic_ib_device_add()
555usnic_err("IOMMU required but not present or enabled. USNIC QPs will not function w/o enabling IO… in usnic_ib_pci_probe()
565 usnic_err("Failed to enable %s with err %d\n", in usnic_ib_pci_probe()
572 usnic_err("Failed to request region for %s with err %d\n", in usnic_ib_pci_probe()
583 usnic_err("Failed to alloc vnic for %s with err %d\n", in usnic_ib_pci_probe()
591 usnic_err("Failed to discover pf of vnic %s with err%d\n", in usnic_ib_pci_probe()
667 usnic_err("Unable to register with PCI\n"); in usnic_ib_init()
[all …]
H A Dusnic_uiom.c59 usnic_err("Device %s iommu fault domain 0x%p va 0x%lx flags 0x%x\n", in usnic_uiom_dma_fault()
282 usnic_err("Failed to map va 0x%lx pa %pa size 0x%zx with err %d\n", in usnic_uiom_map_sorted_intervals()
299 usnic_err("Failed to map va 0x%lx pa %pa size 0x%zx with err %d\n", in usnic_uiom_map_sorted_intervals()
367 usnic_err("Failed get_pages vpn [0x%lx,0x%lx] err %d\n", in usnic_uiom_reg_get()
379 usnic_err("Failed disjoint interval vpn [0x%lx,0x%lx] err %d\n", in usnic_uiom_reg_get()
386 usnic_err("Failed map interval vpn [0x%lx,0x%lx] err %d\n", in usnic_uiom_reg_get()
395 usnic_err("Failed insert interval vpn [0x%lx,0x%lx] err %d\n", in usnic_uiom_reg_get()
448 usnic_err("Failed to allocate IOMMU domain"); in usnic_uiom_alloc_pd()
482 usnic_err("IOMMU of %s does not support cache coherency\n", in usnic_uiom_attach_dev_to_pd()
516 usnic_err("Unable to free dev %s - not found\n", in usnic_uiom_detach_dev_from_pd()
H A Dusnic_vnic.c309 usnic_err("Wrong res count with cnt %d\n", cnt); in usnic_vnic_alloc_res_chunk()
362 usnic_err("Cannot memory-map BAR %d, aborting\n", in usnic_vnic_discover_resources()
373 usnic_err("Failed to register device %s\n", in usnic_vnic_discover_resources()
444 usnic_err("PCI dev %s is disabled\n", pci_name(pdev)); in usnic_vnic_alloc()
456 usnic_err("Failed to discover %s resources with err %d\n", in usnic_vnic_alloc()
H A Dusnic_log.h67 #define usnic_err(args...) \ macro