Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 18 of 18) sorted by relevance

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h13 #define INIT_TP_WR(w, tid) do { \ argument
22 #define INIT_TP_WR_MIT_CPL(w, cpl, tid) do { \ argument
27 #define INIT_ULPTX_WR(w, wrlen, atomic, tid) do { \ argument
72 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid()
H A Dcxgbe_filter.c367 unsigned int tid) in mk_abort_req_ulp()
391 unsigned int tid) in mk_abort_rpl_ulp()
1170 unsigned int tid = GET_TID(rpl); in cxgbe_hash_filter_rpl() local
1245 unsigned int tid = GET_TID(rpl); in cxgbe_filter_rpl() local
1446 unsigned int tid = GET_TID(rpl); in cxgbe_hash_del_filter_rpl() local
H A Dl2t.c29 unsigned int tid = GET_TID(rpl); in cxgbe_do_l2t_write_rpl() local
H A Dcxgbe_filter.h170 u32 tid; /* to store tid of hash filter */ member
193 u32 tid; member
H A Dcxgbe_main.c397 static void mk_tid_release(struct rte_mbuf *mbuf, unsigned int tid) in mk_tid_release()
409 void cxgbe_remove_tid(struct tid_info *t, unsigned int chan, unsigned int tid, in cxgbe_remove_tid()
443 void cxgbe_insert_tid(struct tid_info *t, void *data, unsigned int tid, in cxgbe_insert_tid()
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c311 uint64_t tid = rte_gettid(); in dpaa2_affine_qbman_swp() local
333 uint64_t tid = rte_gettid(); in dpaa2_affine_qbman_ethrx_swp() local
/dpdk/drivers/mempool/cnxk/
H A Dcn10k_mempool_ops.c192 int tid, rc, retry; in cn10k_mempool_deq() local
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.h49 #define ULP_DEVICE_PARAMS_INDEX(tid, dev_id) \ argument
H A Dulp_mapper.c265 uint32_t tid, in ulp_mapper_tmpl_reject_list_get()
312 uint32_t tid, in ulp_mapper_tbl_list_get()
3638 ulp_mapper_tbls_process(struct bnxt_ulp_mapper_parms *parms, uint32_t tid) in ulp_mapper_tbls_process()
/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c506 hn_nvs_ack_rxbuf(struct vmbus_channel *chan, uint64_t tid) in hn_nvs_ack_rxbuf()
/dpdk/drivers/bus/dpaa/
H A Drte_dpaa_bus.h141 uint64_t tid;/**< Parent Thread id for this portal */ member
/dpdk/app/test/
H A Dtest_event_eth_tx_adapter.c55 static uint32_t tid; variable
/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.c413 u16 tid; member
/dpdk/examples/vhost_blk/
H A Dvhost_blk.c607 pthread_t tid; in new_device() local
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c55 pthread_t tid; /* thread for notify relay */ member
/dpdk/examples/vhost/
H A Dmain.c1786 static pthread_t tid; in main() local
/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.c1989 u16 ctx_size, u8 ctx_type, u32 tid) in ecore_calc_task_ctx_validation()
/dpdk/drivers/net/cxgbe/base/
H A Dt4_msg.h62 #define MK_OPCODE_TID(opcode, tid) (V_CPL_OPCODE(opcode) | (tid)) argument