Lines Matching refs:cmd
117 struct ethtool_link_ksettings *cmd) in ef4_ethtool_get_link_ksettings() argument
123 efx->phy_op->get_link_ksettings(efx, cmd); in ef4_ethtool_get_link_ksettings()
127 ethtool_link_ksettings_add_link_mode(cmd, supported, Pause); in ef4_ethtool_get_link_ksettings()
128 ethtool_link_ksettings_add_link_mode(cmd, supported, Asym_Pause); in ef4_ethtool_get_link_ksettings()
131 cmd->base.speed = link_state->speed; in ef4_ethtool_get_link_ksettings()
132 cmd->base.duplex = link_state->fd ? DUPLEX_FULL : DUPLEX_HALF; in ef4_ethtool_get_link_ksettings()
141 const struct ethtool_link_ksettings *cmd) in ef4_ethtool_set_link_ksettings() argument
147 if ((cmd->base.speed == SPEED_1000) && in ef4_ethtool_set_link_ksettings()
148 (cmd->base.duplex != DUPLEX_FULL)) { in ef4_ethtool_set_link_ksettings()
155 rc = efx->phy_op->set_link_ksettings(efx, cmd); in ef4_ethtool_set_link_ksettings()
958 switch (info->cmd) { in ef4_ethtool_get_rxnfc()
1238 switch (info->cmd) { in ef4_ethtool_set_rxnfc()