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.c240 .pipedir = __cpu_to_le32(PIPEDIR_IN),
250 .pipedir = __cpu_to_le32(PIPEDIR_IN),
282 .pipedir = __cpu_to_le32(PIPEDIR_IN),
312 .pipedir = __cpu_to_le32(PIPEDIR_IN),
347 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
357 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
367 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
377 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
387 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
397 __cpu_to_le32(PIPEDIR_IN), /* i
[all...]
H A Dce.h416 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */ macro
/linux/drivers/net/wireless/ath/ath11k/
H A Dce.h35 * Pipe Directions are relative to the Host, so PIPEDIR_IN means
43 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */ macro
H A Dpcic.c788 case PIPEDIR_IN: in ath11k_pcic_map_service_to_pipe()