mirror of https://gitee.com/openkylin/linux.git
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:
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) *
|
||||
|
|
Loading…
Reference in New Issue