Searched refs:xpcs_id (Results 1 – 2 of 2) sorted by relevance
29 struct xpcs_id;33 const struct xpcs_id *id;
155 struct xpcs_id { struct161 static const struct xpcs_compat *xpcs_find_compat(const struct xpcs_id *id, in xpcs_find_compat() argument1316 static const struct xpcs_id xpcs_id_list[] = {1344 u32 xpcs_id; in xpcs_create() local1354 xpcs_id = xpcs_get_id(xpcs); in xpcs_create()1357 const struct xpcs_id *entry = &xpcs_id_list[i]; in xpcs_create()1360 if ((xpcs_id & entry->mask) != entry->id) in xpcs_create()