Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/fddi/skfp/
Dsmt.c97 static int entity_to_index(void);
1746 return entity_to_index(smc, cem_get_downstream(smc, ENTITY_MAC)); in mac_con_resource_index()
1768 return entity_to_index(smc, cem_get_downstream(smc, ENTITY_PHY(phy))) ; in phy_con_resource_index()
1787 static int entity_to_index(struct s_smc *smc, int e) in entity_to_index() function