Home
last modified time | relevance | path

Searched refs:usnic_err (Results 1 – 5 of 5) 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_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_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_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