|
@@ -2579,7 +2579,7 @@ void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf)
|
|
FW_PORT_CAP_ANEG)
|
|
FW_PORT_CAP_ANEG)
|
|
|
|
|
|
/**
|
|
/**
|
|
- * t4_link_start - apply link configuration to MAC/PHY
|
|
|
|
|
|
+ * t4_link_l1cfg - apply link configuration to MAC/PHY
|
|
* @phy: the PHY to setup
|
|
* @phy: the PHY to setup
|
|
* @mac: the MAC to setup
|
|
* @mac: the MAC to setup
|
|
* @lc: the requested link configuration
|
|
* @lc: the requested link configuration
|
|
@@ -2591,7 +2591,7 @@ void t4_ulprx_read_la(struct adapter *adap, u32 *la_buf)
|
|
* - If auto-negotiation is off set the MAC to the proper speed/duplex/FC,
|
|
* - If auto-negotiation is off set the MAC to the proper speed/duplex/FC,
|
|
* otherwise do it later based on the outcome of auto-negotiation.
|
|
* otherwise do it later based on the outcome of auto-negotiation.
|
|
*/
|
|
*/
|
|
-int t4_link_start(struct adapter *adap, unsigned int mbox, unsigned int port,
|
|
|
|
|
|
+int t4_link_l1cfg(struct adapter *adap, unsigned int mbox, unsigned int port,
|
|
struct link_config *lc)
|
|
struct link_config *lc)
|
|
{
|
|
{
|
|
struct fw_port_cmd c;
|
|
struct fw_port_cmd c;
|