mode_support     1817 drivers/net/ethernet/atheros/alx/main.c 	hw->mdio.mode_support = MDIO_SUPPORTS_C45 |
mode_support     13384 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	bp->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22;
mode_support       49 drivers/net/ethernet/chelsio/cxgb/cphy.h 	unsigned mode_support;
mode_support      149 drivers/net/ethernet/chelsio/cxgb/cphy.h 		phy->mdio.mode_support = mdio_ops->mode_support;
mode_support      320 drivers/net/ethernet/chelsio/cxgb/subr.c 	.mode_support = MDIO_SUPPORTS_C22
mode_support      379 drivers/net/ethernet/chelsio/cxgb/subr.c 	.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22
mode_support      161 drivers/net/ethernet/chelsio/cxgb3/common.h 	unsigned mode_support;
mode_support      589 drivers/net/ethernet/chelsio/cxgb3/common.h 		phy->mdio.mode_support = mdio_ops->mode_support;
mode_support      249 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	.mode_support = MDIO_SUPPORTS_C22
mode_support      314 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22
mode_support     10845 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	hw->phy.mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22;
mode_support      949 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	hw->phy.mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22;
mode_support      352 drivers/net/ethernet/sfc/falcon/qt202x_phy.c 	efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22;
mode_support      175 drivers/net/ethernet/sfc/falcon/tenxpress.c 	efx->mdio.mode_support = MDIO_SUPPORTS_C45;
mode_support      333 drivers/net/ethernet/sfc/falcon/txc43128_phy.c 	efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22;
mode_support      441 drivers/net/ethernet/sfc/mcdi_port.c 	efx->mdio.mode_support = 0;
mode_support      443 drivers/net/ethernet/sfc/mcdi_port.c 		efx->mdio.mode_support |= MDIO_SUPPORTS_C22;
mode_support      445 drivers/net/ethernet/sfc/mcdi_port.c 		efx->mdio.mode_support |= MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22;
mode_support      602 drivers/net/ethernet/sfc/mcdi_port.c 	cmd->base.mdio_support = (efx->mdio.mode_support &
mode_support     1321 drivers/net/ethernet/sfc/mcdi_port.c 	efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22;
mode_support      196 drivers/net/mdio.c 		mdio->mode_support & (MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22);
mode_support      367 drivers/net/mdio.c 		mdio->mode_support & (MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22);
mode_support      549 drivers/net/mdio.c 	if ((mdio->mode_support & MDIO_SUPPORTS_C45) &&
mode_support      553 drivers/net/mdio.c 	} else if ((mdio->mode_support & MDIO_SUPPORTS_C22) &&
mode_support      558 drivers/net/mdio.c 	} else if ((mdio->mode_support & MDIO_EMULATE_C22) &&
mode_support      294 drivers/usb/typec/ucsi/ucsi.h 	u8 mode_support:1;
mode_support      123 include/linux/mdio.h 	unsigned mode_support;