Searched refs:prot (Results 1 – 15 of 15) sorted by relevance
/wlan-driver/wpa_supplicant_8/src/eap_common/ |
H A D | eap_eke_common.c |
|
H A D | eap_eke_common.h |
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | gas_serv.c |
|
H A D | gas_query_ap.c |
|
H A D | gas_serv.h |
|
H A D | dpp_hostapd.c |
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | gas_query.c |
|
/wlan-driver/wpa_supplicant_8/src/common/ |
H A D | dpp_i.h |
|
H A D | dpp.h |
|
H A D | dpp_tcp.c |
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_nl80211_capa.c |
|
/wlan-driver/platform/cnss2/ |
H A D | main.h | 760 phys_addr_t paddr, size_t size, int prot);
|
H A D | main.c | 803 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 D | main.c | 3761 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 D | dp_stats.c | 4891 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()
|