cxgbev(4): Enable 32b port capabilities in the VF driver.
MFC after: 1 week Sponsored by: Chelsio Communications
This commit is contained in:
parent
ea7796a9ae
commit
b43e2d7de6
@ -295,6 +295,12 @@ set_params__post_init(struct adapter *sc)
|
||||
val = 1;
|
||||
(void)t4vf_set_params(sc, 1, ¶m, &val);
|
||||
|
||||
/* Enable 32b port caps if the firmware supports it. */
|
||||
param = FW_PARAM_PFVF(PORT_CAPS32);
|
||||
val = 1;
|
||||
if (t4vf_set_params(sc, 1, ¶m, &val) == 0)
|
||||
sc->params.port_caps32 = 1;
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user