/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_isr.c | 58 u32 val, linkup, qg_linksup = adapter->ahw.linkup; in unm_nic_isr_other() local 64 linkup = 1 & (val >> adapter->physical_port); in unm_nic_isr_other() 65 adapter->ahw.linkup = linkup; in unm_nic_isr_other() 67 if (linkup != qg_linksup) { in unm_nic_isr_other() 69 portno, ((linkup == 0) ? "down" : "up")); in unm_nic_isr_other() 70 mac_link_update(adapter->mach, linkup); in unm_nic_isr_other() 71 if (linkup) in unm_nic_isr_other() 106 if (adapter->ahw.linkup && (val1 != linkupval)) { in unm_nic_handle_phy_intr() 111 adapter->ahw.linkup = 0; in unm_nic_handle_phy_intr() 112 } else if ((adapter->ahw.linkup == 0) && (val1 == linkupval)) { in unm_nic_handle_phy_intr() [all …]
|
H A D | unm_nic.h | 233 uint32_t linkup; member
|
H A D | unm_gem.c | 1306 adapter->ahw.linkup = 0; in unmattach()
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_mii.c | 1142 boolean_t linkup; in bge_check_copper() local 1189 linkup = BIS(aux, MII_AUX_STATUS_LINKUP); in bge_check_copper() 1190 linkup &= BIS(mii_status, MII_STATUS_LINKUP); in bge_check_copper() 1192 linkup = bge_copper_link_speed[mode] > 0; in bge_check_copper() 1193 linkup &= bge_copper_link_duplex[mode] != in bge_check_copper() 1195 linkup &= BIS(aux, MII_AUX_STATUS_LINKUP); in bge_check_copper() 1196 linkup &= BIS(mii_status, MII_STATUS_LINKUP); in bge_check_copper() 1202 mode, UPORDOWN(linkup))); in bge_check_copper() 1272 if (!linkup) in bge_check_copper() 1274 bgep->param_link_up = linkup; in bge_check_copper() [all …]
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_xmii.c | 490 boolean_t linkup; in nge_check_copper() local 578 linkup = nge_copper_link_speed[speed] > 0; in nge_check_copper() 579 linkup &= nge_copper_link_duplex[duplex] != LINK_DUPLEX_UNKNOWN; in nge_check_copper() 580 linkup &= BIS(mii_status, MII_STATUS_LINKUP); in nge_check_copper() 581 linkup &= BIS(mii_cs.cs_val, MII_STATUS_LINKUP); in nge_check_copper() 616 if (linkup) { in nge_check_copper() 617 ngep->param_link_up = linkup; in nge_check_copper()
|
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_mii.c | 186 int linkup, i; in atge_l1_mii_reset() local 200 for (linkup = 0, pn = 0; pn < 4; pn++) { in atge_l1_mii_reset() 218 linkup++; in atge_l1_mii_reset() 226 if (linkup == 0) { in atge_l1_mii_reset()
|
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | bnxgld.h | 29 void bnx_gld_link(um_device_t *const, const link_state_t linkup);
|
H A D | bnxgldv3.c | 1601 bnx_gld_link(um_device_t * const umdevice, const link_state_t linkup) in bnx_gld_link() argument 1603 mac_link_update(umdevice->os_param.macp, linkup); in bnx_gld_link()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs.conf | 265 linkup-delay=10;
|
H A D | emlxs_clock.c | 799 uint32_t linkup; in emlxs_timer_check_linkup() local 813 linkup = 0; in emlxs_timer_check_linkup() 819 linkup = 1; in emlxs_timer_check_linkup() 825 if (linkup) { in emlxs_timer_check_linkup()
|
H A D | emlxs_fcp.c | 1740 emlxs_reset_link(emlxs_hba_t *hba, uint32_t linkup, uint32_t wait) in emlxs_reset_link() argument 1761 if (linkup) { in emlxs_reset_link() 1803 if (linkup) { in emlxs_reset_link()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass3.c | 160 if (linkup(orphan, inp->i_dotdot, NULL)) { in pass3a() 208 if (linkup(orphan, inp->i_parent, namebuf)) { in pass3a()
|
H A D | fsck.h | 580 int linkup(fsck_ino_t, fsck_ino_t, caddr_t);
|
H A D | dir.c | 402 if (linkup(idesc->id_number, (fsck_ino_t)0, in adjust() 511 linkup(fsck_ino_t orphan, fsck_ino_t parentdir, caddr_t name) in linkup() function
|
H A D | pass2.c | 297 if (linkup(inp->i_number, lfdir, in pass2()
|
/illumos-gate/usr/src/uts/sun/io/eri/ |
H A D | eri.h | 488 int linkup; /* selected link status */ member
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_extern.h | 737 uint32_t linkup, uint32_t wait);
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_mac.c | 5706 boolean_t linkup; in nxge_pcs_check() local 5713 (void) npi_mac_get_link_status(nxgep->npi_handle, portn, &linkup); in nxge_pcs_check() 5714 if (linkup) { in nxge_pcs_check()
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | extra | 2723 linkup
|