linux/drivers/net/ethernet/chelsio/cxgb4
Hariprasad Shenai 3fedeab10b cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID Table
Add a new file t4_pci_id_tbl.h that contains T4/T5 PCI ID Table so that for all
drivers that uses T4/T5 PCI functions changes can be done in one place.

checkpatch.pl script reports following error, which if tried to fix ends up in
compilation error.

	ERROR: Macros with complex values should be enclosed in parentheses
	+#define CH_PCI_DEVICE_ID_TABLE_DEFINE_END \
	+		{ 0, } \
	+	}

	WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
	new file mode 100644

	ERROR: Macros with complex values should be enclosed in parentheses
	+#define CH_PCI_ID_TABLE_FENTRY(devid) \
	+	CH_PCI_ID_TABLE_ENTRY((devid) | \
	+			      ((CH_PCI_DEVICE_ID_FUNCTION) << 8)), \
	+	CH_PCI_ID_TABLE_ENTRY((devid) | \
	+			      ((CH_PCI_DEVICE_ID_FUNCTION2) << 8))

	ERROR: Macros with complex values should be enclosed in parentheses
	+#define CH_PCI_DEVICE_ID_TABLE_DEFINE_END { 0, } }

	ERROR: Macros with complex values should be enclosed in parentheses
	+#define CH_PCI_DEVICE_ID_TABLE_DEFINE_END { 0, } }

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-11-25 14:06:55 -05:00
..
Makefile cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new file 2014-11-10 12:57:10 -05:00
cxgb4.h RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FW 2014-11-22 16:57:47 -05:00
cxgb4_dcb.c cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI 2014-11-22 16:57:47 -05:00
cxgb4_dcb.h cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI 2014-11-22 16:57:47 -05:00
cxgb4_debugfs.c cxgb4: Cleanup macros so they follow the same style and look consistent 2014-11-10 12:57:10 -05:00
cxgb4_debugfs.h cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new file 2014-11-10 12:57:10 -05:00
cxgb4_main.c cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID Table 2014-11-25 14:06:55 -05:00
cxgb4_uld.h cxgb4: Cleanup macros so they follow the same style and look consistent, part 2 2014-11-10 12:57:10 -05:00
l2t.c cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI 2014-11-22 16:57:47 -05:00
l2t.h cxgb4 : Update copyright year on all cxgb4 files 2014-06-22 21:13:33 -07:00
sge.c cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues 2014-11-22 16:57:47 -05:00
t4_hw.c RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FW 2014-11-22 16:57:47 -05:00
t4_hw.h cxgb4: Add support for adaptive rx 2014-09-28 17:32:11 -04:00
t4_msg.h cxgb4i/cxgb4 : Refactor macros to conform to uniform standards 2014-11-13 14:36:22 -05:00
t4_pci_id_tbl.h cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID Table 2014-11-25 14:06:55 -05:00
t4_regs.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2014-11-14 01:01:12 -05:00
t4fw_api.h RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FW 2014-11-22 16:57:47 -05:00