Searched refs:eid (Results 1 – 6 of 6) sorted by relevance
| /include/net/ |
| A 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() 315 mctp_eid_t eid; member 328 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
|
| A D | cfg80211.h | 7040 cfg80211_find_elem_match(u8 eid, const u8 *ies, unsigned int len, 7069 cfg80211_find_ie_match(u8 eid, const u8 *ies, unsigned int len, in cfg80211_find_ie_match() argument 7080 return (const void *)cfg80211_find_elem_match(eid, ies, len, in cfg80211_find_ie_match() 7102 cfg80211_find_elem(u8 eid, const u8 *ies, int len) in cfg80211_find_elem() argument 7104 return cfg80211_find_elem_match(eid, ies, len, NULL, 0, 0); in cfg80211_find_elem() 7122 static inline const u8 *cfg80211_find_ie(u8 eid, const u8 *ies, int len) in cfg80211_find_ie() argument 7124 return cfg80211_find_ie_match(eid, ies, len, NULL, 0, 0); in cfg80211_find_ie()
|
| /include/uapi/linux/ |
| A D | mctp.h | 45 mctp_eid_t eid; member
|
| /include/linux/pds/ |
| A 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/ |
| A D | actbl2.h | 1247 u8 eid; /* SAPIC EID */ member 1261 u8 eid; /* Processor EID */ member
|
| A D | actbl1.h | 618 u8 eid; /* Processor EID */ member
|
Completed in 56 milliseconds