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

/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c20 u16 len, u8 flags, u8 epid)
24 struct htc_endpoint *endpoint = &target->endpoint[epid];
29 hdr->endpoint_id = epid;
108 enum htc_endpoint_id epid, tepid; local
114 epid = svc_rspmsg->endpoint_id;
117 endpoint = &target->endpoint[epid];
136 target->conn_rsp_epid = epid;
294 return htc_issue_send(target, skb, skb->len, 0, tx_ctl->epid);
298 enum htc_endpoint_id epid)
300 return htc_issue_send(target, skb, skb->len, 0, epid);
19 htc_issue_send(struct htc_target *target, struct sk_buff* skb, u16 len, u8 flags, u8 epid) argument
297 htc_send_epid(struct htc_target *target, struct sk_buff *skb, enum htc_endpoint_id epid) argument
368 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
574 check_cookie(struct ath9k_htc_priv *priv, struct sk_buff *skb, u8 cookie, u8 epid) argument
607 u8 epid = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_EPID); local
[all...]
H A Dhtc_hst.h199 enum htc_endpoint_id epid);
H A Dwmi.c205 enum htc_endpoint_id epid)
241 enum htc_endpoint_id epid, bool txok)
204 ath9k_wmi_ctrl_rx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid) argument
240 ath9k_wmi_ctrl_tx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid, bool txok) argument
H A Dhtc.h301 u8 epid; member in struct:ath9k_htc_tx_ctl
H A Dhtc_drv_beacon.c400 tx_ctl->epid = priv->beacon_ep;
/drivers/scsi/
H A Dscsi_transport_iscsi.c189 uint64_t *epid = (uint64_t *) data; local
191 return *epid == ep->id;

Completed in 78 milliseconds