Searched defs:epid (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath9k/
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_hst.c22 u16 len, u8 flags, u8 epid)
26 struct htc_endpoint *endpoint = &target->endpoint[epid];
31 hdr->endpoint_id = epid;
110 enum htc_endpoint_id epid, tepid; local
116 epid = svc_rspmsg->endpoint_id;
119 endpoint = &target->endpoint[epid];
138 target->conn_rsp_epid = epid;
296 return htc_issue_send(target, skb, skb->len, 0, tx_ctl->epid);
300 enum htc_endpoint_id epid)
302 return htc_issue_send(target, skb, skb->len, 0, epid);
21 htc_issue_send(struct htc_target *target, struct sk_buff* skb, u16 len, u8 flags, u8 epid) argument
299 htc_send_epid(struct htc_target *target, struct sk_buff *skb, enum htc_endpoint_id epid) argument
402 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
587 check_cookie(struct ath9k_htc_priv *priv, struct sk_buff *skb, u8 cookie, u8 epid) argument
620 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 Dhtc.h309 u8 epid; member in struct:ath9k_htc_tx_ctl
/drivers/scsi/
H A Dscsi_transport_iscsi.c189 const uint64_t *epid = data; local
191 return *epid == ep->id;

Completed in 102 milliseconds