Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/fddi/skfp/
Dsmt.c101 static int entity_to_index(void);
1765 return entity_to_index(smc, cem_get_downstream(smc, ENTITY_MAC)); in mac_con_resource_index()
1787 return entity_to_index(smc, cem_get_downstream(smc, ENTITY_PHY(phy))) ; in phy_con_resource_index()
1806 static int entity_to_index(struct s_smc *smc, int e) in entity_to_index() function