Searched refs:ie (Results 76 - 100 of 170) sorted by relevance

1234567

/linux-master/fs/f2fs/
H A Dgc.c941 struct inode_entry *ie; local
943 ie = radix_tree_lookup(&gc_list->iroot, ino);
944 if (ie)
945 return ie->inode;
967 struct inode_entry *ie, *next_ie; local
969 list_for_each_entry_safe(ie, next_ie, &gc_list->ilist, list) {
970 radix_tree_delete(&gc_list->iroot, ie->inode->i_ino);
971 iput(ie->inode);
972 list_del(&ie->list);
973 kmem_cache_free(f2fs_inode_entry_slab, ie);
[all...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c299 u8 *rtw_get_capability_from_ie(u8 *ie) argument
301 return ie + 8 + 2;
313 u8 *rtw_get_beacon_interval_from_ie(u8 *ie) argument
315 return ie + 8;
2049 static int rtw_append_pmkid(struct adapter *Adapter, int iEntry, u8 *ie, uint ie_len) argument
2053 if (ie[13] <= 20) {
2055 ie[ie_len] = 1;
2057 ie[ie_len] = 0; /* PMKID count = 0x0100 */
2059 memcpy(&ie[ie_len], &psecuritypriv->PMKIDList[iEntry].PMKID, 16);
2061 ie[1
[all...]
H A Drtw_mlme_ext.c999 /* now parse all ieee802_11 ie to point to elems */
2332 wps_ielen = (uint)pmlmepriv->wps_probe_resp_ie[1];/* to get ie data len */
2726 u8 *ie = pnetwork->ies; local
2763 val = *(unsigned short *)rtw_get_capability_from_ie(ie);
2785 pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, WLAN_EID_HT_CAPABILITY, &ie_len, (pnetwork->ie_length - _BEACON_IE_OFFSET_));
2794 pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, WLAN_EID_HT_OPERATION, &ie_len, (pnetwork->ie_length - _BEACON_IE_OFFSET_));
2808 for (pbuf = ie + _BEACON_IE_OFFSET_; ; pbuf += (ie_len + 2)) {
2827 /* add WPS IE ie for wps 2.0 */
4262 u8 *ie, *p; local
4271 ie
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c89 has_ieee_hdr(struct ieee_types_generic *ie, u8 key) argument
91 return (ie && ie->ieee_hdr.element_id == key);
95 has_vendor_hdr(struct ieee_types_vendor_specific *ie, u8 key) argument
97 return (ie && ie->vend_hdr.element_id == key);
2854 cpu_to_le16((((u16) priv->vs_ie[id].ie[1])
2863 memcpy(vs_param_set->ie, priv->vs_ie[id].ie,
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1001 request->ie, request->ie_len, true);
1006 request->ie_len, request->ie);
1248 rsn_eid = sme->ie ?
1249 cfg80211_find_ie(WLAN_EID_RSN, sme->ie, sme->ie_len) :
1279 rc = wmi_set_ie(vif, WMI_FRAME_ASSOC_REQ, sme->ie_len, sme->ie);
1770 static const u8 *_wil_cfg80211_find_ie(const u8 *ies, u16 ies_len, const u8 *ie, argument
1777 if (ie_len < 2 || 2 + ie[1] > ie_len)
1780 if (ie[0] != WLAN_EID_VENDOR_SPECIFIC)
1781 return cfg80211_find_ie(ie[0], ies, ies_len);
1784 if (ie[
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c2401 struct scan_ie_tlv *ie; local
2408 sizeof(*misc) + sizeof(*ie);
2475 tlv = mt76_connac_mcu_add_tlv(skb, UNI_SCAN_IE, sizeof(*ie));
2476 ie = (struct scan_ie_tlv *)tlv;
2478 memcpy(ie->ies, sreq->ie, sreq->ie_len);
2479 ie->ies_len = cpu_to_le16(sreq->ie_len);
2516 struct scan_ie_tlv *ie; local
2523 sizeof(*chan_info) + sizeof(*ie) +
2591 tlv = mt76_connac_mcu_add_tlv(skb, UNI_SCAN_IE, sizeof(*ie));
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c507 status = ath6kl_set_assoc_req_ies(vif, sme->ie, sme->ie_len);
513 if (sme->ie == NULL || sme->ie_len == 0)
690 u8 *ie; local
712 ie = kmalloc(2 + vif->ssid_len + beacon_ie_len, GFP_KERNEL);
713 if (ie == NULL)
715 ie[0] = WLAN_EID_SSID;
716 ie[1] = vif->ssid_len;
717 memcpy(ie + 2, vif->ssid, vif->ssid_len);
718 memcpy(ie + 2 + vif->ssid_len, beacon_ie, beacon_ie_len);
722 ie,
[all...]
/linux-master/drivers/net/wireless/ath/carl9170/
H A Drx.c490 static u8 *carl9170_find_ie(u8 *data, unsigned int len, u8 ie) argument
501 if (pos[0] == ie)
/linux-master/net/bluetooth/
H A Dhci_event.c3291 struct inquiry_entry *ie; local
3337 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr);
3338 if (ie)
3339 memcpy(ie->data.dev_class, ev->dev_class, 3);
4839 struct inquiry_entry *ie; local
4841 ie = hci_inquiry_cache_lookup(hdev, &conn->dst);
4842 if (ie) {
4843 ie->data.clock_offset = ev->clock_offset;
4844 ie->timestamp = jiffies;
4872 struct inquiry_entry *ie; local
4992 struct inquiry_entry *ie; local
5619 struct inquiry_entry *ie; local
[all...]
/linux-master/drivers/staging/ks7010/
H A Dks_wlan.h367 u8 ie[255]; member in struct:wps_status
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1533 u8 ie; local
1537 ie = le32_get_bits(iehdr->w0, RTW89_PHY_STS_IEHDR_TYPE);
1538 if (physts_ie_len_tab[ie] != VAR_LEN)
1539 ie_len = physts_ie_len_tab[ie];
1550 const struct rtw89_phy_sts_ie0 *ie = (const struct rtw89_phy_sts_ie0 *)iehdr; local
1554 phy_ppdu->chan_idx = le32_get_bits(ie->w0, RTW89_PHY_STS_IE01_W0_CH_IDX);
1561 phy_ppdu->ofdm.avg_snr = le32_get_bits(ie->w2, RTW89_PHY_STS_IE01_W2_AVG_SNR);
1562 phy_ppdu->ofdm.evm_max = le32_get_bits(ie->w2, RTW89_PHY_STS_IE01_W2_EVM_MAX);
1563 phy_ppdu->ofdm.evm_min = le32_get_bits(ie->w2, RTW89_PHY_STS_IE01_W2_EVM_MIN);
1568 t = le32_get_bits(ie
1582 u8 ie; local
[all...]
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c211 wid_list[index].val = (s8 *)request->ie;
478 struct ieee80211_wmm_param_ie *ie; local
480 ie = (struct ieee80211_wmm_param_ie *)wmm_ie;
481 if ((ie->oui_subtype == 0 || ie->oui_subtype == 1) &&
482 ie->version == 1) {
484 if (ie->qos_info & BIT(7))
/linux-master/net/wireless/
H A Dtrace.h1303 if (req->ie)
1305 req->ie, req->ie_len);
2278 __dynamic_array(u8, ie, ftie->ie_len)
2284 memcpy(__get_dynamic_array(ie), ftie->ie, ftie->ie_len);
2749 __dynamic_array(u8, ie, owe_info->ie_len)),
2754 memcpy(__get_dynamic_array(ie),
2755 owe_info->ie, owe_info->ie_len);),
3505 __dynamic_array(u8, ie, request ? request->ie_len : 0)
3516 memcpy(__get_dynamic_array(ie), reques
[all...]
/linux-master/sound/pci/rme9652/
H A Dhdspm.c968 int ie; member in struct:hdspm_midi
1910 hmidi->hdspm->control_register |= hmidi->ie;
1930 if (!(hdspm->control_register & hmidi->ie)) {
1932 hdspm->control_register |= hmidi->ie;
1935 hdspm->control_register &= ~hmidi->ie;
2070 hdspm->midi[0].ie = HDSPM_Midi2InterruptEnable;
2077 hdspm->midi[0].ie = HDSPM_Midi0InterruptEnable;
2085 hdspm->midi[1].ie = HDSPM_Midi1InterruptEnable;
2093 hdspm->midi[2].ie = HDSPM_Midi2InterruptEnable;
2101 hdspm->midi[2].ie
[all...]
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dmain.c211 .ie = WLAN_EID_CHANNEL_SWITCH,
215 .ie = WLAN_EID_HT_OPERATION,
219 .ie = WLAN_EID_ERP_INFO,
1149 /* write firmware's last address (ie. it's length) to
1601 /* Configure for CAM power saving (ie. always active) */
/linux-master/drivers/mmc/host/
H A Dsdhci-omap.c132 u32 ie; member in struct:sdhci_omap_host
1419 omap_host->ie = sdhci_omap_readl(omap_host, SDHCI_OMAP_IE);
1432 sdhci_omap_writel(omap_host, SDHCI_OMAP_IE, omap_host->ie);
/linux-master/drivers/net/wireless/intersil/p54/
H A Dlmac.h557 u8 *p54_find_ie(struct sk_buff *skb, u8 ie);
H A Dmain.c74 u8 *p54_find_ie(struct sk_buff *skb, u8 ie) argument
88 if (pos[0] == ie)
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dconf.h500 u8 ie; member in struct:conf_bcn_filt_rule
503 * Rule to associate with the specific ie.
H A Dmain.c3878 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, local
3880 if (!ie)
3882 len = ie[1] + 2;
3883 next = ie + len;
3884 memmove(ie, next, end - next);
3894 u8 *ie = (u8 *)cfg80211_find_vendor_ie(oui, oui_type, local
3897 if (!ie)
3899 len = ie[1] + 2;
3900 next = ie + len;
3901 memmove(ie, nex
5510 const u8 *ie; local
[all...]
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h441 extern void rtw_update_protection(struct adapter *padapter, u8 *ie, uint ie_len);
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_api_cmd.h101 u8 ie[]; member in struct:wfx_hif_req_update_ie
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c879 const u8 *ie; local
886 ie = cfg80211_find_ie(eid, mgmt->u.beacon.variable, frame_size);
887 if (!ie)
890 return ie - beacon;
/linux-master/drivers/net/
H A Dgtp.c325 gtp_pkt->ie.tag = GTPIE_RECOVERY;
326 gtp_pkt->ie.val = gtp->restart_count;
507 gtp_pkt->ie.tag = GTPIE_RECOVERY;
508 gtp_pkt->ie.val = 0;
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_xmit.c721 void r8712_update_protection(struct _adapter *padapter, u8 *ie, uint ie_len) argument
737 perp = r8712_get_ie(ie, WLAN_EID_ERP_INFO, &erp_len, ie_len);

Completed in 368 milliseconds

1234567