linux/drivers/net/ethernet/qlogic/qed
Yuval Mintz 1408cc1fa4 qed: Introduce VFs
This adds the qed VFs for the first time -
The vfs are limited functions, with a very different PCI bar structure
[when compared with PFs] to better impose the related security demands
associated with them.

This patch includes the logic neccesary to allow VFs to successfully probe
[without actually adding the ability to enable iov].
This includes diverging all the flows that would occur as part of the pci
probe of the driver, preventing VF from accessing registers/memories it
can't and instead utilize the VF->PF channel to query the PF for needed
information.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-12 00:04:07 -04:00
..
Makefile qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed.h qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_cxt.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_cxt.h qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_dev.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_dev_api.h qed: Add VF->PF channel infrastructure 2016-05-12 00:04:07 -04:00
qed_hsi.h qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_hw.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_hw.h qed: Add CONFIG_QED_SRIOV 2016-05-12 00:04:06 -04:00
qed_init_fw_funcs.c qed: Add PF min bandwidth configuration support 2016-04-26 13:56:26 -04:00
qed_init_ops.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_init_ops.h
qed_int.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_int.h qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_l2.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_main.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_mcp.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_mcp.h qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_reg_addr.h qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_selftest.c qed: add infrastructure for device self tests. 2016-05-02 00:16:39 -04:00
qed_selftest.h qed: add infrastructure for device self tests. 2016-05-02 00:16:39 -04:00
qed_sp.h qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_sp_commands.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_spq.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_sriov.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_sriov.h qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_vf.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_vf.h qed: Introduce VFs 2016-05-12 00:04:07 -04:00