Home
last modified time | relevance | path

Searched refs:xpcs_id (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/include/linux/pcs/
H A Dpcs-xpcs.h29 struct xpcs_id;
33 const struct xpcs_id *id;
/kernel/linux/linux-5.10/drivers/net/pcs/
H A Dpcs-xpcs.c123 static struct xpcs_id { struct
663 struct xpcs_id *match, in xpcs_check_features()
684 u32 xpcs_id = xpcs_get_id(xpcs); in xpcs_probe() local
685 struct xpcs_id *match = NULL; in xpcs_probe()
689 struct xpcs_id *entry = &xpcs_id_list[i]; in xpcs_probe()
691 if ((xpcs_id & entry->mask) == entry->id) { in xpcs_probe()
/kernel/linux/linux-6.6/drivers/net/pcs/
H A Dpcs-xpcs.c155 struct xpcs_id { struct
161 static const struct xpcs_compat *xpcs_find_compat(const struct xpcs_id *id, in xpcs_find_compat()
1316 static const struct xpcs_id xpcs_id_list[] = {
1344 u32 xpcs_id; in xpcs_create() local
1354 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()

Completed in 4 milliseconds