Home
last modified time | relevance | path

Searched refs:map_service_to_pipe (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dhif.h23 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()
Dahb.c778 .map_service_to_pipe = ath11k_ahb_map_service_to_pipe,
793 .map_service_to_pipe = ath11k_pcic_map_service_to_pipe,
Dpci.c697 .map_service_to_pipe = ath11k_pcic_map_service_to_pipe,
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dhif.h61 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()
Dahb.c710 .map_service_to_pipe = ath10k_pci_hif_map_service_to_pipe,
Dusb.c735 .map_service_to_pipe = ath10k_usb_hif_map_service_to_pipe,
Dsnoc.c1162 .map_service_to_pipe = ath10k_snoc_hif_map_service_to_pipe,
Dsdio.c2127 .map_service_to_pipe = ath10k_sdio_hif_map_service_to_pipe,
Dpci.c3079 .map_service_to_pipe = ath10k_pci_hif_map_service_to_pipe,