Searched refs:ie (Results 1 - 5 of 5) sorted by relevance

/include/linux/uwb/
H A Dspec.h310 static inline int uwb_ie_drp_type(struct uwb_ie_drp *ie) argument
312 return (le16_to_cpu(ie->drp_control) >> 0) & 0x7;
315 static inline int uwb_ie_drp_stream_index(struct uwb_ie_drp *ie) argument
317 return (le16_to_cpu(ie->drp_control) >> 3) & 0x7;
320 static inline int uwb_ie_drp_reason_code(struct uwb_ie_drp *ie) argument
322 return (le16_to_cpu(ie->drp_control) >> 6) & 0x7;
325 static inline int uwb_ie_drp_status(struct uwb_ie_drp *ie) argument
327 return (le16_to_cpu(ie->drp_control) >> 9) & 0x1;
330 static inline int uwb_ie_drp_owner(struct uwb_ie_drp *ie) argument
332 return (le16_to_cpu(ie
335 uwb_ie_drp_tiebreaker(struct uwb_ie_drp *ie) argument
340 uwb_ie_drp_unsafe(struct uwb_ie_drp *ie) argument
345 uwb_ie_drp_set_type(struct uwb_ie_drp *ie, enum uwb_drp_type type) argument
352 uwb_ie_drp_set_stream_index(struct uwb_ie_drp *ie, int stream_index) argument
359 uwb_ie_drp_set_reason_code(struct uwb_ie_drp *ie, enum uwb_drp_reason reason_code) argument
367 uwb_ie_drp_set_status(struct uwb_ie_drp *ie, int status) argument
374 uwb_ie_drp_set_owner(struct uwb_ie_drp *ie, int owner) argument
381 uwb_ie_drp_set_tiebreaker(struct uwb_ie_drp *ie, int tiebreaker) argument
388 uwb_ie_drp_set_unsafe(struct uwb_ie_drp *ie, int unsafe) argument
409 uwb_ie_relinquish_req_reason_code(struct uwb_relinquish_request_ie *ie) argument
414 uwb_ie_relinquish_req_set_reason_code(struct uwb_relinquish_request_ie *ie, int reason_code) argument
[all...]
/include/net/
H A Dcfg80211.h1311 * @ie: vendor information elements (optional)
1331 const u8 *ie; member in struct:mesh_setup
1401 * @ie: optional information element(s) to add into Probe Request or %NULL
1402 * @ie_len: length of ie in octets
1417 const u8 *ie; member in struct:cfg80211_scan_request
1454 * @ie: optional information element(s) to add into Probe Request or %NULL
1455 * @ie_len: length of ie in octets
1475 const u8 *ie; member in struct:cfg80211_sched_scan_request
1570 * @ie: the IE ID
1576 const u8 *ieee80211_bss_get_ie(struct cfg80211_bss *bss, u8 ie);
1599 const u8 *ie; member in struct:cfg80211_auth_request
1644 const u8 *ie, *prev_bssid; member in struct:cfg80211_assoc_request
1669 const u8 *ie; member in struct:cfg80211_deauth_request
1690 const u8 *ie; member in struct:cfg80211_disassoc_request
1731 const u8 *ie; member in struct:cfg80211_ibss_params
1788 const u8 *ie; member in struct:cfg80211_connect_params
2004 const u8 *ie; member in struct:cfg80211_update_ft_ies_params
3326 const u8 *ie; member in struct:wireless_dev::__anon1180
3840 cfg80211_inform_bss(struct wiphy *wiphy, struct ieee80211_channel *rx_channel, enum cfg80211_bss_frame_type ftype, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, s32 signal, gfp_t gfp) argument
[all...]
/include/linux/
H A Domap-dma.h224 int ie; /* interrupt enabled */ member in struct:omap_dma_channel_params
H A Duwb.h282 * @ie: DRP Availability IE to be included in the beacon
283 * @ie_valid: true iff @ie is valid and does not need to regenerated from
303 struct uwb_ie_drp_avail ie; member in struct:uwb_drp_avail
/include/net/bluetooth/
H A Dhci_core.h529 struct inquiry_entry *ie);

Completed in 357 milliseconds