Home
last modified time | relevance | path

Searched refs:nm_prerr (Results 1 – 19 of 19) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
HDnetmap_mem2.c400 nm_prerr("Unable to create bitmap (%d entries) for allocator '%s'", (int)n, in netmap_init_obj_allocator_bitmap()
429 nm_prerr("%s: no objects available", p->name); in netmap_init_obj_allocator_bitmap()
453 nm_prerr("%s: not enough buffers", nmd->pools[NETMAP_BUF_POOL].name); in netmap_mem_init_bitmaps()
739 nm_prerr("iommu group mismatch: %u vs %u", in nm_mem_assign_group()
818 nm_prerr("invalid ofs 0x%x out of 0x%x 0x%x 0x%x", (u_int)o, in netmap_mem2_ofstophys()
867 nm_prerr("memory not finalised yet"); in win32_build_user_vm_map()
873 nm_prerr("failed to allocate mdl"); in win32_build_user_vm_map()
889 nm_prerr("fail to allocate tempMdl"); in win32_build_user_vm_map()
984 nm_prerr("address %p is not contained inside any cluster (%s)", in netmap_obj_offset()
1015 nm_prerr("%s request size %d too large", p->name, len); in netmap_obj_malloc()
[all …]
HDnetmap_generic.c179 nm_prerr("mod_timer() failed"); in rate_callback()
325 nm_prerr("mitigation allocation failed"); in generic_netmap_register()
352 nm_prerr("tx_pool allocation failed"); in generic_netmap_register()
376 nm_prerr("nm_os_catch_rx(1) failed (%d)", error); in generic_netmap_register()
383 nm_prerr("nm_os_catch_tx(1) failed (%d)", error); in generic_netmap_register()
395 nm_prerr("Error: mod_timer()"); in generic_netmap_register()
439 nm_prerr("Error: no netmap adapter on device %p", in generic_mbuf_destructor()
575 nm_prerr("This cannot happen"); in ring_middle()
1063 nm_prerr("if_loop is not supported by %s", __func__); in generic_netmap_attach()
1073 nm_prerr("Error: netmap adapter hook is busy"); in generic_netmap_attach()
[all …]
HDnetmap_freebsd.c275 nm_prerr("inet4 segmentation not supported"); in nm_os_csum_tcpudp_ipv4()
291 nm_prerr("inet6 segmentation not supported"); in nm_os_csum_tcpudp_ipv6()
351 nm_prerr("RX on %s already intercepted", na->name); in nm_os_catch_rx()
359 nm_prerr("Failed to undo RX intercept on %s", in nm_os_catch_rx()
429 nm_prerr("invalid refcnt %d for %p", MBUF_REFCNT(m), m); in nm_os_generic_xmit_frame()
596 nm_prerr("Index %u not found", val); in nm_vi_free_index()
634 nm_prerr("if_alloc failed"); in nm_os_vi_persist()
726 nm_prerr("address %lx not found", p); in nm_os_extmem_create()
746 nm_prerr("vm_map_find(%zx) failed", (size_t)e->size); in nm_os_extmem_create()
753 nm_prerr("vm_map_wire failed"); in nm_os_extmem_create()
[all …]
HDnetmap.c790 nm_prerr("WARNING: configuration changed for %s while active: " in netmap_update_config()
838 nm_prerr("warning: krings were already created"); in netmap_krings_create()
852 nm_prerr("Cannot allocate krings"); in netmap_krings_create()
928 nm_prerr("warning: krings were already deleted"); in netmap_krings_delete()
1035 nm_prerr("BUG: netmap on while going to delete the krings"); in netmap_do_unregif()
1511 nm_prerr("Deprecated pipe nr_mode, use xx{yy or xx}yy syntax"); in netmap_get_na()
1835 nm_prerr("host rings not supported"); in netmap_interp_ringid()
1848 nm_prerr("invalid ring id %d", nr_ringid); in netmap_interp_ringid()
1861 nm_prerr("invalid regif type %d", nr_mode); in netmap_interp_ringid()
2042 nm_prerr("Cannot update CSB while kloop is running"); in netmap_csb_validate()
[all …]
HDnetmap_bdg.c192 nm_prerr("invalid bridge name %s", name ? name : NULL); in nm_find_bridge()
217 nm_prerr("failed to allocate hash table"); in nm_find_bridge()
331 nm_prerr("delete failed hw %d sw %d, should panic...", hw, sw); in netmap_bdg_detach_common()
442 nm_prerr("bridge full %d, cannot create new port", b->bdg_active_ports); in netmap_get_bdg_na()
471 nm_prerr("error %d", error); in netmap_get_bdg_na()
644 nm_prerr("polling is not configured"); in nm_bdg_polling_start_kthreads()
653 nm_prerr("error in nm_kthread_start(): %d", error); in nm_bdg_polling_start_kthreads()
696 nm_prerr("req_cpus must be > 0"); in get_polling_cfg()
699 nm_prerr("Cannot use all the CPUs in the system"); in get_polling_cfg()
709 nm_prerr("Rings %u-%u not in range (have %d rings)", in get_polling_cfg()
[all …]
HDnetmap_null.c126 nm_prerr("null ports cannot be re-opened"); in netmap_get_null_na()
131 nm_prerr("null ports must use an existing allocator"); in netmap_get_null_na()
HDif_vtnet_netmap.h198 nm_prerr("virtqueue_enqueue(%s) failed: %d", in vtnet_netmap_txsync()
219 nm_prerr("BUG: TX token mismatch"); in vtnet_netmap_txsync()
275 nm_prerr("virtqueue_enqueue(%s) failed: %d", in vtnet_netmap_kring_refill()
359 nm_prerr("BUG: RX token mismatch"); in vtnet_netmap_rxsync()
HDnetmap_monitor.c233 nm_prerr("freeing not empty monitor array for %s (%d dangling monitors)!", in nm_monitor_dealloc()
520 nm_prerr("%s: parent left netmap mode", na->name); in netmap_monitor_reg_common()
930 nm_prerr("parent lookup failed: %d", error); in netmap_get_monitor_na()
940 nm_prerr("%s not in netmap mode", pna->name); in netmap_get_monitor_na()
956 nm_prerr("ringid error"); in netmap_get_monitor_na()
1015 nm_prerr("netmap_attach_common failed"); in netmap_get_monitor_na()
HDnetmap_legacy.c223 nm_prerr("Netmap passthrough not supported yet"); in nmreq_from_legacy()
263 nm_prerr("Failed to allocate memory for nmreq_xyz struct"); in nmreq_from_legacy()
368 nm_prerr("Minimum supported API is 11 (requested %u)", in netmap_ioctl_legacy()
HDnetmap_offloadings.c424 nm_prerr("invalid checksum request"); in bdg_mismatch_datapath()
486 nm_prerr("bug: slot allocation error"); in bdg_mismatch_datapath()
HDnetmap_vale.c346 nm_prerr("This should not happen"); in netmap_vale_list()
821 nm_prerr("invalid kring, cur %d tail %d lease %d lease_idx %d lim %d", in nm_kr_space()
847 nm_prerr("invalid request for %d slots", n); in nm_kr_lease()
861 nm_prerr("invalid kring %s, cur %d tail %d lease %d lease_idx %d lim %d", in nm_kr_lease()
1246 nm_prerr("early break at %d/ %d, tail %d", done, head, kring->nr_hwtail); in netmap_vale_vp_txsync()
1585 nm_prerr("error %d", error); in netmap_vi_create()
HDnetmap_kloop.c228 nm_prerr("txsync() failed"); in netmap_sync_kloop_tx_ring()
362 nm_prerr("rxsync() failed"); in netmap_sync_kloop_rx_ring()
602 nm_prerr("sync-kloop on %s requires " in netmap_sync_kloop()
HDnetmap_pipe.c119 nm_prerr("freeing not empty pipe array for %s (%d dangling pipes)!", in netmap_pipe_dealloc()
715 nm_prerr("failed to create a persistent vale port: %d", in netmap_get_pipe_na()
HDif_igb_netmap.h176 nm_prerr("TDH wrap at idx %d", nic_i); in igb_netmap_txsync()
HDif_lem_netmap.h176 nm_prerr("TDH wrap at idx %d", nic_i); in lem_netmap_txsync()
HDif_ixl_netmap.h268 nm_prerr("error: invalid value of hw head index %u", nic_i); in ixl_netmap_txsync()
HDif_em_netmap.h192 nm_prerr("TDH wrap at idx %d", nic_i); in em_netmap_txsync()
HDixgbe_netmap.h330 nm_prerr("TDH wrap at idx %d", nic_i); in ixgbe_netmap_txsync()
HDnetmap_kern.h265 #define nm_prerr(format, ...) \ macro
1736 nm_prerr("dma mapping error");