Home
last modified time | relevance | path

Searched refs:an_enable (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/ionic/
H A Dionic_dev.c223 ionic_dev_cmd_port_autoneg(struct ionic_dev *idev, uint8_t an_enable) in ionic_dev_cmd_port_autoneg() argument
229 .port_setattr.an_enable = an_enable, in ionic_dev_cmd_port_autoneg()
H A Dionic_ethdev.c282 if (adapter->idev.port_info->config.an_enable) { in ionic_dev_link_update()
871 uint8_t an_enable; in ionic_dev_start() local
899 an_enable = (dev_conf->link_speeds & RTE_ETH_LINK_SPEED_FIXED) == 0; in ionic_dev_start()
901 ionic_dev_cmd_port_autoneg(idev, an_enable); in ionic_dev_start()
905 an_enable ? "enable" : "disable"); in ionic_dev_start()
907 if (!an_enable) in ionic_dev_start()
H A Dionic_dev.h198 void ionic_dev_cmd_port_autoneg(struct ionic_dev *idev, uint8_t an_enable);
H A Dionic_if.h1217 u8 an_enable; member
1368 u8 an_enable; member
1420 u8 an_enable; member
H A Dionic_main.c422 IONIC_PRINT(INFO, "an_enable %d", ident->port.config.an_enable); in ionic_port_identify()