Searched refs:link_check (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/usr.sbin/makefs/
H A Dmakefs.h283 fsinode *link_check(fsinode *);
H A Dwalk.c185 curino = link_check(cur->inode);
191 printf("link_check: found [%llu, %llu]\n",
612 * link_check --
620 link_check(fsinode *entry) function
661 link_check(ohtable[i].data);
/freebsd-10.2-release/sys/dev/e1000/
H A Dif_lem.c2158 u32 link_check = 0; local
2166 link_check = !hw->mac.get_link_status;
2167 if (link_check) /* ESB2 fix */
2170 link_check = TRUE;
2174 link_check = (E1000_READ_REG(hw, E1000_STATUS) &
2179 link_check = adapter->hw.mac.serdes_has_link;
2187 if (link_check && (adapter->link_active == 0)) {
2199 } else if (!link_check && (adapter->link_active == 1)) {
H A Dif_igb.c2169 u32 link_check, thstat, ctrl; local
2172 link_check = thstat = ctrl = 0;
2180 link_check = !hw->mac.get_link_status;
2182 link_check = TRUE;
2186 link_check = (E1000_READ_REG(hw, E1000_STATUS) &
2191 link_check = adapter->hw.mac.serdes_has_link;
2196 link_check = !hw->mac.get_link_status;
2226 if (link_check && (adapter->link_active == 0)) {
2253 } else if (!link_check && (adapter->link_active == 1)) {
H A Dif_em.c2384 u32 link_check = 0; local
2392 link_check = !hw->mac.get_link_status;
2393 if (link_check) /* ESB2 fix */
2396 link_check = TRUE;
2400 link_check = (E1000_READ_REG(hw, E1000_STATUS) &
2405 link_check = adapter->hw.mac.serdes_has_link;
2413 if (link_check && (adapter->link_active == 0)) {
2434 } else if (!link_check && (adapter->link_active == 1)) {

Completed in 128 milliseconds