Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()