mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 12:19:05 -04:00
cxgb4: copy adap index to PF0-3 adapter instances
instantiation of VF's on different adapters fails, copy adapter index and chip type to PF0-3 adapter instances to fix the issue. Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
b51f26b146
commit
016764de8b
@@ -5181,6 +5181,8 @@ static int init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||
adapter->name = pci_name(pdev);
|
||||
adapter->mbox = func;
|
||||
adapter->pf = func;
|
||||
adapter->params.chip = chip;
|
||||
adapter->adap_idx = adap_idx;
|
||||
adapter->msg_enable = DFLT_MSG_ENABLE;
|
||||
adapter->mbox_log = kzalloc(sizeof(*adapter->mbox_log) +
|
||||
(sizeof(struct mbox_cmd) *
|
||||
|
||||
Reference in New Issue
Block a user