Searched refs:phy_op (Results 1 – 9 of 9) sorted by relevance
/linux/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,
|
/linux/drivers/scsi/libsas/ |
H A D | sas_host_smp.c | 181 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/drivers/net/ethernet/sfc/falcon/ |
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()
|
/linux/drivers/scsi/isci/ |
H A D | sas.h | 170 u8 phy_op; /* byte 10 */ member
|
/linux/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 2963 u32 phy_op = le32_to_cpu(pPayload->phyop_phyid) & OP_BITS; in pm8001_mpi_local_phy_ctl() local 2968 phy_id, phy_op); in pm8001_mpi_local_phy_ctl() 2972 phy_id, phy_op); in pm8001_mpi_local_phy_ctl() 3098 u32 phyId, u32 phy_op); 4241 u32 phyId, u32 phy_op) in pm8001_chip_phy_ctl_req() argument 4249 cpu_to_le32(((phy_op & 0xff) << 8) | (phyId & 0x0F)); in pm8001_chip_phy_ctl_req()
|
H A D | pm8001_sas.h | 199 u32 phy_id, u32 phy_op);
|
H A D | pm80xx_hwi.c | 3099 u32 phyId, u32 phy_op); 4787 u32 phyId, u32 phy_op) in pm80xx_chip_phy_ctl_req() argument 4801 cpu_to_le32(((phy_op & 0xFF) << 8) | (phyId & 0xFF)); in pm80xx_chip_phy_ctl_req()
|