/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | hif.h | 31 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 D | usb.c | 409 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 D | pci.h | 220 int ath10k_pci_hif_tx_sg(struct ath10k *ar, u8 pipe_id,
|
H A D | sdio.c | 40 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 D | snoc.c | 686 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 D | pci.c | 1409 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 D | netmap_pipe.c | 132 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 D | ce.h | 171 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 D | ce.c | 630 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 D | ce.h | 198 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 D | ce.c | 701 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()
|