Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
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/ath11k/
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()