Lines Matching refs:epid
22 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()
299 return htc_issue_send(target, skb, skb->len, 0, tx_ctl->epid); in htc_send()
303 enum htc_endpoint_id epid) in htc_send_epid() argument
305 return htc_issue_send(target, skb, skb->len, 0, epid); in htc_send_epid()
381 "bad epid: 0x%08x\n", htc_panic->epid); in ath9k_htc_fw_panic_report()
401 enum htc_endpoint_id epid; in ath9k_htc_rx_msg() local
409 epid = htc_hdr->endpoint_id; in ath9k_htc_rx_msg()
411 if (epid == 0x99) { in ath9k_htc_rx_msg()
417 if (epid >= ENDPOINT_MAX) { in ath9k_htc_rx_msg()
425 if (epid == ENDPOINT0) { in ath9k_htc_rx_msg()
458 endpoint = &htc_handle->endpoint[epid]; in ath9k_htc_rx_msg()
461 skb, epid); in ath9k_htc_rx_msg()