/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | mdio-cavium.c | 42 smi_cmd.s.phy_op = 0; /* MDIO_CLAUSE_45_ADDRESS */ in cavium_mdiobus_c45_addr() 70 smi_cmd.s.phy_op = 1; /* MDIO_CLAUSE_22_READ */ in cavium_mdiobus_read_c22() 104 smi_cmd.s.phy_op = 3; /* MDIO_CLAUSE_45_READ */ in cavium_mdiobus_read_c45() 139 smi_cmd.s.phy_op = 0; /* MDIO_CLAUSE_22_WRITE */ in cavium_mdiobus_write_c22() 177 smi_cmd.s.phy_op = 1; /* MDIO_CLAUSE_45_WRITE */ in cavium_mdiobus_write_c45()
|
H A D | mdio-cavium.h | 51 OCT_MDIO_BITFIELD_FIELD(u64 phy_op:2,
|
/kernel/linux/linux-5.10/drivers/net/mdio/ |
H A D | mdio-cavium.c | 44 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()
|
H A D | mdio-cavium.h | 51 OCT_MDIO_BITFIELD_FIELD(u64 phy_op:2,
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_host_smp.c | 181 u8 phy_op, enum sas_linkrate min, in sas_phy_control() 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() 180 sas_phy_control(struct sas_ha_struct *sas_ha, u8 phy_id, u8 phy_op, enum sas_linkrate min, enum sas_linkrate max, u8 *resp_data) sas_phy_control() argument
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_host_smp.c | 181 u8 phy_op, enum sas_linkrate min, in sas_phy_control() 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() 180 sas_phy_control(struct sas_ha_struct *sas_ha, u8 phy_id, u8 phy_op, enum sas_linkrate min, enum sas_linkrate max, u8 *resp_data) sas_phy_control() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | ethtool.c | 123 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() 712 rc = efx->phy_op->reconfigure(efx); in ef4_ethtool_set_pauseparam() 1284 if (!efx->phy_op || !efx->phy_op->get_module_eeprom) in ef4_ethtool_get_module_eeprom() 1288 ret = efx->phy_op->get_module_eeprom(efx, ee, data); in ef4_ethtool_get_module_eeprom() 1300 if (!efx->phy_op || !ef in ef4_ethtool_get_module_info() [all...] |
H A D | selftest.c | 100 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()
|
H A D | mdio_10g.c | 239 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()
|
H A D | efx.c | 977 * through phy_op->set_link_ksettings(), and pushed asynchronously to the MAC 1060 rc = efx->phy_op->init(efx); in ef4_init_port() 1071 rc = efx->phy_op->reconfigure(efx); in ef4_init_port() 1079 efx->phy_op->fini(efx); in ef4_init_port() 1130 efx->phy_op->fini(efx); in ef4_fini_port() 2366 efx->phy_op->fini(efx); in ef4_reset_down() 2393 rc = efx->phy_op->init(efx); in ef4_reset_up() 2396 rc = efx->phy_op->reconfigure(efx); in ef4_reset_up() 2665 efx->phy_op = &ef4_dummy_phy_operations; in ef4_init_struct() 3033 efx->phy_op in ef4_pm_thaw() [all...] |
H A D | falcon.c | 1497 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()
|
H A D | net_driver.h | 719 * @phy_op: PHY interface 860 const struct ef4_phy_operations *phy_op; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | ethtool.c | 123 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 || !ef in ef4_ethtool_get_module_info() [all...] |
H A D | selftest.c | 105 if (efx->phy_op->test_alive) { in ef4_test_phy_alive() 106 rc = efx->phy_op->test_alive(efx); in ef4_test_phy_alive() 263 if (!efx->phy_op->run_tests) in ef4_test_phy() 267 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); in ef4_test_phy()
|
H A D | mdio_10g.c | 239 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()
|
H A D | efx.c | 967 * through phy_op->set_link_ksettings(), and pushed asynchronously to the MAC 1050 rc = efx->phy_op->init(efx); in ef4_init_port() 1061 rc = efx->phy_op->reconfigure(efx); in ef4_init_port() 1069 efx->phy_op->fini(efx); in ef4_init_port() 1120 efx->phy_op->fini(efx); in ef4_fini_port() 2355 efx->phy_op->fini(efx); in ef4_reset_down() 2382 rc = efx->phy_op->init(efx); in ef4_reset_up() 2385 rc = efx->phy_op->reconfigure(efx); in ef4_reset_up() 2654 efx->phy_op = &ef4_dummy_phy_operations; in ef4_init_struct() 2975 efx->phy_op in ef4_pm_thaw() [all...] |
H A D | falcon.c | 1497 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()
|
H A D | net_driver.h | 719 * @phy_op: PHY interface 860 const struct ef4_phy_operations *phy_op; member
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | sas.h | 170 u8 phy_op; /* byte 10 */ member
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | sas.h | 170 u8 phy_op; /* byte 10 */ member
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 3131 u32 phy_op = le32_to_cpu(pPayload->phyop_phyid) & OP_BITS; in pm8001_mpi_local_phy_ctl() local 3136 phy_id, phy_op); in pm8001_mpi_local_phy_ctl() 3140 phy_id, phy_op); in pm8001_mpi_local_phy_ctl() 3282 u32 phyId, u32 phy_op); 4465 * @phy_op: the phy operation to request 4468 u32 phyId, u32 phy_op) in pm8001_chip_phy_ctl_req() 4478 cpu_to_le32(((phy_op & 0xff) << 8) | (phyId & 0x0F)); in pm8001_chip_phy_ctl_req() 4467 pm8001_chip_phy_ctl_req(struct pm8001_hba_info *pm8001_ha, u32 phyId, u32 phy_op) pm8001_chip_phy_ctl_req() argument
|
H A D | pm8001_sas.h | 201 u32 phy_id, u32 phy_op);
|
H A D | pm80xx_hwi.c | 3211 u32 phyId, u32 phy_op); 4849 * @phy_op: phy operation to request 4852 u32 phyId, u32 phy_op) in pm80xx_chip_phy_ctl_req() 4866 cpu_to_le32(((phy_op & 0xFF) << 8) | (phyId & 0xFF)); in pm80xx_chip_phy_ctl_req() 4851 pm80xx_chip_phy_ctl_req(struct pm8001_hba_info *pm8001_ha, u32 phyId, u32 phy_op) pm80xx_chip_phy_ctl_req() argument
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 3019 u32 phy_op = le32_to_cpu(pPayload->phyop_phyid) & OP_BITS; in pm8001_mpi_local_phy_ctl() local 3024 phy_id, phy_op); in pm8001_mpi_local_phy_ctl() 3028 phy_id, phy_op); in pm8001_mpi_local_phy_ctl() 3154 u32 phyId, u32 phy_op); 4293 * @phy_op: the phy operation to request 4296 u32 phyId, u32 phy_op) in pm8001_chip_phy_ctl_req() 4304 cpu_to_le32(((phy_op & 0xff) << 8) | (phyId & 0x0F)); in pm8001_chip_phy_ctl_req() 4295 pm8001_chip_phy_ctl_req(struct pm8001_hba_info *pm8001_ha, u32 phyId, u32 phy_op) pm8001_chip_phy_ctl_req() argument
|
H A D | pm8001_sas.h | 201 u32 phy_id, u32 phy_op);
|