mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
modules/mqnic: Set port phys_index
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
e9ea91b5ec
commit
98e76987e5
@ -35,6 +35,7 @@ struct mqnic_port *mqnic_create_port(struct mqnic_if *interface, int index,
|
|||||||
port->interface = interface;
|
port->interface = interface;
|
||||||
|
|
||||||
port->index = index;
|
port->index = index;
|
||||||
|
port->phys_index = phys_index;
|
||||||
|
|
||||||
port->port_rb = port_rb;
|
port->port_rb = port_rb;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user