Home
last modified time | relevance | path

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

/linux-4.1.27/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()
31 hdr->endpoint_id = epid; in htc_issue_send()
110 enum htc_endpoint_id epid, tepid; in htc_process_conn_rsp() local
116 epid = svc_rspmsg->endpoint_id; in htc_process_conn_rsp()
119 endpoint = &target->endpoint[epid]; in htc_process_conn_rsp()
138 target->conn_rsp_epid = epid; in htc_process_conn_rsp()
296 return htc_issue_send(target, skb, skb->len, 0, tx_ctl->epid); in htc_send()
300 enum htc_endpoint_id epid) in htc_send_epid() argument
302 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
244 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
/linux-4.1.27/drivers/scsi/
Dscsi_transport_iscsi.c189 const uint64_t *epid = data; in iscsi_match_epid() local
191 return *epid == ep->id; in iscsi_match_epid()