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

/freebsd-9.3-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-9.3-release/sys/dev/e1000/
H A Dif_lem.c2022 u32 link_check = 0; local
2030 link_check = !hw->mac.get_link_status;
2031 if (link_check) /* ESB2 fix */
2034 link_check = TRUE;
2038 link_check = (E1000_READ_REG(hw, E1000_STATUS) &
2043 link_check = adapter->hw.mac.serdes_has_link;
2051 if (link_check && (adapter->link_active == 0)) {
2063 } else if (!link_check && (adapter->link_active == 1)) {
H A Dif_igb.c2277 u32 link_check, thstat, ctrl; local
2280 link_check = thstat = ctrl = 0;
2288 link_check = !hw->mac.get_link_status;
2290 link_check = TRUE;
2294 link_check = (E1000_READ_REG(hw, E1000_STATUS) &
2299 link_check = adapter->hw.mac.serdes_has_link;
2304 link_check = !hw->mac.get_link_status;
2334 if (link_check && (adapter->link_active == 0)) {
2350 } else if (!link_check && (adapter->link_active == 1)) {
H A Dif_em.c2329 u32 link_check = 0; local
2337 link_check = !hw->mac.get_link_status;
2338 if (link_check) /* ESB2 fix */
2341 link_check = TRUE;
2345 link_check = (E1000_READ_REG(hw, E1000_STATUS) &
2350 link_check = adapter->hw.mac.serdes_has_link;
2358 if (link_check && (adapter->link_active == 0)) {
2379 } else if (!link_check && (adapter->link_active == 1)) {

Completed in 189 milliseconds