Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/mdio/
Dmdio-cavium.c44 smi_cmd.s.phy_op = 0; /* MDIO_CLAUSE_45_ADDRESS */ in cavium_mdiobus_c45_addr()
83 smi_cmd.s.phy_op = op; in cavium_mdiobus_read()
128 smi_cmd.s.phy_op = op; in cavium_mdiobus_write()
Dmdio-cavium.h51 OCT_MDIO_BITFIELD_FIELD(u64 phy_op:2,
/Linux-v6.1/drivers/scsi/libsas/
Dsas_host_smp.c181 u8 phy_op, enum sas_linkrate min, in sas_phy_control() argument
195 switch (phy_op) { in sas_phy_control()
214 if (phy_op == PHY_FUNC_LINK_RESET && sas_try_ata_reset(asd_phy) == 0) { in sas_phy_control()
219 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates)) in sas_phy_control()
/Linux-v6.1/drivers/net/ethernet/sfc/falcon/
Dethtool.c123 efx->phy_op->get_link_ksettings(efx, cmd); in ef4_ethtool_get_link_ksettings()
155 rc = efx->phy_op->set_link_ksettings(efx, cmd); in ef4_ethtool_set_link_ksettings()
328 if (efx->phy_op->run_tests != NULL) { in ef4_ethtool_fill_self_tests()
329 EF4_BUG_ON_PARANOID(efx->phy_op->test_name == NULL); in ef4_ethtool_fill_self_tests()
335 name = efx->phy_op->test_name(efx, i); in ef4_ethtool_fill_self_tests()
722 rc = efx->phy_op->reconfigure(efx); in ef4_ethtool_set_pauseparam()
1294 if (!efx->phy_op || !efx->phy_op->get_module_eeprom) in ef4_ethtool_get_module_eeprom()
1298 ret = efx->phy_op->get_module_eeprom(efx, ee, data); in ef4_ethtool_get_module_eeprom()
1310 if (!efx->phy_op || !efx->phy_op->get_module_info) in ef4_ethtool_get_module_info()
1314 ret = efx->phy_op->get_module_info(efx, modinfo); in ef4_ethtool_get_module_info()
Dselftest.c100 if (efx->phy_op->test_alive) { in ef4_test_phy_alive()
101 rc = efx->phy_op->test_alive(efx); in ef4_test_phy_alive()
258 if (!efx->phy_op->run_tests) in ef4_test_phy()
262 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); in ef4_test_phy()
Dmdio_10g.c239 efx->phy_op->get_link_ksettings(efx, &prev); in ef4_mdio_set_link_ksettings()
288 efx->phy_op->set_npage_adv(efx, efx->link_advertising); in ef4_mdio_an_reconfigure()
Defx.c1051 rc = efx->phy_op->init(efx); in ef4_init_port()
1062 rc = efx->phy_op->reconfigure(efx); in ef4_init_port()
1070 efx->phy_op->fini(efx); in ef4_init_port()
1121 efx->phy_op->fini(efx); in ef4_fini_port()
2356 efx->phy_op->fini(efx); in ef4_reset_down()
2383 rc = efx->phy_op->init(efx); in ef4_reset_up()
2386 rc = efx->phy_op->reconfigure(efx); in ef4_reset_up()
2655 efx->phy_op = &ef4_dummy_phy_operations; in ef4_init_struct()
2984 efx->phy_op->reconfigure(efx); in ef4_pm_thaw()
Dfalcon.c1497 efx->phy_op->poll(efx); in falcon_reconfigure_port()
1504 efx->phy_op->reconfigure(efx); in falcon_reconfigure_port()
1684 efx->phy_op = &falcon_sfx7101_phy_ops; in falcon_probe_port()
1688 efx->phy_op = &falcon_qt202x_phy_ops; in falcon_probe_port()
1691 efx->phy_op = &falcon_txc_phy_ops; in falcon_probe_port()
1703 rc = efx->phy_op->probe(efx); in falcon_probe_port()
1735 efx->phy_op->remove(efx); in falcon_remove_port()
2090 link_changed = efx->phy_op->poll(efx); in falcon_monitor()
Dnet_driver.h860 const struct ef4_phy_operations *phy_op; member
/Linux-v6.1/drivers/scsi/isci/
Dsas.h170 u8 phy_op; /* byte 10 */ member
/Linux-v6.1/drivers/scsi/pm8001/
Dpm8001_hwi.c3114 u32 phy_op = le32_to_cpu(pPayload->phyop_phyid) & OP_BITS; in pm8001_mpi_local_phy_ctl() local
3119 phy_id, phy_op); in pm8001_mpi_local_phy_ctl()
3123 phy_id, phy_op); in pm8001_mpi_local_phy_ctl()
3249 u32 phyId, u32 phy_op);
4429 u32 phyId, u32 phy_op) in pm8001_chip_phy_ctl_req() argument
4437 cpu_to_le32(((phy_op & 0xff) << 8) | (phyId & 0x0F)); in pm8001_chip_phy_ctl_req()
Dpm8001_sas.h200 u32 phy_id, u32 phy_op);
Dpm80xx_hwi.c3220 u32 phyId, u32 phy_op);
4906 u32 phyId, u32 phy_op) in pm80xx_chip_phy_ctl_req() argument
4920 cpu_to_le32(((phy_op & 0xFF) << 8) | (phyId & 0xFF)); in pm80xx_chip_phy_ctl_req()