Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c22 u16 len, u8 flags, u8 epid) in htc_issue_send() argument
26 struct htc_endpoint *endpoint = &target->endpoint[epid]; in htc_issue_send()
30 hdr->endpoint_id = epid; in htc_issue_send()
109 enum htc_endpoint_id epid, tepid; in htc_process_conn_rsp() local
115 epid = svc_rspmsg->endpoint_id; in htc_process_conn_rsp()
118 endpoint = &target->endpoint[epid]; in htc_process_conn_rsp()
137 target->conn_rsp_epid = epid; in htc_process_conn_rsp()
298 return htc_issue_send(target, skb, skb->len, 0, tx_ctl->epid); in htc_send()
302 enum htc_endpoint_id epid) in htc_send_epid() argument
304 return htc_issue_send(target, skb, skb->len, 0, epid); in htc_send_epid()
[all …]
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()
131 get_htc_epid_queue(struct ath9k_htc_priv *priv, u8 epid) in get_htc_epid_queue() argument
136 if (epid == priv->mgmt_ep) in get_htc_epid_queue()
138 else if (epid == priv->cab_ep) in get_htc_epid_queue()
140 else if (epid == priv->data_be_ep) in get_htc_epid_queue()
[all …]
Dhtc_hst.h89 __be32 epid; member
211 enum htc_endpoint_id epid);
Dwmi.c208 enum htc_endpoint_id epid) in ath9k_wmi_ctrl_rx() argument
245 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx() argument
Dhtc_drv_beacon.c244 tx_ctl->epid = priv->beacon_ep; in ath9k_htc_send_beacon()
Dhtc.h312 u8 epid; member
/drivers/net/fjes/
Dfjes_main.c496 int max_epid, my_epid, epid; in fjes_tx_stall_task() local
512 for (epid = 0; epid < max_epid; epid++) { in fjes_tx_stall_task()
513 if (my_epid == epid) in fjes_tx_stall_task()
516 pstatus = fjes_hw_get_partner_ep_status(hw, epid); in fjes_tx_stall_task()
521 info = adapter->hw.ep_shm_info[epid].tx.info; in fjes_tx_stall_task()
561 int max_epid, my_epid, epid; in fjes_raise_intr_rxdata_task() local
566 for (epid = 0; epid < max_epid; epid++) in fjes_raise_intr_rxdata_task()
567 hw->ep_shm_info[epid].tx_status_work = 0; in fjes_raise_intr_rxdata_task()
569 for (epid = 0; epid < max_epid; epid++) { in fjes_raise_intr_rxdata_task()
570 if (epid == my_epid) in fjes_raise_intr_rxdata_task()
[all …]
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)
Dfjes_hw.c89 return info.bits.epid; in fjes_hw_get_my_epid()
495 req_buf->share_buffer.epid = dest_epid; in fjes_hw_register_buff_addr()
606 req_buf->unshare_buffer.epid = dest_epid; in fjes_hw_unregister_buff_addr()
701 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid) in fjes_hw_epid_is_same_zone() argument
703 if (epid >= hw->max_epid) in fjes_hw_epid_is_same_zone()
706 if ((hw->ep_shm_info[epid].es_status != in fjes_hw_epid_is_same_zone()
712 return (hw->ep_shm_info[epid].zone == in fjes_hw_epid_is_same_zone()
739 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid) in fjes_hw_get_partner_ep_status() argument
743 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) { in fjes_hw_get_partner_ep_status()
744 if (fjes_hw_epid_is_stop_requested(hw, epid)) { in fjes_hw_get_partner_ep_status()
[all …]
Dfjes_hw.h119 __le32 epid; member
124 __le32 epid; member
270 u16 epid; member
Dfjes_regs.h47 __le32 epid:16; member
/drivers/scsi/
Dscsi_transport_iscsi.c196 const uint64_t *epid = data; in iscsi_match_epid() local
198 return *epid == ep->id; in iscsi_match_epid()