Home
last modified time | relevance | path

Searched refs:PACKET_LOG_SVC (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/fw-api/fw/ !
H A Dhtc_services.h103 #define PACKET_LOG_SVC MAKE_SERVICE_ID(PACKET_LOG_SERVICE_GROUP,0) macro
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ !
H A Dce_main.c722 PACKET_LOG_SVC,
758 { PACKET_LOG_SVC, PIPEDIR_IN, 5, },
787 { PACKET_LOG_SVC, PIPEDIR_IN, 5, },
818 { PACKET_LOG_SVC, PIPEDIR_IN, 5, },
847 { PACKET_LOG_SVC, PIPEDIR_IN, 5, },
874 { PACKET_LOG_SVC, PIPEDIR_IN, 5, },
901 { PACKET_LOG_SVC, PIPEDIR_IN, 5, },
937 { PACKET_LOG_SVC, PIPEDIR_IN, 5, },
968 { PACKET_LOG_SVC, PIPEDIR_IN, 5, },
1003 { PACKET_LOG_SVC, PIPEDIR_IN, 7, },
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/ !
H A Dpktlog_ac.c1134 connect.service_id = PACKET_LOG_SVC; in pktlog_htc_connect_service()