mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 15:34:48 +08:00
cxgb4: Fix incorrect PFVF CMASK
With Hard-Wired firmware configuration it was incorrectly provisioning the VFs Channel Access Rights Mask. Signed-off-by: Jay Hernandez <jay@chelsio.com> Signed-off-by: Vipul Pandya <vipul@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8568658148
commit
1f1e495806
@ -4016,8 +4016,7 @@ static int adap_init0_no_config(struct adapter *adapter, int reset)
|
||||
VFRES_NEQ, VFRES_NETHCTRL,
|
||||
VFRES_NIQFLINT, VFRES_NIQ,
|
||||
VFRES_TC, VFRES_NVI,
|
||||
FW_PFVF_CMD_CMASK_GET(
|
||||
FW_PFVF_CMD_CMASK_MASK),
|
||||
FW_PFVF_CMD_CMASK_MASK,
|
||||
pfvfres_pmask(
|
||||
adapter, pf, vf),
|
||||
VFRES_NEXACTF,
|
||||
|
Loading…
Reference in New Issue
Block a user