Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c
H A Deap_eke_common.h
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dgas_serv.c
H A Dgas_query_ap.c
H A Dgas_serv.h
H A Ddpp_hostapd.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dgas_query.c
/wlan-driver/wpa_supplicant_8/src/common/
H A Ddpp_i.h
H A Ddpp.h
H A Ddpp_tcp.c
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_capa.c
/wlan-driver/platform/cnss2/
H A Dmain.h760 phys_addr_t paddr, size_t size, int prot);
H A Dmain.c803 unsigned long iova, phys_addr_t paddr, size_t size, int prot) in cnss_iommu_map() argument
805 return iommu_map(domain, iova, paddr, size, prot); in cnss_iommu_map()
809 unsigned long iova, phys_addr_t paddr, size_t size, int prot) in cnss_iommu_map() argument
811 return iommu_map(domain, iova, paddr, size, prot, GFP_KERNEL); in cnss_iommu_map()
/wlan-driver/platform/icnss2/
H A Dmain.c3761 unsigned long iova, phys_addr_t paddr, size_t size, int prot) in icnss_iommu_map() argument
3763 return iommu_map(domain, iova, paddr, size, prot); in icnss_iommu_map()
3767 unsigned long iova, phys_addr_t paddr, size_t size, int prot) in icnss_iommu_map() argument
3769 return iommu_map(domain, iova, paddr, size, prot, GFP_KERNEL); in icnss_iommu_map()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_stats.c4891 enum cdp_protocol_trace prot; in dp_vdev_peer_stats_update_protocol_cnt() local
4927 prot = CDP_TRACE_ICMP; in dp_vdev_peer_stats_update_protocol_cnt()
4929 prot = CDP_TRACE_ARP; in dp_vdev_peer_stats_update_protocol_cnt()
4931 prot = CDP_TRACE_EAP; in dp_vdev_peer_stats_update_protocol_cnt()
4941 protocol_trace_cnt[prot].egress_cnt++; in dp_vdev_peer_stats_update_protocol_cnt()
4943 protocol_trace_cnt[prot].ingress_cnt++; in dp_vdev_peer_stats_update_protocol_cnt()