| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ofld.h | 13 #define INIT_TP_WR(w, tid) do { \ argument 18 V_FW_WR_FLOWID(tid)); \ 22 #define INIT_TP_WR_MIT_CPL(w, cpl, tid) do { \ argument 23 INIT_TP_WR(w, tid); \ 24 OPCODE_TID(w) = cpu_to_be32(MK_OPCODE_TID(cpl, tid)); \ 27 #define INIT_ULPTX_WR(w, wrlen, atomic, tid) do { \ argument 31 V_FW_WR_FLOWID(tid)); \ 72 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() argument 74 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid() 84 void cxgbe_remove_tid(struct tid_info *t, unsigned int qid, unsigned int tid, [all …]
|
| H A D | cxgbe_filter.c | 367 unsigned int tid) in mk_abort_req_ulp() argument 391 unsigned int tid) in mk_abort_rpl_ulp() argument 1170 unsigned int tid = GET_TID(rpl); in cxgbe_hash_filter_rpl() local 1187 f->tid = tid; in cxgbe_hash_filter_rpl() 1194 ctx->tid = f->tid; in cxgbe_hash_filter_rpl() 1198 set_tcb_field(adap, tid, in cxgbe_hash_filter_rpl() 1256 if (f->tid != tid) in cxgbe_filter_rpl() 1276 ctx->tid = f->tid; in cxgbe_filter_rpl() 1448 f = lookup_tid(t, tid); in cxgbe_hash_del_filter_rpl() 1451 __func__, tid); in cxgbe_hash_del_filter_rpl() [all …]
|
| H A D | l2t.c | 29 unsigned int tid = GET_TID(rpl); in cxgbe_do_l2t_write_rpl() local 30 unsigned int l2t_idx = tid % L2T_SIZE; in cxgbe_do_l2t_write_rpl() 39 if (tid & F_SYNC_WR) { in cxgbe_do_l2t_write_rpl()
|
| H A D | cxgbe_filter.h | 170 u32 tid; /* to store tid of hash filter */ member 193 u32 tid; member
|
| H A D | cxgbe_main.c | 397 static void mk_tid_release(struct rte_mbuf *mbuf, unsigned int tid) in mk_tid_release() argument 402 INIT_TP_WR_MIT_CPL(req, CPL_TID_RELEASE, tid); in mk_tid_release() 409 void cxgbe_remove_tid(struct tid_info *t, unsigned int chan, unsigned int tid, in cxgbe_remove_tid() argument 415 WARN_ON(tid >= t->ntids); in cxgbe_remove_tid() 417 if (t->tid_tab[tid]) { in cxgbe_remove_tid() 418 t->tid_tab[tid] = NULL; in cxgbe_remove_tid() 420 if (t->hash_base && tid >= t->hash_base) { in cxgbe_remove_tid() 435 mk_tid_release(mbuf, tid); in cxgbe_remove_tid() 443 void cxgbe_insert_tid(struct tid_info *t, void *data, unsigned int tid, in cxgbe_insert_tid() argument 446 t->tid_tab[tid] = data; in cxgbe_insert_tid() [all …]
|
| H A D | cxgbe_flow.c | 1149 flow->fidx = ctx.tid; in __cxgbe_flow_create() 1150 flow->f = lookup_tid(t, ctx.tid); in __cxgbe_flow_create()
|
| /dpdk/drivers/net/atlantic/hw_atl/ |
| H A D | hw_atl_utils.c | 413 u16 tid; member 437 sw.tid = 0xFFFFU & (++self->rpc_tid); in hw_atl_utils_fw_rpc_call() 455 self->rpc_tid = sw.tid; in hw_atl_utils_fw_rpc_wait() 457 AQ_HW_WAIT_FOR(sw.tid == in hw_atl_utils_fw_rpc_wait() 460 fw.tid), 1000U, 100U); in hw_atl_utils_fw_rpc_wait() 469 } while (sw.tid != fw.tid || 0xFFFFU == fw.len); in hw_atl_utils_fw_rpc_wait()
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 55 pthread_t tid; /* thread for notify relay */ member 502 ret = rte_ctrl_thread_create(&internal->tid, name, NULL, notify_relay, in setup_notify_relay() 517 if (internal->tid) { in unset_notify_relay() 518 pthread_cancel(internal->tid); in unset_notify_relay() 519 pthread_join(internal->tid, &status); in unset_notify_relay() 521 internal->tid = 0; in unset_notify_relay() 807 ret = rte_ctrl_thread_create(&internal->tid, name, NULL, vring_relay, in setup_vring_relay() 822 if (internal->tid) { in unset_vring_relay() 823 pthread_cancel(internal->tid); in unset_vring_relay() 824 pthread_join(internal->tid, &status); in unset_vring_relay() [all …]
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | cn10k_mempool_ops.c | 192 int tid, rc, retry; in cn10k_mempool_deq() local 196 tid = rte_lcore_id(); in cn10k_mempool_deq() 197 mem = &op_data->mem[tid]; in cn10k_mempool_deq()
|
| /dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpio.c | 311 uint64_t tid = rte_gettid(); in dpaa2_affine_qbman_swp() local 324 dpio_dev, dpio_dev->index, tid); in dpaa2_affine_qbman_swp() 333 uint64_t tid = rte_gettid(); in dpaa2_affine_qbman_ethrx_swp() local 346 PRIu64, dpio_dev, dpio_dev->index, tid); in dpaa2_affine_qbman_ethrx_swp()
|
| /dpdk/app/test/ |
| H A D | test_event_eth_tx_adapter.c | 55 static uint32_t tid; variable 452 ret = rte_service_run_iter_on_app_lcore(tid, 0); in tx_adapter_single() 577 err = rte_event_eth_tx_adapter_service_id_get(TEST_INST_ID, &tid); in tx_adapter_service() 580 err = rte_service_runstate_set(tid, 1); in tx_adapter_service() 583 err = rte_service_set_runstate_mapped_check(tid, 0); in tx_adapter_service()
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_utils.h | 49 #define ULP_DEVICE_PARAMS_INDEX(tid, dev_id) \ argument 50 (((tid) << BNXT_ULP_LOG2_MAX_NUM_DEV) | (dev_id))
|
| H A D | ulp_mapper.c | 265 uint32_t tid, in ulp_mapper_tmpl_reject_list_get() argument 273 *num_tbls = dev_tbls->tmpl_list[tid].reject_info.cond_nums; in ulp_mapper_tmpl_reject_list_get() 275 idx = dev_tbls->tmpl_list[tid].reject_info.cond_start_idx; in ulp_mapper_tmpl_reject_list_get() 312 uint32_t tid, in ulp_mapper_tbl_list_get() argument 320 idx = dev_tbls->tmpl_list[tid].start_tbl_idx; in ulp_mapper_tbl_list_get() 321 *num_tbls = dev_tbls->tmpl_list[tid].num_tbls; in ulp_mapper_tbl_list_get() 3648 cond_tbls = ulp_mapper_tmpl_reject_list_get(parms, tid, in ulp_mapper_tbls_process() 3668 tid); in ulp_mapper_tbls_process() 3673 tbls = ulp_mapper_tbl_list_get(parms, tid, &num_tbls); in ulp_mapper_tbls_process() 3677 parms->dev_id, tid); in ulp_mapper_tbls_process() [all …]
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_nvs.c | 506 hn_nvs_ack_rxbuf(struct vmbus_channel *chan, uint64_t tid) in hn_nvs_ack_rxbuf() argument 515 PMD_RX_LOG(DEBUG, "ack RX id %" PRIu64, tid); in hn_nvs_ack_rxbuf() 519 &ack, sizeof(ack), tid, in hn_nvs_ack_rxbuf()
|
| H A D | hn_nvs.h | 213 void hn_nvs_ack_rxbuf(struct vmbus_channel *chan, uint64_t tid);
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | multi_process.rst | 68 EAL: Main core 0 is ready (tid=54e41820) 69 EAL: Core 1 is ready (tid=53b32700) 94 EAL: Main core 10 is ready (tid=b5f89820) EAL: Main core 8 is ready (tid=864a3820) 95 EAL: Core 11 is ready (tid=84ffe700) EAL: Core 9 is ready (tid=85995700)
|
| /dpdk/drivers/net/nfp/nfpcore/nfp-common/ |
| H A D | nfp_resid.h | 585 const char *tid,
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | rte_dpaa_bus.h | 141 uint64_t tid;/**< Parent Thread id for this portal */ member
|
| H A D | dpaa_bus.c | 357 DPAA_PER_LCORE_PORTAL->tid = rte_gettid(); in rte_dpaa_portal_init()
|
| /dpdk/examples/vhost_blk/ |
| H A D | vhost_blk.c | 607 pthread_t tid; in new_device() local 688 if (rte_ctrl_thread_create(&tid, "vhostblk-ctrlr", NULL, in new_device() 696 pthread_detach(tid); in new_device()
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_msg.h | 62 #define MK_OPCODE_TID(opcode, tid) (V_CPL_OPCODE(opcode) | (tid)) argument
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_init_fw_funcs.h | 489 u32 tid);
|
| H A D | ecore_init_fw_funcs.c | 1989 u16 ctx_size, u8 ctx_type, u32 tid) in ecore_calc_task_ctx_validation() argument 1999 tid); in ecore_calc_task_ctx_validation()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 1786 static pthread_t tid; in main() local 1865 ret = rte_ctrl_thread_create(&tid, "print-stats", NULL, in main()
|