Searched refs:ih (Results 1 – 7 of 7) sorted by relevance
534 iqcmd.ih.u64 = 0; in otx_ep_xmit_pkts()539 iqcmd.ih.s.fsz = OTX_EP_FSZ; in otx_ep_xmit_pkts()615 iqcmd.ih.s.tlen = pkt_len + iqcmd.ih.s.fsz; in otx_ep_xmit_pkts()616 iqcmd.ih.s.gather = gather; in otx_ep_xmit_pkts()617 iqcmd.ih.s.gsz = gsz; in otx_ep_xmit_pkts()626 otx_ep_dbg("Word1 [ihtx]: 0x%016lx\n", (unsigned long)iqcmd.ih); in otx_ep_xmit_pkts()677 iqcmd2.ih.u64 = 0; in otx2_ep_xmit_pkts()681 iqcmd2.ih.s.fsz = OTX2_EP_FSZ; in otx2_ep_xmit_pkts()749 iqcmd2.ih.s.tlen = pkt_len + iqcmd2.ih.s.fsz; in otx2_ep_xmit_pkts()750 iqcmd2.ih.s.gather = gather; in otx2_ep_xmit_pkts()[all …]
149 union otx_ep_instr_ih ih; member
127 union otx_ep_instr_ih ih; member
112 union pkt_instr_hdr ih; member199 sr->instr.ih.value = 0; in create_se_instr()200 sr->instr.ih.s.g = 1; in create_se_instr()201 sr->instr.ih.s.gsz = sr->in.map_bufs_cnt; in create_se_instr()202 sr->instr.ih.s.ssz = sr->out.map_bufs_cnt; in create_se_instr()203 sr->instr.ih.s.fsz = FDATA_SIZE + sizeof(struct gphdr); in create_se_instr()204 sr->instr.ih.s.tlen = sr->instr.ih.s.fsz + sr->in.total_bytes; in create_se_instr()205 sr->instr.ih.value = rte_cpu_to_be_64(sr->instr.ih.value); in create_se_instr()
59 int ih; member974 hash = h[ti->ih]; in test_rcu_qsbr_reader()1010 hash = h[ti->ih]; in test_rcu_qsbr_writer()1024 c = hash_data[ti->ih][del][ti->r_core_ids[i]]; in test_rcu_qsbr_writer()1036 rte_free(hash_data[ti->ih][del]); in test_rcu_qsbr_writer()1037 hash_data[ti->ih][del] = NULL; in test_rcu_qsbr_writer()1123 thread_info[0].ih = 0; in test_rcu_qsbr_sw_sv_3qs()1270 thread_info[i].ih = i; in test_rcu_qsbr_mw_mv_mqs()
531 struct rte_intr_handle *ih; in memif_disconnect() local558 ih = pmd->cc->intr_handle; in memif_disconnect()559 if (rte_intr_fd_get(ih) > 0) { in memif_disconnect()560 ret = rte_intr_callback_unregister(ih, in memif_disconnect()568 ret = rte_intr_callback_unregister_pending(ih, in memif_disconnect()573 close(rte_intr_fd_get(ih)); in memif_disconnect()574 rte_intr_instance_free(ih); in memif_disconnect()
60 intr_source_to_kevent(const struct rte_intr_handle *ih, struct kevent *ke) in intr_source_to_kevent() argument63 if (rte_intr_type_get(ih) == RTE_INTR_HANDLE_ALARM) { in intr_source_to_kevent()78 ke->ident = rte_intr_fd_get(ih); in intr_source_to_kevent()