Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dhtc_hst.c22 u16 len, u8 flags, u8 epid) in htc_issue_send() argument
30 hdr->endpoint_id = epid; in htc_issue_send()
117 if (epid < 0 || epid >= ENDPOINT_MAX) in htc_process_conn_rsp()
141 target->conn_rsp_epid = epid; in htc_process_conn_rsp()
307 enum htc_endpoint_id epid) in htc_send_epid() argument
401 enum htc_endpoint_id epid; in ath9k_htc_rx_msg() local
418 epid = htc_hdr->endpoint_id; in ath9k_htc_rx_msg()
420 if (epid == 0x99) { in ath9k_htc_rx_msg()
426 if (epid < 0 || epid >= ENDPOINT_MAX) { in ath9k_htc_rx_msg()
435 if (epid == ENDPOINT0) { in ath9k_htc_rx_msg()
[all …]
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 …]
A Dhtc_hst.h89 __be32 epid; member
211 enum htc_endpoint_id epid);
A Dwmi.c214 enum htc_endpoint_id epid) in ath9k_wmi_ctrl_rx() argument
251 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx() argument
A Dhtc_drv_beacon.c244 tx_ctl->epid = priv->beacon_ep; in ath9k_htc_send_beacon()
A Dhtc.h314 u8 epid; member
/linux-6.3-rc2/drivers/net/fjes/
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 …]
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)
A Dfjes_hw.c89 return info.bits.epid; in fjes_hw_get_my_epid()
496 req_buf->share_buffer.epid = dest_epid; in fjes_hw_register_buff_addr()
607 req_buf->unshare_buffer.epid = dest_epid; in fjes_hw_unregister_buff_addr()
702 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid) in fjes_hw_epid_is_same_zone() argument
704 if (epid >= hw->max_epid) in fjes_hw_epid_is_same_zone()
707 if ((hw->ep_shm_info[epid].es_status != in fjes_hw_epid_is_same_zone()
713 return (hw->ep_shm_info[epid].zone == in fjes_hw_epid_is_same_zone()
740 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid) in fjes_hw_get_partner_ep_status() argument
744 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) { in fjes_hw_get_partner_ep_status()
745 if (fjes_hw_epid_is_stop_requested(hw, epid)) { in fjes_hw_get_partner_ep_status()
[all …]
A Dfjes_hw.h119 __le32 epid; member
124 __le32 epid; member
270 u16 epid; member
A Dfjes_regs.h47 __le32 epid:16; member
/linux-6.3-rc2/drivers/acpi/
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
338 epid = ((domain_nr - ep->segment_start) << 16) + in viot_pci_dev_iommu_init()
342 epid); in viot_pci_dev_iommu_init()

Completed in 25 milliseconds