Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c92 #define ONESEC (drv_usectohz(1*1000000)) macro
808 ugcp->usbgc_tx_timeout_interval = ONESEC; in urfattach()
814 ugcp->usbgc_mii_link_watch_interval = ONESEC; in urfattach()
815 ugcp->usbgc_mii_an_watch_interval = ONESEC/5; in urfattach()
818 ugcp->usbgc_mii_an_wait = (25*ONESEC)/10; in urfattach()
821 ugcp->usbgc_mii_an_delay = ONESEC/10; in urfattach()
/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c95 #define ONESEC (drv_usectohz(1*1000000)) macro
986 ugcp->usbgc_mii_link_watch_interval = ONESEC; in upfattach()
987 ugcp->usbgc_mii_an_watch_interval = ONESEC/5; in upfattach()
992 ugcp->usbgc_mii_an_delay = ONESEC/10; in upfattach()
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c95 #define ONESEC (drv_usectohz(1*1000000)) macro
816 ugcp->usbgc_mii_an_wait = (25*ONESEC)/10; in udmfattach()
819 ugcp->usbgc_mii_an_delay = ONESEC/10; in udmfattach()
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c101 #define ONESEC (drv_usectohz(1*1000000)) macro
1318 ugcp->usbgc_mii_link_watch_interval = ONESEC; in axfattach()
1319 ugcp->usbgc_mii_an_watch_interval = ONESEC/5; in axfattach()
1325 ugcp->usbgc_mii_an_delay = ONESEC/10; in axfattach()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c77 #define ONESEC (drv_usectohz(1*1000000)) macro
2129 gcp->gc_tx_timeout = 3*ONESEC; in sfeattach()
2130 gcp->gc_tx_timeout_interval = ONESEC; in sfeattach()
2133 gcp->gc_tx_timeout_interval = ONESEC/20; /* 50mS */ in sfeattach()
2137 gcp->gc_mii_link_watch_interval = ONESEC; in sfeattach()
2138 gcp->gc_mii_an_watch_interval = ONESEC/5; in sfeattach()