Searched refs:map_service_to_pipe (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
D | hif.h | 20 int (*map_service_to_pipe)(struct ath11k_base *sc, u16 service_id, member 72 return sc->hif.ops->map_service_to_pipe(sc, service_id, ul_pipe, dl_pipe); in ath11k_hif_map_service_to_pipe()
|
D | ahb.c | 609 .map_service_to_pipe = ath11k_ahb_map_service_to_pipe,
|
D | pci.c | 882 .map_service_to_pipe = ath11k_pci_map_service_to_pipe,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
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()
|
D | ahb.c | 718 .map_service_to_pipe = ath10k_pci_hif_map_service_to_pipe,
|
D | usb.c | 727 .map_service_to_pipe = ath10k_usb_hif_map_service_to_pipe,
|
D | snoc.c | 1118 .map_service_to_pipe = ath10k_snoc_hif_map_service_to_pipe,
|
D | sdio.c | 2122 .map_service_to_pipe = ath10k_sdio_hif_map_service_to_pipe,
|
D | pci.c | 3078 .map_service_to_pipe = ath10k_pci_hif_map_service_to_pipe,
|