Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c2589 phyxs_control_t phyxs_ctl; in nxge_BCM8704_xcvr_init() local
2605 BCM8704_PHYXS_CONTROL_REG, &phyxs_ctl.value)) != NXGE_OK) in nxge_BCM8704_xcvr_init()
2608 phyxs_ctl.bits.reset = 1; in nxge_BCM8704_xcvr_init()
2610 BCM8704_PHYXS_CONTROL_REG, phyxs_ctl.value)) != NXGE_OK) in nxge_BCM8704_xcvr_init()
2617 &phyxs_ctl.value)) != NXGE_OK) in nxge_BCM8704_xcvr_init()
2620 } while ((phyxs_ctl.bits.reset) && (delay < 100)); in nxge_BCM8704_xcvr_init()
2788 phyxs_control_t phyxs_ctl; in nxge_BCM8706_xcvr_init() local
2807 phyxs_ctl.bits.reset = 1; in nxge_BCM8706_xcvr_init()
2809 BCM8704_PHYXS_CONTROL_REG, phyxs_ctl.value)) != NXGE_OK) in nxge_BCM8706_xcvr_init()
2815 &phyxs_ctl.value)) != NXGE_OK) in nxge_BCM8706_xcvr_init()
[all …]