| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_vf.h | 42 #define FM10K_VF_MSG_MSIX_HANDLER(func) \ argument 47 #define FM10K_VF_MSG_MAC_VLAN_HANDLER(func) \ argument 54 #define FM10K_VF_MSG_LPORT_STATE_HANDLER(func) \ argument 59 #define FM10K_VF_MSG_1588_HANDLER(func) \ argument
|
| H A D | fm10k_pf.h | 118 #define FM10K_PF_MSG_LPORT_MAP_HANDLER(func) \ argument 122 #define FM10K_PF_MSG_UPDATE_PVID_HANDLER(func) \ argument 128 #define FM10K_PF_MSG_ERR_HANDLER(msg, func) \ argument 132 #define FM10K_PF_MSG_1588_TIMESTAMP_HANDLER(func) \ argument 139 #define FM10K_PF_MSG_1588_CLOCK_OWNER_HANDLER(func) \ argument 144 #define FM10K_PF_MSG_MASTER_CLK_OFFSET_HANDLER(func) \ argument
|
| H A D | fm10k_tlv.h | 86 s32 (*func)(struct fm10k_hw *, u32 **, member 90 #define FM10K_MSG_HANDLER(id, attr, func) { id, attr, func } argument 161 #define FM10K_TLV_MSG_TEST_HANDLER(func) \ argument 163 #define FM10K_TLV_MSG_ERROR_HANDLER(func) \ argument
|
| H A D | fm10k_api.c | 90 #define fm10k_call_func(hw, func, params, error) \ argument
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_debug.c | 25 void *func[BACKTRACE_SIZE]; in rte_dump_stack() local
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_debug.c | 20 void *func[BACKTRACE_SIZE]; in rte_dump_stack() local
|
| /dpdk/lib/bpf/ |
| H A D | rte_bpf.h | 79 } func; member 103 uint64_t (*func)(void *); /**< JIT-ed native code */ member
|
| /dpdk/lib/eal/include/ |
| H A D | rte_debug.h | 44 #define rte_panic_(func, format, ...) __rte_panic(func, format "%.0s", __VA_ARGS__) argument
|
| H A D | rte_dev.h | 40 #define RTE_FUNC_PTR_OR_ERR_RET(func, retval) do { \ argument 45 #define RTE_FUNC_PTR_OR_RET(func) do { \ argument
|
| H A D | rte_common.h | 185 #define RTE_INIT_PRIO(func, prio) \ argument 197 #define RTE_INIT(func) \ argument 210 #define RTE_FINI_PRIO(func, prio) \ argument 222 #define RTE_FINI(func) \ argument
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_tx.c | 29 #define MLX5_TXOFF_INFO(func, olx) {mlx5_tx_burst_##func, olx}, argument 286 eth_tx_burst_t func; member
|
| /dpdk/app/test/ |
| H A D | test_ring_stress.h | 25 int (*func)(int (*)(void *)); member
|
| H A D | test_cryptodev_security_pdcp.c | 180 #define TEST_PDCP_COUNT(func) do { \ argument
|
| H A D | test_trace_perf.c | 85 #define WORKER_DEFINE(func) \ argument
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_sram.c | 55 __in efx_sram_pattern_fn_t func) in siena_sram_test()
|
| H A D | efx_sram.c | 284 efx_sram_pattern_fn_t func; in efx_sram_test() local
|
| H A D | siena_nic.c | 700 efx_sram_pattern_fn_t func; in siena_nic_test_tables() local
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_memory.c | 665 rte_memseg_contig_walk_thread_unsafe(rte_memseg_contig_walk_t func, void *arg) in rte_memseg_contig_walk_thread_unsafe() 704 rte_memseg_contig_walk(rte_memseg_contig_walk_t func, void *arg) in rte_memseg_contig_walk() 717 rte_memseg_walk_thread_unsafe(rte_memseg_walk_t func, void *arg) in rte_memseg_walk_thread_unsafe() 745 rte_memseg_walk(rte_memseg_walk_t func, void *arg) in rte_memseg_walk() 758 rte_memseg_list_walk_thread_unsafe(rte_memseg_list_walk_t func, void *arg) in rte_memseg_list_walk_thread_unsafe() 777 rte_memseg_list_walk(rte_memseg_list_walk_t func, void *arg) in rte_memseg_list_walk()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_bypass.c | 15 #define FUNC_PTR_OR_ERR_RET(func, retval) do { \ argument 23 #define FUNC_PTR_OR_RET(func) do { \ argument
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_timer_adapter.h | 537 #define FUNC_PTR_OR_ERR_RET(func, errval) do { \ argument 542 #define FUNC_PTR_OR_NULL_RET_WITH_ERRNO(func, errval) do { \ argument
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_dpi.h | 18 uint16_t func; member
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | dpi.h | 75 uint64_t func : 16; member 113 uint64_t func : 16; member
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.c | 1375 rte_mempool_event_callback *func; member 1399 rte_mempool_event_callback_register(rte_mempool_event_callback *func, in rte_mempool_event_callback_register() 1453 rte_mempool_event_callback_unregister(rte_mempool_event_callback *func, in rte_mempool_event_callback_unregister()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_vf.c | 512 #define VF_ETHDEV_FUNC(dev, func) \ argument 524 #define VF_ETHDEV_FUNC_RET_STATUS(dev, func) \ argument
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_alarm.c | 221 void (*func)(void *arg); member
|