Home
last modified time | relevance | path

Searched refs:pipe_id (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhif.h31 int (*tx_sg)(struct ath10k *ar, u8 pipe_id,
74 void (*send_complete_check)(struct ath10k *ar, u8 pipe_id, int force);
76 u16 (*get_free_queue_number)(struct ath10k *ar, u8 pipe_id);
102 static inline int ath10k_hif_tx_sg(struct ath10k *ar, u8 pipe_id, in ath10k_hif_tx_sg() argument
106 return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items); in ath10k_hif_tx_sg()
171 u8 pipe_id, int force) in ath10k_hif_send_complete_check() argument
174 ar->hif.ops->send_complete_check(ar, pipe_id, force); in ath10k_hif_send_complete_check()
178 u8 pipe_id) in ath10k_hif_get_free_queue_number() argument
180 return ar->hif.ops->get_free_queue_number(ar, pipe_id); in ath10k_hif_get_free_queue_number()
H A Dusb.c409 static int ath10k_usb_hif_tx_sg(struct ath10k *ar, u8 pipe_id, in ath10k_usb_hif_tx_sg() argument
413 struct ath10k_usb_pipe *pipe = &ar_usb->pipes[pipe_id]; in ath10k_usb_hif_tx_sg()
475 static u16 ath10k_usb_hif_get_free_queue_number(struct ath10k *ar, u8 pipe_id) in ath10k_usb_hif_get_free_queue_number() argument
479 return ar_usb->pipes[pipe_id].urb_cnt; in ath10k_usb_hif_get_free_queue_number()
H A Dpci.h220 int ath10k_pci_hif_tx_sg(struct ath10k *ar, u8 pipe_id,
H A Dsdio.c40 static inline enum ath10k_htc_ep_id pipe_id_to_eid(u8 pipe_id) in pipe_id_to_eid() argument
42 return (enum ath10k_htc_ep_id)pipe_id; in pipe_id_to_eid()
1645 static int ath10k_sdio_hif_tx_sg(struct ath10k *ar, u8 pipe_id, in ath10k_sdio_hif_tx_sg() argument
1653 eid = pipe_id_to_eid(pipe_id); in ath10k_sdio_hif_tx_sg()
H A Dsnoc.c686 static int ath10k_snoc_hif_tx_sg(struct ath10k *ar, u8 pipe_id, in ath10k_snoc_hif_tx_sg() argument
695 snoc_pipe = &ar_snoc->pipe_info[pipe_id]; in ath10k_snoc_hif_tx_sg()
H A Dpci.c1409 int ath10k_pci_hif_tx_sg(struct ath10k *ar, u8 pipe_id, in ath10k_pci_hif_tx_sg() argument
1414 struct ath10k_pci_pipe *pci_pipe = &ar_pci->pipe_info[pipe_id]; in ath10k_pci_hif_tx_sg()
1459 i, &items[i].paddr, items[i].len, n_items, pipe_id); in ath10k_pci_hif_tx_sg()
/freebsd/sys/dev/netmap/
H A Dnetmap_pipe.c132 netmap_pipe_find(struct netmap_adapter *parent, const char *pipe_id) in netmap_pipe_find() argument
144 if (!strcmp(na_pipe_id, pipe_id)) { in netmap_pipe_find()
660 const char *pipe_id = NULL; in netmap_get_pipe_na() local
679 pipe_id = cbra + 1; in netmap_get_pipe_na()
680 if (*pipe_id == '\0' || cbra == hdr->nr_name) { in netmap_get_pipe_na()
731 mna = netmap_pipe_find(pna, pipe_id); in netmap_get_pipe_na()
734 nm_prdis("found %s directly at %d", pipe_id, mna->parent_slot); in netmap_get_pipe_na()
737 nm_prdis("found %s indirectly at %d", pipe_id, mna->parent_slot); in netmap_get_pipe_na()
746 nm_prdis("pipe %s not found, create %d", pipe_id, create); in netmap_get_pipe_na()
760 snprintf(mna->up.name, sizeof(mna->up.name), "%s{%s", pna->name, pipe_id); in netmap_get_pipe_na()
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dce.h171 int ath12k_ce_send(struct ath12k_base *ab, struct sk_buff *skb, u8 pipe_id,
178 void ath12k_ce_poll_send_completed(struct ath12k_base *ab, u8 pipe_id);
H A Dce.c630 void ath12k_ce_poll_send_completed(struct ath12k_base *ab, u8 pipe_id) in ath12k_ce_poll_send_completed() argument
632 struct ath12k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath12k_ce_poll_send_completed()
638 int ath12k_ce_send(struct ath12k_base *ab, struct sk_buff *skb, u8 pipe_id, in ath12k_ce_send() argument
641 struct ath12k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath12k_ce_send()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.h198 int ath11k_ce_send(struct ath11k_base *ab, struct sk_buff *skb, u8 pipe_id,
205 void ath11k_ce_poll_send_completed(struct ath11k_base *ab, u8 pipe_id);
H A Dce.c701 void ath11k_ce_poll_send_completed(struct ath11k_base *ab, u8 pipe_id) in ath11k_ce_poll_send_completed() argument
703 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_poll_send_completed()
704 const struct ce_attr *attr = &ab->hw_params.host_ce_config[pipe_id]; in ath11k_ce_poll_send_completed()
711 int ath11k_ce_send(struct ath11k_base *ab, struct sk_buff *skb, u8 pipe_id, in ath11k_ce_send() argument
714 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_send()
784 if (ath11k_ce_need_shadow_fix(pipe_id)) in ath11k_ce_send()
785 ath11k_dp_shadow_start_timer(ab, srng, &ab->ce.hp_timer[pipe_id]); in ath11k_ce_send()