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

/drivers/infiniband/hw/nes/
H A Dnes_nic.c1485 static int nes_netdev_get_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) argument
1495 et_cmd->duplex = DUPLEX_FULL;
1496 et_cmd->port = PORT_MII;
1497 et_cmd->maxtxpkt = 511;
1498 et_cmd->maxrxpkt = 511;
1501 ethtool_cmd_speed_set(et_cmd, SPEED_1000);
1503 et_cmd->supported = SUPPORTED_1000baseT_Full;
1504 et_cmd->advertising = ADVERTISED_1000baseT_Full;
1505 et_cmd->autoneg = AUTONEG_DISABLE;
1506 et_cmd
1549 nes_netdev_set_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) argument
[all...]

Completed in 39 milliseconds