1
0
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:
Alex Forencich 2023-11-19 19:51:52 -08:00
parent e9ea91b5ec
commit 98e76987e5

View File

@ -35,6 +35,7 @@ struct mqnic_port *mqnic_create_port(struct mqnic_if *interface, int index,
port->interface = interface;
port->index = index;
port->phys_index = phys_index;
port->port_rb = port_rb;