Home
last modified time | relevance | path

Searched refs:pr_warn (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c156 pr_warn(PFX "Unmapping FMR %p with ref count %d\n", in ib_fmr_batch_release()
173 pr_warn(PFX "ib_unmap_fmr returned %d\n", ret); in ib_fmr_batch_release()
253 pr_warn(PFX "Failed to allocate cache in pool\n"); in ib_create_fmr_pool()
277 pr_warn(PFX "couldn't start cleanup thread\n"); in ib_create_fmr_pool()
306 pr_warn(PFX "fmr_create failed for FMR %d\n", in ib_create_fmr_pool()
362 pr_warn(PFX "pool still has %d regions registered\n", in ib_destroy_fmr_pool()
462 pr_warn(PFX "fmr_map returns %d\n", result); in ib_fmr_pool_map_phys()
516 pr_warn(PFX "FMR %p has ref count %d < 0\n", in ib_fmr_pool_unmap()
H A Dib_device.c119 pr_warn("Device %s is missing mandatory function %s\n", in ib_device_check_mandatory()
252 pr_warn("Couldn't allocate client context for %s/%s\n", in add_client_context()
349 pr_warn("Couldn't create per port immutable data %s\n", in ib_register_device()
356 pr_warn("Couldn't set up InfiniBand P_Key/GID cache\n"); in ib_register_device()
363 pr_warn("Couldn't query the device attributes\n"); in ib_register_device()
513 pr_warn("No client context found for %s/%s\n", in ib_unregister_client()
578 pr_warn("No client context found for %s/%s\n", in ib_set_client_data()
1013 pr_warn("Couldn't create InfiniBand device class\n"); in ib_core_init()
1019 pr_warn("Could't init IB address resolution\n"); in ib_core_init()
1025 pr_warn("Couldn't init IB MAD\n"); in ib_core_init()
[all …]
H A Dib_packer.c49 pr_warn("Field size %d bits not handled\n", size * 8); in value_read()
109 pr_warn("Structure field %s of size %d bits is not byte-aligned\n", in ib_pack()
136 pr_warn("Field size %d bits not handled\n", size * 8); in value_write()
192 pr_warn("Structure field %s of size %d bits is not byte-aligned\n", in ib_unpack()
H A Dib_ud_header.c489 pr_warn("Invalid LRH.link_version %d\n", in ib_ud_header_unpack()
506 pr_warn("Invalid GRH.ip_version %d\n", in ib_ud_header_unpack()
511 pr_warn("Invalid GRH.next_header 0x%02x\n", in ib_ud_header_unpack()
518 pr_warn("Invalid LRH.link_next_header %d\n", in ib_ud_header_unpack()
535 pr_warn("Invalid BTH.opcode 0x%02x\n", header->bth.opcode); in ib_ud_header_unpack()
540 pr_warn("Invalid BTH.transport_header_version %d\n", in ib_ud_header_unpack()
H A Dib_roce_gid_mgmt.c172 pr_warn("roce_gid_update_addr_callback: " in roce_gid_update_addr_ifa4_cb()
193 pr_warn("roce_gid_update_addr_callback: " in roce_gid_update_addr_ifa6_cb()
349 pr_warn("roce_gid_mgmt: Couldn't allocate work for addr_event\n"); in roce_gid_queue_scan_event()
379 pr_warn("roce_gid_mgmt: Couldn't allocate work for addr_event\n"); in roce_gid_delete_all_event()
459 pr_warn("roce_gid_mgmt: can't allocate work queue\n"); in roce_gid_mgmt_init()
H A Dib_cache.c734 pr_warn("ib_cache_gid: can't delete index %d for default gid %pI6\n", in ib_cache_gid_set_default_gid()
744 pr_warn("ib_cache_gid: unable to add default gid %pI6\n", in ib_cache_gid_set_default_gid()
791 pr_warn("failed to allocate ib gid cache for %s\n", in _gid_table_setup_one()
1071 pr_warn("ib_query_port failed (%d) for %s\n", in ib_cache_update()
1095 pr_warn("ib_query_pkey failed (%d) for %s (index %d)\n", in ib_cache_update()
1106 pr_warn("ib_query_gid failed (%d) for %s (index %d)\n", in ib_cache_update()
1189 pr_warn("Couldn't allocate cache for %s\n", device->name); in ib_cache_setup_one()
H A Dib_sa_query.c509 pr_warn("Couldn't query port\n"); in update_sm_ah()
538 pr_warn("Couldn't create new SM AH\n"); in update_sm_ah()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c277pr_warn("mlx4_en: WARNING: illegal module parameter pfctx 0x%x - should be in range 0-0x%x, will b… in mlx4_en_verify_params()
283pr_warn("mlx4_en: WARNING: illegal module parameter pfcrx 0x%x - should be in range 0-0x%x, will b… in mlx4_en_verify_params()
289pr_warn("mlx4_en: WARNING: illegal module parameter inline_thold %d - should be in range %d-%d, wi… in mlx4_en_verify_params()
/freebsd/sys/dev/enic/
H A Denic_compat.h36 #define pr_warn(y, args...) dev_warning(0, y, ##args) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h322 pr_warn("invalid sysfs_emit: buf:%p\n", buf); in sysfs_emit()
340 pr_warn("invalid sysfs_emit: buf:%p at:%d\n", buf, at); in sysfs_emit_at()
H A Dkernel.h231 #define pr_warn(...) \ macro
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c474 pr_warn( in lkpi_arch_phys_wc_add()
479 pr_warn("Successfully added WC MTRR for [%p-%p]\n", in lkpi_arch_phys_wc_add()
/freebsd/contrib/ofed/libirdma/
H A Dosdep.h127 pr_warn("%s:%s:%d WARN "fmt, (ibdev)->name, __func__, __LINE__, ##__VA_ARGS__)
/freebsd/sys/dev/irdma/
H A Dosdep.h132 pr_warn("%s:%s:%d WARN "fmt, (ibdev)->name, __func__, __LINE__, ##__VA_ARGS__)
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c63 pr_warn("Unexpected event type %d " in mlx4_ib_srq_event()
H A Dmlx4_ib_main.c116 pr_warn("Device managed flow steering is unavailable for IB port in multifunction env.\n"); in check_flow_steering_support()
1921 pr_warn("could not find mgid entry\n"); in mlx4_ib_mcg_detach()
2748 pr_warn("failure unregistering notifier\n"); in mlx4_ib_add()
2867 pr_warn("failure unregistering notifier\n"); in mlx4_ib_remove()
2954 pr_warn("mlx4_ib_handle_catas_error was started\n"); in mlx4_ib_handle_catas_error()
3002 pr_warn("mlx4_ib_handle_catas_error ended\n"); in mlx4_ib_handle_catas_error()
H A Dmlx4_ib_mr.c503 pr_warn("SYNC_TPT error %d when " in mlx4_ib_unmap_fmr()
H A Dmlx4_ib_mcg.c48 #define mcg_warn(fmt, arg...) pr_warn("MCG WARNING: " fmt, ##arg)
51 pr_warn("%s-%d: %16s (port %d): WARNING: " format, __func__, __LINE__,\
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c3930 pr_warn("Removing PF when there are active VF's !!\n"); in mlx4_remove_one()
3931 pr_warn("Will not disable SR-IOV.\n"); in mlx4_remove_one()
4166 pr_warn("mlx4_core: bad num_mac: %d\n", log_num_mac); in mlx4_verify_params()
4171 pr_warn("mlx4_core: log_num_vlan - obsolete module param, using %d\n", in mlx4_verify_params()
4175 pr_warn("mlx4_core: use_prio - obsolete module param, ignored\n"); in mlx4_verify_params()
4178 pr_warn("mlx4_core: bad log_mtts_per_seg: %d\n", in mlx4_verify_params()
4185pr_warn("Module parameter configuration ETH/IB is not supported. Switching to default configuratio… in mlx4_verify_params()
4193 pr_warn("mlx4_core: mlx4_log_num_mgm_entry_size (%d) not in legal range (-7..0 or %d..%d)\n", in mlx4_verify_params()
H A Dmlx4_mr.c1124 pr_warn("mlx4_ib: mlx4_alloc_cmd_mailbox failed (%d)\n", err); in mlx4_fmr_unmap()
1133 pr_warn("mlx4_ib: mlx4_HW2SW_MPT failed (%d)\n", err); in mlx4_fmr_unmap()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c60 pr_warn("mlx5_ib: Unexpected event type %d on SRQ %06x\n", in mlx5_ib_srq_event()
H A Dmlx5_ib_cq.c112 pr_warn("unknown completion status\n"); in get_umr_comp()
1230 pr_warn("resize CQ failed to get resize CQE, CQN 0x%x\n", in copy_resize_cqes()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c598 pr_warn("ZFS: Sending event '%d' to kobject: '%s'" in spl_signal_kobj_evt()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h623 #define pr_warn DRM_WARNING macro
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c242 pr_warn("Setting allocation size to larger than %lu is not recommended\n",

12