Home
last modified time | relevance | path

Searched refs:PIPEDIR_IN (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dce.c32 .pipedir = __cpu_to_le32(PIPEDIR_IN),
42 .pipedir = __cpu_to_le32(PIPEDIR_IN),
72 .pipedir = __cpu_to_le32(PIPEDIR_IN),
134 .pipedir = __cpu_to_le32(PIPEDIR_IN),
160 __cpu_to_le32(PIPEDIR_IN),
170 __cpu_to_le32(PIPEDIR_IN),
180 __cpu_to_le32(PIPEDIR_IN),
190 __cpu_to_le32(PIPEDIR_IN),
200 __cpu_to_le32(PIPEDIR_IN),
210 __cpu_to_le32(PIPEDIR_IN),
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dhw.c1304 .pipedir = __cpu_to_le32(PIPEDIR_IN),
1314 .pipedir = __cpu_to_le32(PIPEDIR_IN),
1344 .pipedir = __cpu_to_le32(PIPEDIR_IN),
1416 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
1426 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
1436 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
1446 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
1456 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
1466 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
1476 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
[all …]
H A Dce.h43 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */ macro
H A Dpcic.c789 case PIPEDIR_IN: in ath11k_pcic_map_service_to_pipe()
H A Dahb.c660 case PIPEDIR_IN: in ath11k_ahb_map_service_to_pipe()
/linux/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c258 .pipedir = __cpu_to_le32(PIPEDIR_IN),
268 .pipedir = __cpu_to_le32(PIPEDIR_IN),
328 .pipedir = __cpu_to_le32(PIPEDIR_IN),
338 .pipedir = __cpu_to_le32(PIPEDIR_IN),
348 .pipedir = __cpu_to_le32(PIPEDIR_IN),
358 .pipedir = __cpu_to_le32(PIPEDIR_IN),
374 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
384 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
394 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
404 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
[all …]
H A Dpci.c241 .pipedir = __cpu_to_le32(PIPEDIR_IN),
251 .pipedir = __cpu_to_le32(PIPEDIR_IN),
283 .pipedir = __cpu_to_le32(PIPEDIR_IN),
313 .pipedir = __cpu_to_le32(PIPEDIR_IN),
348 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
358 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
368 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
378 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
388 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
398 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
[all …]
H A Dce.h416 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */ macro
/linux/drivers/net/wireless/ath/ath12k/
H A Dce.h36 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */ macro
H A Dahb.c674 if (pipedir == PIPEDIR_IN || pipedir == PIPEDIR_INOUT) { in ath12k_ahb_map_service_to_pipe()
H A Dpci.c971 case PIPEDIR_IN: in ath12k_pci_map_service_to_pipe()