Searched refs:an_enable (Results 1 – 5 of 5) sorted by relevance
223 ionic_dev_cmd_port_autoneg(struct ionic_dev *idev, uint8_t an_enable) in ionic_dev_cmd_port_autoneg() argument229 .port_setattr.an_enable = an_enable, in ionic_dev_cmd_port_autoneg()
282 if (adapter->idev.port_info->config.an_enable) { in ionic_dev_link_update()871 uint8_t an_enable; in ionic_dev_start() local899 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()
198 void ionic_dev_cmd_port_autoneg(struct ionic_dev *idev, uint8_t an_enable);
1217 u8 an_enable; member1368 u8 an_enable; member1420 u8 an_enable; member
422 IONIC_PRINT(INFO, "an_enable %d", ident->port.config.an_enable); in ionic_port_identify()