Skip to content

Commit baf5086

Browse files
Ganesh Goudardavem330
authored andcommitted
cxgb4: restructure VF mgmt code
restructure the code which adds support for configuring PCIe VF via mgmt netdevice. which was added by commit 7829451 ("cxgb4: Add control net_device for configuring PCIe VF") Original work by: Casey Leedom <[email protected]> Signed-off-by: Ganesh Goudar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 4215727 commit baf5086

File tree

2 files changed

+190
-204
lines changed

2 files changed

+190
-204
lines changed

drivers/net/ethernet/chelsio/cxgb4/cxgb4.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ struct vpd_params {
312312
};
313313

314314
struct pci_params {
315+
unsigned int vpd_cap_addr;
315316
unsigned char speed;
316317
unsigned char width;
317318
};

0 commit comments

Comments
 (0)