Searched refs:ie_offset (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/pinctrl/intel/
H A Dpinctrl-intel.h56 * @ie_offset: Register offset of GPI_IE from @regs.
71 unsigned ie_offset; member in struct:intel_community
H A Dpinctrl-intel.c691 reg = community->regs + community->ie_offset + gpp * 4; intel_gpio_irq_mask_unmask()
814 enabled = readl(community->regs + community->ie_offset + intel_gpio_community_irq_handler()
1080 base = community->regs + community->ie_offset; intel_pinctrl_suspend()
1103 writel(0, base + community->ie_offset + gpp * 4); intel_gpio_irq_init()
1152 base = community->regs + community->ie_offset; intel_pinctrl_resume()
H A Dpinctrl-sunrisepoint.c32 .ie_offset = SPT_GPI_IE, \
H A Dpinctrl-broxton.c30 .ie_offset = BXT_GPI_IE, \
/linux-4.4.14/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c2115 u8 ie_offset; collect_bss_info() local
2131 ie_offset = _BEACON_IE_OFFSET_; collect_bss_info()
2135 ie_offset = _PROBEREQ_IE_OFFSET_; collect_bss_info()
2138 ie_offset = _PROBERSP_IE_OFFSET_; collect_bss_info()
2142 ie_offset = _FIXED_IE_LENGTH_; collect_bss_info()
2159 p = rtw_get_ie(bssid->IEs + ie_offset, _SSID_IE_, &len, bssid->IELength - ie_offset); collect_bss_info()
2180 p = rtw_get_ie(bssid->IEs + ie_offset, _SUPPORTEDRATES_IE_, &len, bssid->IELength - ie_offset); collect_bss_info()
2190 p = rtw_get_ie(bssid->IEs + ie_offset, _EXT_SUPPORTEDRATES_IE_, &len, bssid->IELength - ie_offset); collect_bss_info()
2206 p = rtw_get_ie(bssid->IEs + ie_offset, _DSSET_IE_, &len, bssid->IELength - ie_offset); collect_bss_info()
2215 p = rtw_get_ie(bssid->IEs + ie_offset, _HT_ADD_INFO_IE_, &len, bssid->IELength - ie_offset); collect_bss_info()
2255 p = rtw_get_ie(bssid->IEs + ie_offset, _HT_CAPABILITY_IE_, &len, bssid->IELength - ie_offset); collect_bss_info()
3009 unsigned short frame_type, ie_offset = 0; OnAssocReq() local
3025 ie_offset = _ASOCREQ_IE_OFFSET_; OnAssocReq()
3028 ie_offset = _REASOCREQ_IE_OFFSET_; OnAssocReq()
3032 if (pkt_len < IEEE80211_3ADDR_LEN + ie_offset) { OnAssocReq()
3046 left = pkt_len - (IEEE80211_3ADDR_LEN + ie_offset); OnAssocReq()
3047 pos = pframe + (IEEE80211_3ADDR_LEN + ie_offset); OnAssocReq()
3078 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SSID_IE_, &ie_len, OnAssocReq()
3079 pkt_len - WLAN_HDR_A3_LEN - ie_offset); OnAssocReq()
3098 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SUPPORTEDRATES_IE_, &ie_len, pkt_len - WLAN_HDR_A3_LEN - ie_offset); OnAssocReq()
3111 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _EXT_SUPPORTEDRATES_IE_ , &ie_len, OnAssocReq()
3112 pkt_len - WLAN_HDR_A3_LEN - ie_offset); OnAssocReq()
3256 p = pframe + WLAN_HDR_A3_LEN + ie_offset; ie_len = 0; OnAssocReq()
3258 p = rtw_get_ie(p, _VENDOR_SPECIFIC_IE_, &ie_len, pkt_len - WLAN_HDR_A3_LEN - ie_offset); OnAssocReq()
H A Drtw_ap.c175 u32 i, offset, ielen = 0, ie_offset, remainder_ielen = 0; rtw_add_bcn_ie() local
199 ie_offset = (int)(p - pie); rtw_add_bcn_ie()
201 remainder_ielen = pnetwork->IELength - ie_offset - ielen; rtw_add_bcn_ie()
238 uint offset, ielen, ie_offset, remainder_ielen = 0; rtw_remove_bcn_ie() local
248 ie_offset = (int)(p - pie); rtw_remove_bcn_ie()
250 remainder_ielen = pnetwork->IELength - ie_offset - ielen; rtw_remove_bcn_ie()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dfwil_types.h239 * Applications MUST CHECK ie_offset field and length field to access IEs and
271 __le16 ie_offset; /* offset at which IEs start, from beginning */ member in struct:brcmf_bss_info_le
H A Dcfg80211.c2635 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); brcmf_inform_single_bss()
2744 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); wl_inform_ibss()
2807 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); brcmf_update_bss_info()
4062 s32 ie_offset; brcmf_cfg80211_start_ap() local
4097 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; brcmf_cfg80211_start_ap()
4099 (u8 *)&settings->beacon.head[ie_offset], brcmf_cfg80211_start_ap()
4100 settings->beacon.head_len - ie_offset, brcmf_cfg80211_start_ap()
4427 s32 ie_offset; brcmf_cfg80211_mgmt_tx() local
4460 ie_offset = DOT11_MGMT_HDR_LEN + brcmf_cfg80211_mgmt_tx()
4462 ie_len = len - ie_offset; brcmf_cfg80211_mgmt_tx()
4467 &buf[ie_offset], brcmf_cfg80211_mgmt_tx()
H A Dp2p.c1241 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); brcmf_p2p_scan_finding_common_channel()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c2350 u8 ie_offset; rtw_cfg80211_indicate_sta_assoc() local
2353 ie_offset = offsetof(struct ieee80211_mgmt, rtw_cfg80211_indicate_sta_assoc()
2356 ie_offset = offsetof(struct ieee80211_mgmt, rtw_cfg80211_indicate_sta_assoc()
2360 sinfo.assoc_req_ies = pmgmt_frame + ie_offset; rtw_cfg80211_indicate_sta_assoc()
2361 sinfo.assoc_req_ies_len = frame_len - ie_offset; rtw_cfg80211_indicate_sta_assoc()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dmain.c3956 int ssid_ie_offset, ie_offset, templ_len; wl1271_ap_set_probe_resp_tmpl_legacy() local
3973 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); wl1271_ap_set_probe_resp_tmpl_legacy()
3975 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset, wl1271_ap_set_probe_resp_tmpl_legacy()
3976 probe_rsp_len - ie_offset); wl1271_ap_set_probe_resp_tmpl_legacy()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dmac.c1382 u8 oui_type, size_t ie_offset) ath10k_mac_remove_vendor_ie()
1389 if (WARN_ON(skb->len < ie_offset)) ath10k_mac_remove_vendor_ie()
1393 skb->data + ie_offset, ath10k_mac_remove_vendor_ie()
1394 skb->len - ie_offset); ath10k_mac_remove_vendor_ie()
1381 ath10k_mac_remove_vendor_ie(struct sk_buff *skb, unsigned int oui, u8 oui_type, size_t ie_offset) ath10k_mac_remove_vendor_ie() argument

Completed in 516 milliseconds