Searched refs:pipedir (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | snoc.c | 249 .pipedir = __cpu_to_le32(PIPEDIR_OUT), 259 .pipedir = __cpu_to_le32(PIPEDIR_IN), 269 .pipedir = __cpu_to_le32(PIPEDIR_IN), 279 .pipedir = __cpu_to_le32(PIPEDIR_OUT), 289 .pipedir = __cpu_to_le32(PIPEDIR_OUT), 299 .pipedir = __cpu_to_le32(PIPEDIR_OUT), 309 .pipedir = __cpu_to_le32(PIPEDIR_INOUT), 319 .pipedir = __cpu_to_le32(4), 329 .pipedir = __cpu_to_le32(PIPEDIR_IN), 339 .pipedir = __cpu_to_le32(PIPEDIR_IN), [all …]
|
| H A D | ce.h | 396 __le32 pipedir; member 423 __le32 pipedir; member
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | ahb.c | 694 u32 pipedir; in ath12k_ahb_map_service_to_pipe() local 703 pipedir = __le32_to_cpu(entry->pipedir); in ath12k_ahb_map_service_to_pipe() 704 if (pipedir == PIPEDIR_IN || pipedir == PIPEDIR_INOUT) { in ath12k_ahb_map_service_to_pipe() 710 if (pipedir == PIPEDIR_OUT || pipedir == PIPEDIR_INOUT) { in ath12k_ahb_map_service_to_pipe()
|
| H A D | pci.c | 983 switch (__le32_to_cpu(entry->pipedir)) { in ath12k_pci_map_service_to_pipe()
|
| H A D | qmi.c | 3510 __le32_to_cpu(ce_cfg[pipe_num].pipedir); in ath12k_qmi_wlanfw_wlan_cfg_send() 3526 __le32_to_cpu(svc_cfg[pipe_num].pipedir); in ath12k_qmi_wlanfw_wlan_cfg_send()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | ahb.c | 688 switch (__le32_to_cpu(entry->pipedir)) { in ath11k_ahb_map_service_to_pipe()
|
| H A D | qmi.c | 2722 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send() 2733 req->svc_cfg[pipe_num].pipe_dir = svc_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send()
|