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

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c140 static int usbgem_mac_stop(struct usbgem_dev *, int, boolean_t);
858 (void) usbgem_mac_stop(dp, MAC_STATE_STOPPED, STOP_GRACEFUL);
1043 * must be executed during usbgem_mac_stop() to avoid
1114 * usbgem_mac_stop() may hang.
2530 usbgem_mac_stop(struct usbgem_dev *dp, int new_state, boolean_t graceful) function
4135 (void) usbgem_mac_stop(dp, MAC_STATE_STOPPED, STOP_GRACEFUL);
4748 if (usbgem_mac_stop(dp, MAC_STATE_STOPPED, STOP_GRACEFUL)
5805 (void) usbgem_mac_stop(dp, MAC_STATE_DISCONNECTED, graceful);

Completed in 72 milliseconds