Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dniu.c121 if (mac_cfg0.soft_reset) { in unm_niu_gbe_phy_read()
272 mac_cfg0.soft_reset = 1; in unm_niu_enable_gbe_port()
360 mac_cfg0.soft_reset = 1; in unm_niu_disable_gbe_port()
379 mac_cfg.soft_reset = 1; in unm_niu_disable_xg_port()
H A Dunm_inc.h885 soft_reset:1; /* 1:reset the MAC and the SERDES, 0:no-op */ member
946 soft_reset:1, /* 1:reset the MAC , 0:no-op */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c290 soft_rst.bits.soft_reset = 0x01; in oce_pci_soft_reset()
302 if (soft_rst.bits.soft_reset) in oce_pci_soft_reset()
304 } while (soft_rst.bits.soft_reset); in oce_pci_soft_reset()
306 if (soft_rst.bits.soft_reset) { in oce_pci_soft_reset()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h207 uint32_t soft_reset:1; member
211 uint32_t soft_reset:1;