Home
last modified time | relevance | path

Searched refs:eid (Results 1 – 5 of 5) sorted by relevance

/include/net/
Dmctp.h41 static inline bool mctp_address_unicast(mctp_eid_t eid) in mctp_address_unicast() argument
43 return eid >= 8 && eid < 255; in mctp_address_unicast()
46 static inline bool mctp_address_broadcast(mctp_eid_t eid) in mctp_address_broadcast() argument
48 return eid == 255; in mctp_address_broadcast()
51 static inline bool mctp_address_null(mctp_eid_t eid) in mctp_address_null() argument
53 return eid == 0; in mctp_address_null()
56 static inline bool mctp_address_matches(mctp_eid_t match, mctp_eid_t eid) in mctp_address_matches() argument
58 return match == eid || match == MCTP_ADDR_ANY; in mctp_address_matches()
276 mctp_eid_t eid; member
289 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
Dcfg80211.h6624 cfg80211_find_elem_match(u8 eid, const u8 *ies, unsigned int len,
6653 cfg80211_find_ie_match(u8 eid, const u8 *ies, unsigned int len, in cfg80211_find_ie_match() argument
6664 return (const void *)cfg80211_find_elem_match(eid, ies, len, in cfg80211_find_ie_match()
6686 cfg80211_find_elem(u8 eid, const u8 *ies, int len) in cfg80211_find_elem() argument
6688 return cfg80211_find_elem_match(eid, ies, len, NULL, 0, 0); in cfg80211_find_elem()
6706 static inline const u8 *cfg80211_find_ie(u8 eid, const u8 *ies, int len) in cfg80211_find_ie() argument
6708 return cfg80211_find_ie_match(eid, ies, len, NULL, 0, 0); in cfg80211_find_ie()
/include/linux/pds/
Dpds_adminq.h68 __le64 eid; member
82 __le64 eid; member
99 __le64 eid; member
115 __le64 eid; member
134 __le64 eid; member
274 __le64 eid; member
/include/acpi/
Dactbl2.h977 u8 eid; /* SAPIC EID */ member
991 u8 eid; /* Processor EID */ member
Dactbl1.h604 u8 eid; /* Processor EID */ member