Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/dnet/
H A Ddnet.c3828 int turned_around = 0; in dnet_mii_read() local
3848 turned_around = (tmp & MII_DATA_IN) ? 0 : 1; in dnet_mii_read()
3865 return (turned_around ? data: -1); in dnet_mii_read()