Searched refs:epid (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c22 u16 len, u8 flags, u8 epid)
26 struct htc_endpoint *endpoint = &target->endpoint[epid];
30 hdr->endpoint_id = epid;
110 enum htc_endpoint_id epid, tepid; local
116 epid = svc_rspmsg->endpoint_id;
118 /* Check that the received epid for the endpoint to attach
123 if (epid <= ENDPOINT0 || epid >= ENDPOINT_MAX)
128 endpoint = &target->endpoint[epid];
147 target->conn_rsp_epid = epid;
21 htc_issue_send(struct htc_target *target, struct sk_buff* skb, u16 len, u8 flags, u8 epid) argument
312 htc_send_epid(struct htc_target *target, struct sk_buff *skb, enum htc_endpoint_id epid) argument
407 enum htc_endpoint_id epid; local
[all...]
H A Dhtc_drv_txrx.c105 enum htc_endpoint_id epid; local
110 epid = priv->data_vo_ep;
114 epid = priv->data_vi_ep;
118 epid = priv->data_be_ep;
123 epid = priv->data_bk_ep;
127 return epid;
131 get_htc_epid_queue(struct ath9k_htc_priv *priv, u8 epid) argument
136 if (epid == priv->mgmt_ep)
138 else if (epid == priv->cab_ep)
140 else if (epid
592 check_cookie(struct ath9k_htc_priv *priv, struct sk_buff *skb, u8 cookie, u8 epid) argument
625 u8 epid = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_EPID); local
[all...]
H A Dhtc_hst.h89 __be32 epid; member in struct:htc_panic_bad_epid
211 enum htc_endpoint_id epid);
H A Dwmi.c216 enum htc_endpoint_id epid)
257 enum htc_endpoint_id epid, bool txok)
215 ath9k_wmi_ctrl_rx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid) argument
256 ath9k_wmi_ctrl_tx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid, bool txok) argument
H A Dhtc_drv_beacon.c244 tx_ctl->epid = priv->beacon_ep;
H A Dhtc.h313 u8 epid; member in struct:ath9k_htc_tx_ctl
/linux-master/drivers/net/fjes/
H A Dfjes_main.c851 int epid; local
853 for (epid = 0; epid < adapter->hw.max_epid; epid++) {
854 if (epid == adapter->hw.my_epid)
858 &adapter->hw.ep_shm_info[epid].tx, vid))
860 &adapter->hw.ep_shm_info[epid].tx, vid);
870 int epid; local
872 for (epid = 0; epid < adapte
1081 int max_epid, my_epid, epid; local
1135 int max_epid, my_epid, epid; local
[all...]
H A Dfjes_trace.h99 __field(int, epid)
111 __entry->epid = req_buf->share_buffer.epid;
119 TP_printk("req_buf=[length=%d, epid=%d], TX=[phy=0x%016llx, size=%zu], RX=[phy=0x%016llx, size=%zu]",
120 __entry->length, __entry->epid, __entry->tx, __entry->tx_size,
158 __field(int, epid)
162 __entry->epid = req_buf->unshare_buffer.epid;
164 TP_printk("req_buf=[length=%d, epid=%d]",
165 __entry->length, __entry->epid)
[all...]
H A Dfjes_regs.h47 __le32 epid:16; member in struct:REG_OWNER_EPID::__anon545
H A Dfjes_hw.h119 __le32 epid; member in struct:fjes_device_command_req::__anon1405
124 __le32 epid; member in struct:fjes_device_command_req::__anon1406
270 u16 epid; member in struct:es_device_trace::__anon1415
H A Dfjes_hw.c89 return info.bits.epid;
519 req_buf->share_buffer.epid = dest_epid;
630 req_buf->unshare_buffer.epid = dest_epid;
725 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid) argument
727 if (epid >= hw->max_epid)
730 if ((hw->ep_shm_info[epid].es_status !=
736 return (hw->ep_shm_info[epid].zone ==
763 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid) argument
767 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) {
768 if (fjes_hw_epid_is_stop_requested(hw, epid)) {
[all...]
/linux-master/drivers/acpi/
H A Dviot.c308 u32 epid)
324 return acpi_iommu_fwspec_init(dev, epid, viommu->fwnode, ops);
329 u32 epid; local
339 epid = ((domain_nr - ep->segment_start) << 16) +
343 epid);
307 viot_dev_iommu_init(struct device *dev, struct viot_iommu *viommu, u32 epid) argument
/linux-master/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]])

Completed in 282 milliseconds