mirror of https://gitee.com/openkylin/linux.git
cxgb4: set dev_id to the port number
Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
204dc3c0b1
commit
f21ce1c351
|
@ -3162,6 +3162,7 @@ int __devinit t4_port_init(struct adapter *adap, int mbox, int pf, int vf)
|
||||||
p->rss_size = rss_size;
|
p->rss_size = rss_size;
|
||||||
memcpy(adap->port[i]->dev_addr, addr, ETH_ALEN);
|
memcpy(adap->port[i]->dev_addr, addr, ETH_ALEN);
|
||||||
memcpy(adap->port[i]->perm_addr, addr, ETH_ALEN);
|
memcpy(adap->port[i]->perm_addr, addr, ETH_ALEN);
|
||||||
|
adap->port[i]->dev_id = j;
|
||||||
|
|
||||||
ret = ntohl(c.u.info.lstatus_to_modtype);
|
ret = ntohl(c.u.info.lstatus_to_modtype);
|
||||||
p->mdio_addr = (ret & FW_PORT_CMD_MDIOCAP) ?
|
p->mdio_addr = (ret & FW_PORT_CMD_MDIOCAP) ?
|
||||||
|
|
Loading…
Reference in New Issue