Searched defs:igb_link_check (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c74 static boolean_t igb_link_check(igb_t *);
3192 * igb_link_check - Link status processing
3195 igb_link_check(igb_t *igb) function
3267 link_changed = igb_link_check(igb);
3875 (void) igb_link_check(igb);
4066 /* igb_link_check takes care of link status change */
4067 link_changed = igb_link_check(igb);
4149 /* igb_link_check takes care of link status change */
4150 link_changed = igb_link_check(igb);

Completed in 69 milliseconds