Home
last modified time | relevance | path

Searched refs:pr_err (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c132 pr_err("Multi has invalid child"); in mlxfw_mfa2_tlv_multi_validate()
264 pr_err("Device TLV error\n"); in mlxfw_mfa2_file_validate()
277 pr_err("Device TLV error\n"); in mlxfw_mfa2_file_validate()
433 pr_err("xz no memory\n"); in mlxfw_mfa2_xz_dec_run()
436 pr_err("xz file corrupted\n"); in mlxfw_mfa2_xz_dec_run()
439 pr_err("xz format not found\n"); in mlxfw_mfa2_xz_dec_run()
442 pr_err("unsupported xz option\n"); in mlxfw_mfa2_xz_dec_run()
445 pr_err("xz dictionary too small\n"); in mlxfw_mfa2_xz_dec_run()
448 pr_err("xz error %d\n", xz_ret); in mlxfw_mfa2_xz_dec_run()
482 pr_err("xz section too short\n"); in mlxfw_mfa2_file_cb_offset_xz()
[all …]
H A Dmlxfw_fsm.c86 pr_err("Firmware flash failed: %s\n", in mlxfw_fsm_state_wait()
92 pr_err("Timeout reached on FSM state change"); in mlxfw_fsm_state_wait()
125 pr_err("Component %d is of size %d which is bigger than limit %d\n", in mlxfw_flash_component()
186 pr_err("Could not find device PSID in MFA2 file\n"); in mlxfw_flash_components()
215 pr_err("Firmware file is not MFA2\n"); in mlxfw_firmware_flash()
226 pr_err("Could not lock the firmware FSM\n"); in mlxfw_firmware_flash()
242 pr_err("Could not activate the downloaded image\n"); in mlxfw_firmware_flash()
H A Dmlxfw_mfa2_tlv_multi.c94 pr_err("TLV parsing error\n"); in mlxfw_mfa2_tlv_multi_child_find()
115 pr_err("TLV parsing error\n"); in mlxfw_mfa2_tlv_multi_child_count()
/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c259 pr_err("QAT: initmem is out of range"); in qat_uclo_fetch_initmem_ae()
756 pr_err( in UcLo_checkTGroupList2X()
786 pr_err("Tgroup for CPM2X;\n"); in UcLo_checkTGroupList2X()
788 pr_err(" different list files\n"); in UcLo_checkTGroupList2X()
1180 pr_err("QAT: UOF incompatible\n"); in qat_uclo_parse_uof_obj()
1203 pr_err("QAT: Bad object\n"); in qat_uclo_parse_uof_obj()
1472 pr_err("QAT: MEM_CFG_ERR\n"); in qat_uclo_auth_fw()
1518 pr_err( in qat_uclo_broadcast_load_fw()
1539 pr_err( in qat_uclo_broadcast_load_fw()
1564 pr_err( in qat_uclo_broadcast_load_fw()
[all …]
H A Dadf_ctl_drv.c230 pr_err("QAT: Failed to get accel_dev\n"); in adf_ctl_ioctl_bundle()
237 pr_err("QAT: Failed to get accel\n"); in adf_ctl_ioctl_bundle()
242 pr_err("QAT: Invalid bank number %d\n", reserve.bank_nr); in adf_ctl_ioctl_bundle()
250 pr_err("QAT: Invalid user reserved bank\n"); in adf_ctl_ioctl_bundle()
269 pr_err("QAT: Failed to get bundle\n"); in adf_ctl_ioctl_reserve_ring()
275 pr_err("QAT: Bundle %d, rings 0x%04X already reserved\n", in adf_ctl_ioctl_reserve_ring()
293 pr_err("QAT: process %d not found\n", curproc->p_pid); in adf_ctl_ioctl_reserve_ring()
316 pr_err("QAT: Failed to get bundle\n"); in adf_ctl_ioctl_release_ring()
332 pr_err("QAT: No ring reservation found for PID %d\n", in adf_ctl_ioctl_release_ring()
360 pr_err("QAT: Failed to get bundle\n"); in adf_ctl_ioctl_enable_ring()
[all …]
H A Dadf_cfg_bundle.c81 pr_err("Trying to get ring pairs for a non-interrupt"); in adf_cfg_get_ring_pairs_from_bundle()
82 pr_err(" bundle from an interrupt bundle\n"); in adf_cfg_get_ring_pairs_from_bundle()
87 pr_err("Got an instance of different type (cy/dc) than the"); in adf_cfg_get_ring_pairs_from_bundle()
88 pr_err(" one request\n"); in adf_cfg_get_ring_pairs_from_bundle()
96 pr_err("User instance %s needs to be configured", inst->name); in adf_cfg_get_ring_pairs_from_bundle()
97 pr_err(" with IsPolled 1 or 2 for poll and epoll mode,"); in adf_cfg_get_ring_pairs_from_bundle()
98 pr_err(" respectively\n"); in adf_cfg_get_ring_pairs_from_bundle()
140 pr_err("1 Unknown service type %d of instance\n", inst->stype); in adf_cfg_get_ring_pairs_from_bundle()
338 pr_err("Unknown service type %d, mask 0x%x.\n", in adf_cfg_assign_serv_to_rings()
H A Dqat_hal.c123 pr_err("QAT: Read CSR timeout\n"); in qat_hal_rd_ae_csr()
141 pr_err("QAT: Write CSR Timeout\n"); in qat_hal_wr_ae_csr()
211 pr_err("QAT: bad ctx mode=%d\n", mode); in qat_hal_set_ae_ctx_mode()
232 pr_err("QAT: No next neigh for CPM2X\n"); in qat_hal_set_ae_nn_mode()
276 pr_err("QAT: lmType = 0x%x\n", lm_type); in qat_hal_set_ae_lm_mode()
614 pr_err("QAT: Fail to init eSram!\n"); in qat_hal_init_esram()
793 pr_err( in qat_hal_wr_uwords()
1855 pr_err("QAT: write gpr fail\n"); in qat_hal_init_gpr()
1893 pr_err("QAT: write wr xfer fail\n"); in qat_hal_init_wr_xfer()
1931 pr_err("QAT: write rd xfer fail\n"); in qat_hal_init_rd_xfer()
[all …]
/freebsd/sys/dev/enic/
H A Denic_compat.h35 #define pr_err(y, args...) dev_err(0, y, ##args) macro
37 #define BUG() pr_err("BUG at %s:%d", __func__, __LINE__)
H A Dvnic_dev.c52 pr_err("vNIC BAR0 res hdr not mem-mapped\n"); in vnic_dev_discover_res()
65 pr_err("vNIC BAR0 res magic/version error " \ in vnic_dev_discover_res()
196 pr_err("Busy devcmd %d\n", _CMD_N(cmd)); in _vnic_dev_cmd()
225 pr_err("Devcmd %d failed " \ in _vnic_dev_cmd()
239 pr_err("Timedout devcmd %d\n", _CMD_N(cmd)); in _vnic_dev_cmd()
255 pr_err("number of args %d exceeds the maximum\n", nargs); in vnic_dev_cmd_proxy()
273 pr_err("Error %d proxy devcmd %d\n", err, _CMD_N(cmd)); in vnic_dev_cmd_proxy()
288 pr_err("number of args %d exceeds the maximum\n", nargs); in vnic_dev_cmd_no_proxy()
637 pr_err("Can't set packet filter\n"); in vnic_dev_packet_filter()
654 pr_err("Can't add addr [%02x:%02x:%02x:%02x:%02x:%02x], %d\n", in vnic_dev_add_addr()
[all …]
H A Dvnic_intr.c23 pr_err("Failed to hook INTR[%d].ctrl resource\n", index); in vnic_intr_alloc()
H A Dvnic_rq.c74 pr_err("Failed to disable RQ[%d]\n", rq->index); in vnic_rq_disable()
H A Dvnic_wq.c66 pr_err("Failed to disable WQ[%d]\n", wq->index); in vnic_wq_disable()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c227 pr_err("Setting allocation size to %lu is not allowed. Recommended size is %lu\n", in ttm_pool_store()
314 pr_err("%s: Failed to set %d pages to uc!\n", in ttm_set_pages_caching()
320 pr_err("%s: Failed to set %d pages to wc!\n", in ttm_set_pages_caching()
386 pr_err("%s: Failed to set %d pages to wb!\n", in ttm_dma_pages_put()
399 pr_err("%s: Failed to set %d pages to wb!\n", in ttm_dma_page_put()
437 pr_err("%s: Failed to allocate memory for pool free operation\n", in ttm_dma_page_pool_free()
721 pr_err("%s: Unable to allocate table for new pages\n", in ttm_dma_pool_alloc_new_pages()
734 pr_err("%s: Unable to get page %u\n", in ttm_dma_pool_alloc_new_pages()
817 pr_err("%s: Failed to fill %s pool (r:%d)!\n", in ttm_dma_page_pool_fill_locked()
/freebsd/lib/libpmc/pmu-events/
H A Djson.c53 pr_err("Error opening events file '%s': %s\n", fn, in mapfile()
102 pr_err("%s: json error %s\n", fn, jsmn_strerror(res)); in parse_json()
H A Djson.h20 #define pr_err(fmt, ...) \ macro
H A Djevents.c87 pr_err("%s: Wrong AggregationMode value '%s'\n", prog, aggr_mode); in convert()
239 pr_err("%s: Unknown MSR in event file %.*s\n", prog, in lookup_msr()
284 pr_err("%s:%d: " m ", got %s\n", fn, \
524 pr_err("%s: could not find matching %s for %s\n", in try_fixup()
804 pr_err("%s: Invalid character '%c' in file name '%s'\n", in file_name_to_table_name()
1244 pr_err("Usage: %s <arch> <starting_dir> <output_file>\n", prog); in main()
1257 pr_err("%s Unable to create required file %s (%s)\n", in main()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c84 pr_err("GUID 0 block 0 is RO\n"); in store_admin_alias_guid()
192 pr_err("failed to create %s\n", vdentry->dentry.attr.name); in create_sysfs_entry()
208 pr_err("failed to create %s\n", attr->name); in add_sysfs_port_mcg_attr()
348 pr_err("add_port_entries FAILED: for port:%d, error: %d\n", in add_port_entries()
484 pr_err("mlx4_gen_pkey_eqe failed for slave %d," in store_port_pkey()
608 pr_err("failed to create smi_enabled\n"); in add_vf_smi_entries()
619 pr_err("failed to create enable_smi_admin\n"); in add_vf_smi_entries()
853 pr_err("mlx4_ib_device_register_sysfs error (%d)\n", ret); in mlx4_ib_device_register_sysfs()
H A Dmlx4_ib_mad.c1707 pr_err("Failed reposting tunnel " in mlx4_ib_tunnel_comp_worker()
1748 pr_err("Fatal error (%d) on a MAD QP on port %d\n", in pv_qp_event_handler()
1796 pr_err("Couldn't create %s QP (%d)\n", in create_pv_sqp()
1838 pr_err(" mlx4_ib_post_pv_buf error" in create_pv_sqp()
1888 pr_err("Failed reposting SQP " in mlx4_ib_sqp_comp_worker()
1920 pr_err("failed allocating pv resource context " in alloc_pv_object()
1978 pr_err("Couldn't create tunnel CQ (%d)\n", ret); in create_pv_resources()
1985 pr_err("Couldn't create tunnel PD (%d)\n", ret); in create_pv_resources()
1992 pr_err("Couldn't create %s QP0 (%d)\n", in create_pv_resources()
2000 pr_err("Couldn't create %s QP1 (%d)\n", in create_pv_resources()
[all …]
H A Dmlx4_ib_cm.c82 pr_err("trying to set local_comm_id in SIDR_REP\n"); in set_local_comm_id()
97 pr_err("trying to set local_comm_id in SIDR_REP\n"); in get_local_comm_id()
112 pr_err("trying to set remote_comm_id in SIDR_REQ\n"); in set_remote_comm_id()
127 pr_err("trying to set remote_comm_id in SIDR_REQ\n"); in get_remote_comm_id()
H A Dmlx4_ib_main.c1490 pr_err("Invalid priority value %d\n", flow_attr->priority); in __mlx4_ib_create_flow()
1495 pr_err("Invalid domain value %d\n", domain); in __mlx4_ib_create_flow()
1542 pr_err("mcg table is full. Fail to register network rule.\n"); in __mlx4_ib_create_flow()
1546 pr_err("Invalid argument. Fail to register network rule.\n"); in __mlx4_ib_create_flow()
1559 pr_err("Fail to detach network rule. registration id = 0x%llx\n", in __mlx4_ib_destroy_flow()
1809 pr_err("multicast attach op failed, err %d\n", err); in mlx4_ib_mcg_attach()
1889 pr_err("Couldn't find reg_id for mgid. Steering rule is left attached\n"); in mlx4_ib_mcg_detach()
2910 pr_err("failed to allocate memory for tunneling qp update\n"); in do_slave_init()
2917 pr_err("failed to allocate memory for tunneling qp update work struct\n"); in do_slave_init()
3078 pr_err("failed to allocate memory for sl2vl update work\n"); in mlx4_sched_ib_sl2vl_update_work()
[all …]
H A Dmlx4_ib_alias_GUID.c116 pr_err("%s: ERROR: asked for index:%d\n", __func__, index); in get_cached_alias_guid()
321 pr_err("block num mismatch: %d != %d\n", in aliasguid_query_handler()
762 pr_err("alias_guid_work: No Memory\n"); in alias_guid_work()
907 pr_err("init_alias_guid_service: Failed. (ret:%d)\n", ret); in mlx4_ib_init_alias_guid_service()
/freebsd/sys/contrib/openzfs/contrib/intel_qat/patch/
H A D0001-pci_aer.diff14 pr_err("QAT: Can't find acceleration device\n");
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_iwpm_util.c71 pr_err("%s: Invalid sockaddr family\n", __func__); in iwpm_compare_sockaddr()
H A Dib_uverbs_main.c1203 pr_err("user_verbs: couldn't register device number\n"); in ib_uverbs_init()
1211 pr_err("couldn't register dynamic device number\n"); in ib_uverbs_init()
1218 pr_err("user_verbs: couldn't create class infiniband_verbs\n"); in ib_uverbs_init()
1226 pr_err("user_verbs: couldn't create abi_version attribute\n"); in ib_uverbs_init()
1232 pr_err("user_verbs: couldn't register client\n"); in ib_uverbs_init()
/freebsd/sys/contrib/dev/athk/
H A Dmain.c60 pr_err("skbuff alloc of size %u failed\n", len); in ath_rxbuf_alloc()

123