commit | 839f12434c7618d326b9d1ece5eca643e5e48d0a | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Thu Sep 27 09:23:41 2012 -0700 |
committer | Roland Dreier <roland@purestorage.com> | Mon Oct 01 02:10:39 2012 -0700 |
tree | 5156372842e84963423bb7a7622e485fec9e2c7f | |
parent | f3d4c89ee4a8c993cc334a67f84a3fb724a1dd35 [diff] |
mlx4_core: Stash PCI ID driver_data in mlx4_priv structure That way we can check flags later on, when we've finished with the pci_device_id structure. Also convert the "is VF" flag to an enum: "Never do in the preprocessor what can be done in C." Signed-off-by: Roland Dreier <roland@purestorage.com>