smi_ops           248 drivers/net/dsa/mv88e6xxx/chip.h 	const struct mv88e6xxx_bus_ops *smi_ops;
smi_ops           167 drivers/net/dsa/mv88e6xxx/smi.c 		chip->smi_ops = &mv88e6xxx_smi_dual_direct_ops;
smi_ops           169 drivers/net/dsa/mv88e6xxx/smi.c 		chip->smi_ops = &mv88e6xxx_smi_direct_ops;
smi_ops           171 drivers/net/dsa/mv88e6xxx/smi.c 		chip->smi_ops = &mv88e6xxx_smi_indirect_ops;
smi_ops            40 drivers/net/dsa/mv88e6xxx/smi.h 	if (chip->smi_ops && chip->smi_ops->read)
smi_ops            41 drivers/net/dsa/mv88e6xxx/smi.h 		return chip->smi_ops->read(chip, dev, reg, data);
smi_ops            49 drivers/net/dsa/mv88e6xxx/smi.h 	if (chip->smi_ops && chip->smi_ops->write)
smi_ops            50 drivers/net/dsa/mv88e6xxx/smi.h 		return chip->smi_ops->write(chip, dev, reg, data);