Searched refs:phy_op (Results 1 - 12 of 12) sorted by relevance

/drivers/net/phy/
H A Dmdio-octeon.c35 smi_cmd.s.phy_op = 1; /* MDIO_CLAUSE_22_READ */
68 smi_cmd.s.phy_op = 0; /* MDIO_CLAUSE_22_WRITE */
/drivers/scsi/isci/
H A Dsas.h170 u8 phy_op; /* byte 10 */ member in struct:smp_req_phycntl
/drivers/scsi/libsas/
H A Dsas_host_smp.c184 u8 phy_op, enum sas_linkrate min,
198 switch (phy_op) {
217 if (phy_op == PHY_FUNC_LINK_RESET && sas_try_ata_reset(asd_phy) == 0) {
222 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates))
183 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) argument
/drivers/net/ethernet/sfc/
H A Dmdio_10g.c237 efx->phy_op->get_settings(efx, &prev);
279 efx->phy_op->set_npage_adv(efx, efx->link_advertising);
H A Dselftest.c103 if (efx->phy_op->test_alive) {
104 rc = efx->phy_op->test_alive(efx);
264 if (!efx->phy_op->run_tests)
268 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags);
H A Dethtool.c204 efx->phy_op->get_settings(efx, ecmd);
236 rc = efx->phy_op->set_settings(efx, ecmd);
403 if (efx->phy_op->run_tests != NULL) {
404 EFX_BUG_ON_PARANOID(efx->phy_op->test_name == NULL);
410 name = efx->phy_op->test_name(efx, i);
753 rc = efx->phy_op->reconfigure(efx);
H A Dsiena.c94 efx->phy_op = &efx_mcdi_phy_ops;
102 rc = efx->phy_op->probe(efx);
124 efx->phy_op->remove(efx);
H A Dfalcon.c659 efx->phy_op->poll(efx);
666 efx->phy_op->reconfigure(efx);
824 efx->phy_op = &falcon_sfx7101_phy_ops;
828 efx->phy_op = &falcon_qt202x_phy_ops;
831 efx->phy_op = &falcon_txc_phy_ops;
843 rc = efx->phy_op->probe(efx);
876 efx->phy_op->remove(efx);
1208 link_changed = efx->phy_op->poll(efx);
H A Defx.c909 * through phy_op->set_settings(), and pushed asynchronously to the MAC
996 rc = efx->phy_op->init(efx);
1007 rc = efx->phy_op->reconfigure(efx);
1015 efx->phy_op->fini(efx);
1057 efx->phy_op->fini(efx);
1555 if (efx->phy_op->poll(efx))
2150 efx->phy_op->fini(efx);
2175 rc = efx->phy_op->init(efx);
2178 if (efx->phy_op->reconfigure(efx))
2390 efx->phy_op
[all...]
H A Dnet_driver.h693 * @phy_op: PHY interface
811 const struct efx_phy_operations *phy_op; member in struct:efx_nic
/drivers/scsi/pm8001/
H A Dpm8001_sas.h156 u32 phy_id, u32 phy_op);
H A Dpm8001_hwi.c2937 u32 phy_op = le32_to_cpu(pPayload->phyop_phyid) & OP_BITS; local
2941 phy_id, phy_op));
2945 phy_id, phy_op));
3077 u32 phyId, u32 phy_op);
4264 * @phy_op:
4267 u32 phyId, u32 phy_op)
4277 cpu_to_le32(((phy_op & 0xff) << 8) | (phyId & 0x0F));
4266 pm8001_chip_phy_ctl_req(struct pm8001_hba_info *pm8001_ha, u32 phyId, u32 phy_op) argument

Completed in 3136 milliseconds