Searched refs:eid (Results 1 – 5 of 5) sorted by relevance
/include/net/ |
D | mctp.h | 41 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,
|
D | cfg80211.h | 6624 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/ |
D | pds_adminq.h | 68 __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/ |
D | actbl2.h | 977 u8 eid; /* SAPIC EID */ member 991 u8 eid; /* Processor EID */ member
|
D | actbl1.h | 604 u8 eid; /* Processor EID */ member
|