Home
last modified time | relevance | path

Searched refs:link_ok (Results 1 – 25 of 32) sorted by relevance

12

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dael1002.c176 static int get_link_status_r(struct cphy *phy, int *link_ok, int *speed, in get_link_status_r() argument
179 if (link_ok) { in get_link_status_r()
192 *link_ok = (stat0 & stat1 & (stat2 >> 12)) & 1; in get_link_status_r()
641 int err, link_ok = 0; in ael2020_intr_enable() local
648 err = get_link_status_r(phy, &link_ok, NULL, NULL, NULL); in ael2020_intr_enable()
651 if (link_ok) in ael2020_intr_enable()
829 static int get_link_status_x(struct cphy *phy, int *link_ok, int *speed, in get_link_status_x() argument
832 if (link_ok) { in get_link_status_x()
845 *link_ok = (stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1; in get_link_status_x()
890 static int xaui_direct_get_link_status(struct cphy *phy, int *link_ok, in xaui_direct_get_link_status() argument
[all …]
Dvsc8211.c130 static int vsc8211_get_link_status(struct cphy *cphy, int *link_ok, in vsc8211_get_link_status() argument
142 if (link_ok) { in vsc8211_get_link_status()
152 *link_ok = (status & BMSR_LSTATUS) != 0; in vsc8211_get_link_status()
206 static int vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_ok, in vsc8211_get_link_status_fiber() argument
218 if (link_ok) { in vsc8211_get_link_status_fiber()
228 *link_ok = (status & BMSR_LSTATUS) != 0; in vsc8211_get_link_status_fiber()
Daq100x.c207 static int aq100x_get_link_status(struct cphy *phy, int *link_ok, in aq100x_get_link_status() argument
213 if (link_ok) { in aq100x_get_link_status()
218 *link_ok = v & 1; in aq100x_get_link_status()
219 if (!*link_ok) in aq100x_get_link_status()
Dt3_hw.c1177 int link_ok, speed, duplex, fc; in t3_link_changed() local
1183 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc); in t3_link_changed()
1185 if (!lc->link_ok && link_ok) { in t3_link_changed()
1207 if (link_ok == lc->link_ok && speed == lc->speed && in t3_link_changed()
1211 if (link_ok != lc->link_ok && adapter->params.rev > 0 && in t3_link_changed()
1213 if (link_ok) in t3_link_changed()
1216 link_ok ? F_TXACTENABLE | F_RXEN : 0); in t3_link_changed()
1218 lc->link_ok = link_ok; in t3_link_changed()
1222 if (link_ok && speed >= 0 && lc->autoneg == AUTONEG_ENABLE) { in t3_link_changed()
1228 t3_os_link_changed(adapter, port_id, link_ok && !pi->link_fault, in t3_link_changed()
[all …]
Dcommon.h436 unsigned int link_ok; /* link up? */ member
531 int (*get_link_status)(struct cphy *phy, int *link_ok, int *speed,
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/
Dmv88x201x.c171 static int mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, in mv88x201x_get_link_status() argument
176 if (link_ok) { in mv88x201x_get_link_status()
180 *link_ok = (val == MDIO_STAT1_LSTATUS); in mv88x201x_get_link_status()
182 led_link(cphy, *link_ok); in mv88x201x_get_link_status()
Dmy3126.c111 int *link_ok, int *speed, int *duplex, int *fc) in my3126_get_link_status() argument
125 *link_ok = (val16 & MDIO_STAT1_LSTATUS); in my3126_get_link_status()
127 if (*link_ok) { in my3126_get_link_status()
Dmv88e1xxx.c241 static int mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, in mv88e1xxx_get_link_status() argument
263 if (link_ok) in mv88e1xxx_get_link_status()
264 *link_ok = (status & V_PSSR_LINK) != 0; in mv88e1xxx_get_link_status()
Dcphy.h84 int (*get_link_status)(struct cphy *phy, int *link_ok, int *speed,
Dsubr.c152 int link_ok, speed, duplex, fc; in t1_link_changed() local
156 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc); in t1_link_changed()
163 if (link_ok && speed >= 0 && lc->autoneg == AUTONEG_ENABLE) { in t1_link_changed()
170 t1_link_negotiated(adapter, port_id, link_ok, speed, duplex, fc); in t1_link_changed()
/linux-5.19.10/drivers/misc/cxl/
Dnative.c45 if (!cxl_ops->link_ok(afu->adapter, afu)) { in afu_control()
122 if (!cxl_ops->link_ok(afu->adapter, afu)) { in native_afu_check_and_enable()
150 if (!cxl_ops->link_ok(afu->adapter, afu)) { in cxl_psl_purge()
172 if (!cxl_ops->link_ok(afu->adapter, afu)) { in cxl_psl_purge()
309 if (!cxl_ops->link_ok(adapter, NULL)) in cxl_invalidate_all_psl9()
330 if (!cxl_ops->link_ok(adapter, NULL)) in cxl_invalidate_all_psl8()
341 if (!cxl_ops->link_ok(adapter, NULL)) in cxl_invalidate_all_psl8()
375 if (!cxl_ops->link_ok(adapter, NULL)) { in cxl_data_cache_flush()
422 if (!cxl_ops->link_ok(adapter, NULL)) in slb_invalid()
453 if (!cxl_ops->link_ok(ctx->afu->adapter, ctx->afu)) { in do_process_element_cmd()
[all …]
Dfile.c77 if (!cxl_ops->link_ok(adapter, afu)) { in __afu_open()
317 if (!cxl_ops->link_ok(ctx->afu->adapter, ctx->afu)) in afu_ioctl()
347 if (!cxl_ops->link_ok(ctx->afu->adapter, ctx->afu)) in afu_mmap()
434 if (!cxl_ops->link_ok(ctx->afu->adapter, ctx->afu)) in afu_read()
447 if (!cxl_ops->link_ok(ctx->afu->adapter, ctx->afu)) { in afu_read()
Dvphb.c37 if (!cxl_ops->link_ok(afu->adapter, afu)) { in cxl_pci_enable_device_hook()
Dcontext.c249 cxl_ops->link_ok(ctx->afu->adapter, ctx->afu)); in __detach_context()
Dmain.c51 if (!cxl_ops->link_ok(afu->adapter, afu)) in cxl_afu_slbia()
Dguest.c653 if (!cxl_ops->link_ok(ctx->afu->adapter, ctx->afu)) in guest_detach_process()
1189 .link_ok = guest_link_ok,
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1431 rx_en && tx_en && pi->link_cfg.link_ok); in t4vf_enable_pi()
1921 int action, link_ok, linkdnrc; in t4vf_handle_get_port_info() local
1930 link_ok = (lstatus & FW_PORT_CMD_LSTATUS_F) != 0; in t4vf_handle_get_port_info()
1967 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4vf_handle_get_port_info()
2015 if (link_ok != lc->link_ok || speed != lc->speed || in t4vf_handle_get_port_info()
2019 if (!link_ok && lc->link_ok) { in t4vf_handle_get_port_info()
2026 lc->link_ok = link_ok; in t4vf_handle_get_port_info()
2055 t4vf_os_link_changed(adapter, pi->pidx, link_ok); in t4vf_handle_get_port_info()
Dt4vf_common.h146 unsigned char link_ok; /* link up? */ member
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Dtenxpress.c253 static void sfx7101_check_bad_lp(struct ef4_nic *efx, bool link_ok) in sfx7101_check_bad_lp() argument
259 if (link_ok) { in sfx7101_check_bad_lp()
Dfalcon.c1064 bool align_done, link_ok = false; in falcon_xgxs_link_ok() local
1073 link_ok = true; in falcon_xgxs_link_ok()
1081 return link_ok; in falcon_xgxs_link_ok()
/linux-5.19.10/drivers/net/ethernet/dec/tulip/
Ddmfe.c1125 int link_ok, link_ok_phy; in dmfe_timer() local
1196 link_ok = 0; in dmfe_timer()
1198 link_ok = 1; in dmfe_timer()
1203 link_ok = (tmp_cr12 & 0x43) ? 1 : 0; in dmfe_timer()
1216 if (link_ok_phy != link_ok) { in dmfe_timer()
1218 link_ok = link_ok | link_ok_phy; in dmfe_timer()
1221 if ( !link_ok && netif_carrier_ok(dev)) { in dmfe_timer()
/linux-5.19.10/arch/mips/cavium-octeon/executive/
Dcvmx-helper-sgmii.c464 pcsx_anx_results_reg.s.link_ok; in __cvmx_helper_sgmii_link_get()
/linux-5.19.10/arch/mips/include/asm/octeon/
Dcvmx-pcsx-defs.h423 uint64_t link_ok:1; member
425 uint64_t link_ok:1;
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c8279 rx_en && tx_en && pi->link_cfg.link_ok); in t4_enable_pi_params()
8575 int action, link_ok, linkdnrc; in t4_handle_get_port_info() local
8585 link_ok = (lstatus & FW_PORT_CMD_LSTATUS_F) != 0; in t4_handle_get_port_info()
8600 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4_handle_get_port_info()
8674 if (link_ok != lc->link_ok || speed != lc->speed || in t4_handle_get_port_info()
8678 if (!link_ok && lc->link_ok) { in t4_handle_get_port_info()
8685 lc->link_ok = link_ok; in t4_handle_get_port_info()
8713 t4_os_link_changed(adapter, pi->port_id, link_ok); in t4_handle_get_port_info()
8788 unsigned int action, link_ok, mtu; in t4_get_link_params() local
8811 link_ok = !!(lstatus & FW_PORT_CMD_LSTATUS_F); in t4_get_link_params()
[all …]
/linux-5.19.10/drivers/scsi/csiostor/
Dcsio_hw.h311 unsigned char link_ok; /* link up? */ member

12