Searched refs:map_service_to_pipe (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hif.h | 23 int (*map_service_to_pipe)(struct ath12k_base *sc, u16 service_id, member 38 return ab->hif.ops->map_service_to_pipe(ab, service_id, in ath12k_hif_map_service_to_pipe()
|
H A D | pci.c | 1189 .map_service_to_pipe = ath12k_pci_map_service_to_pipe,
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hif.h | 23 int (*map_service_to_pipe)(struct ath11k_base *sc, u16 service_id, member 115 return sc->hif.ops->map_service_to_pipe(sc, service_id, ul_pipe, dl_pipe); in ath11k_hif_map_service_to_pipe()
|
H A D | ahb.c | 767 .map_service_to_pipe = ath11k_ahb_map_service_to_pipe, 782 .map_service_to_pipe = ath11k_pcic_map_service_to_pipe,
|
H A D | pci.c | 729 .map_service_to_pipe = ath11k_pcic_map_service_to_pipe,
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | hif.h | 61 int (*map_service_to_pipe)(struct ath10k *ar, u16 service_id, member 160 return ar->hif.ops->map_service_to_pipe(ar, service_id, in ath10k_hif_map_service_to_pipe()
|
H A D | ahb.c | 710 .map_service_to_pipe = ath10k_pci_hif_map_service_to_pipe,
|
H A D | usb.c | 735 .map_service_to_pipe = ath10k_usb_hif_map_service_to_pipe,
|
H A D | snoc.c | 1163 .map_service_to_pipe = ath10k_snoc_hif_map_service_to_pipe,
|
H A D | sdio.c | 2127 .map_service_to_pipe = ath10k_sdio_hif_map_service_to_pipe,
|
H A D | pci.c | 3176 .map_service_to_pipe = ath10k_pci_hif_map_service_to_pipe,
|