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:
Родитель
204dc3c0b1
Коммит
f21ce1c351
|
@ -3162,6 +3162,7 @@ int __devinit t4_port_init(struct adapter *adap, int mbox, int pf, int vf)
|
|||
p->rss_size = rss_size;
|
||||
memcpy(adap->port[i]->dev_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);
|
||||
p->mdio_addr = (ret & FW_PORT_CMD_MDIOCAP) ?
|
||||
|
|
Загрузка…
Ссылка в новой задаче