Searched refs:ul_pipe_id (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htc.c | 68 ep->ul_pipe_id == 3) in ath10k_htc_notify_tx_completion() 211 ret = ath10k_hif_tx_sg(htc->ar, ep->ul_pipe_id, &sg_item, 1); in ath10k_htc_send() 662 ret = ath10k_hif_tx_sg(htc->ar, ep->ul_pipe_id, &sg_item, 1); in ath10k_htc_send_bundle() 1156 &ep->ul_pipe_id, in ath10k_htc_connect_service() 1166 htc_service_name(ep->service_id), ep->ul_pipe_id, in ath10k_htc_connect_service() 1229 u8 ul_pipe_id; in ath10k_htc_pktlog_svc_supported() local 1234 &ul_pipe_id, in ath10k_htc_pktlog_svc_supported()
|
H A D | htc.h | 369 u8 ul_pipe_id; member
|
H A D | htt_tx.c | 1575 htt->ar->htc.endpoint[htt->eid].ul_pipe_id, in ath10k_htt_tx_32() 1787 htt->ar->htc.endpoint[htt->eid].ul_pipe_id, in ath10k_htt_tx_64()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | htc.c | 119 ret = ath12k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid); in ath12k_htc_send() 366 ath12k_ce_poll_send_completed(ab, ep->ul_pipe_id); in ath12k_htc_rx_completion_handler() 695 &ep->ul_pipe_id, in ath12k_htc_connect_service() 702 htc_service_name(ep->service_id), ep->ul_pipe_id, in ath12k_htc_connect_service()
|
H A D | htc.h | 272 u8 ul_pipe_id; member
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | htc.c | 124 ret = ath11k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid); in ath11k_htc_send() 409 ath11k_ce_poll_send_completed(ab, ep->ul_pipe_id); in ath11k_htc_rx_completion_handler() 745 &ep->ul_pipe_id, in ath11k_htc_connect_service() 752 htc_service_name(ep->service_id), ep->ul_pipe_id, in ath11k_htc_connect_service()
|
H A D | htc.h | 267 u8 ul_pipe_id; member
|