Home
last modified time | relevance | path

Searched refs:epid (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c22 u16 len, u8 flags, u8 epid) in htc_issue_send() argument
30 hdr->endpoint_id = epid; in htc_issue_send()
123 if (epid <= ENDPOINT0 || epid >= ENDPOINT_MAX) in htc_process_conn_rsp()
147 target->conn_rsp_epid = epid; in htc_process_conn_rsp()
313 enum htc_endpoint_id epid) in htc_send_epid() argument
407 enum htc_endpoint_id epid; in ath9k_htc_rx_msg() local
424 epid = htc_hdr->endpoint_id; in ath9k_htc_rx_msg()
426 if (epid == 0x99) { in ath9k_htc_rx_msg()
432 if (epid < 0 || epid >= ENDPOINT_MAX) { in ath9k_htc_rx_msg()
441 if (epid == ENDPOINT0) { in ath9k_htc_rx_msg()
[all …]
H A Dhtc_drv_txrx.c105 enum htc_endpoint_id epid; in get_htc_epid() local
110 epid = priv->data_vo_ep; in get_htc_epid()
114 epid = priv->data_vi_ep; in get_htc_epid()
118 epid = priv->data_be_ep; in get_htc_epid()
123 epid = priv->data_bk_ep; in get_htc_epid()
127 return epid; in get_htc_epid()
136 if (epid == priv->mgmt_ep) in get_htc_epid_queue()
138 else if (epid == priv->cab_ep) in get_htc_epid_queue()
257 tx_ctl->epid = priv->mgmt_ep; in ath9k_htc_tx_mgmt()
594 u8 cookie, u8 epid) in check_cookie() argument
[all …]
H A Dhtc_hst.h89 __be32 epid; member
211 enum htc_endpoint_id epid);
H A Dwmi.c216 enum htc_endpoint_id epid) in ath9k_wmi_ctrl_rx() argument
257 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx() argument
H A Dhtc_drv_beacon.c244 tx_ctl->epid = priv->beacon_ep; in ath9k_htc_send_beacon()
H A Dhtc.h313 u8 epid; member
/openbmc/linux/drivers/net/fjes/
H A Dfjes_main.c852 int epid; in fjes_vlan_rx_add_vid() local
854 for (epid = 0; epid < adapter->hw.max_epid; epid++) { in fjes_vlan_rx_add_vid()
871 int epid; in fjes_vlan_rx_kill_vid() local
873 for (epid = 0; epid < adapter->hw.max_epid; epid++) { in fjes_vlan_rx_kill_vid()
1098 for (epid = 0; epid < max_epid; epid++) { in fjes_tx_stall_task()
1099 if (my_epid == epid) in fjes_tx_stall_task()
1141 for (epid = 0; epid < max_epid; epid++) in fjes_raise_intr_rxdata_task()
1144 for (epid = 0; epid < max_epid; epid++) { in fjes_raise_intr_rxdata_task()
1145 if (epid == my_epid) in fjes_raise_intr_rxdata_task()
1161 for (epid = 0; epid < max_epid; epid++) { in fjes_raise_intr_rxdata_task()
[all …]
H A Dfjes_trace.h99 __field(int, epid)
111 __entry->epid = req_buf->share_buffer.epid;
120 __entry->length, __entry->epid, __entry->tx, __entry->tx_size,
158 __field(int, epid)
162 __entry->epid = req_buf->unshare_buffer.epid;
165 __entry->length, __entry->epid)
H A Dfjes_hw.h119 __le32 epid; member
124 __le32 epid; member
270 u16 epid; member
H A Dfjes_hw.c89 return info.bits.epid; in fjes_hw_get_my_epid()
519 req_buf->share_buffer.epid = dest_epid; in fjes_hw_register_buff_addr()
630 req_buf->unshare_buffer.epid = dest_epid; in fjes_hw_unregister_buff_addr()
725 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid) in fjes_hw_epid_is_same_zone() argument
727 if (epid >= hw->max_epid) in fjes_hw_epid_is_same_zone()
730 if ((hw->ep_shm_info[epid].es_status != in fjes_hw_epid_is_same_zone()
736 return (hw->ep_shm_info[epid].zone == in fjes_hw_epid_is_same_zone()
763 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid) in fjes_hw_get_partner_ep_status() argument
767 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) { in fjes_hw_get_partner_ep_status()
768 if (fjes_hw_epid_is_stop_requested(hw, epid)) { in fjes_hw_get_partner_ep_status()
[all …]
H A Dfjes_regs.h47 __le32 epid:16; member
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c1098 epctx->epid = epid; in xhci_alloc_epctx()
1138 assert(epid >= 1 && epid <= 31); in xhci_enable_ep()
1232 assert(epid >= 1 && epid <= 31); in xhci_ep_nuke_xfers()
1271 assert(epid >= 1 && epid <= 31); in xhci_disable_ep()
1309 if (epid < 1 || epid > 31) { in xhci_stop_ep()
1346 if (epid < 1 || epid > 31) { in xhci_reset_ep()
1397 if (epid < 1 || epid > 31) { in xhci_set_ep_dequeue()
1538 event.epid = xfer->epctx->epid; in xhci_xfer_report()
1849 assert(epid >= 1 && epid <= 31); in xhci_kick_ep()
1973 ev.epid = epctx->epid; in xhci_kick_epctx()
[all …]
H A Dtrace-events169 usb_xhci_ep_enable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
170 usb_xhci_ep_disable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
171 …b_xhci_ep_set_dequeue(uint32_t slotid, uint32_t epid, uint32_t streamid, uint64_t param) "slotid %…
172 usb_xhci_ep_kick(uint32_t slotid, uint32_t epid, uint32_t streamid) "slotid %d, epid %d, streamid %…
173 usb_xhci_ep_stop(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
174 usb_xhci_ep_reset(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
175 usb_xhci_ep_state(uint32_t slotid, uint32_t epid, const char *os, const char *ns) "slotid %d, epid
176 …xhci_xfer_start(void *xfer, uint32_t slotid, uint32_t epid, uint32_t streamid) "%p: slotid %d, epi…
H A Dhcd-xhci.h151 uint8_t epid; member
/openbmc/u-boot/include/usb/
H A Dudc.h48 void udc_set_nak(int epid);
49 void udc_unset_nak(int epid);
/openbmc/u-boot/drivers/usb/gadget/
H A Ddesignware_udc.c996 void udc_set_nak(int epid) in udc_set_nak() argument
998 writel(readl(&inep_regs_p[epid].endp_cntl) | ENDP_CNTL_SNAK, in udc_set_nak()
999 &inep_regs_p[epid].endp_cntl); in udc_set_nak()
1001 writel(readl(&outep_regs_p[epid].endp_cntl) | ENDP_CNTL_SNAK, in udc_set_nak()
1002 &outep_regs_p[epid].endp_cntl); in udc_set_nak()
1005 void udc_unset_nak(int epid) in udc_unset_nak() argument
1009 val = readl(&inep_regs_p[epid].endp_cntl); in udc_unset_nak()
1012 writel(val, &inep_regs_p[epid].endp_cntl); in udc_unset_nak()
1014 val = readl(&outep_regs_p[epid].endp_cntl); in udc_unset_nak()
1017 writel(val, &outep_regs_p[epid].endp_cntl); in udc_unset_nak()
/openbmc/linux/drivers/acpi/
H A Dviot.c308 u32 epid) in viot_dev_iommu_init() argument
324 return acpi_iommu_fwspec_init(dev, epid, viommu->fwnode, ops); in viot_dev_iommu_init()
329 u32 epid; in viot_pci_dev_iommu_init() local
339 epid = ((domain_nr - ep->segment_start) << 16) + in viot_pci_dev_iommu_init()
343 epid); in viot_pci_dev_iommu_init()
/openbmc/qemu/target/ppc/
H A Dmmu_common.c799 uint32_t epid; in mmubooke206_check_tlb() local
801 bool use_epid = mmubooke206_get_as(env, mmu_idx, &epid, &as, &pr); in mmubooke206_check_tlb()
821 if (ppcmas_tlb_check(env, tlb, raddr, address, epid) >= 0) { in mmubooke206_check_tlb()
1248 uint32_t epid; in booke206_update_mas_tlb_miss() local
1251 bool use_epid = mmubooke206_get_as(env, mmu_idx, &epid, &as, &pr); in booke206_update_mas_tlb_miss()
1286 missed_tid = epid; in booke206_update_mas_tlb_miss()
H A Dmem_helper.c274 uint32_t opcode, bool epid, uintptr_t retaddr) in dcbz_common() argument
279 int mmu_idx = epid ? PPC_TLB_EPID_STORE : cpu_mmu_index(env, false); in dcbz_common()
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1460 print("listening on upcall packet handler:", self.epid)
1566 procarray += [int(p.epid)]
1708 ["OVS_VPORT_ATTR_UPCALL_PID", [self.upcall_packet.epid]]
1737 msg["attrs"].append(["OVS_VPORT_ATTR_UPCALL_PID", [p.epid]])