freebsd-skq/sys/dev/cxgbe
gavin 5005c75c5d Align the PCI Express #defines with the style used for the PCI-X
#defines.  This also has the advantage that it makes the names more
compact, iand also allows us to correct the non-uniform naming of
the PCIM_LINK_* defines, making them all consistent amongst themselves.

This is a mostly mechanical rename:
  s/PCIR_EXPRESS_/PCIER_/g
  s/PCIM_EXP_/PCIEM_/g
  s/PCIM_LINK_/PCIEM_LINK_/g

When this is MFC'd, #defines will be added for the old names to assist
out-of-tree drivers.

Discussed with:	jhb
MFC after:	1 week
2012-09-18 22:04:59 +00:00
..
common Update interface to firmware 1.6.2 and include the firmware in the driver. 2012-09-13 06:32:52 +00:00
firmware Update interface to firmware 1.6.2 and include the firmware in the driver. 2012-09-13 06:32:52 +00:00
tom Use native FreeBSD facilities everywhere except the shared code in common/ 2012-09-13 09:10:10 +00:00
adapter.h Initialize various DDP parameters in the main cxgbe(4) driver: 2012-08-16 22:33:56 +00:00
offload.h Support for TCP DDP (Direct Data Placement) in the T4 TOE module. 2012-08-17 00:49:29 +00:00
osdep.h Align the PCI Express #defines with the style used for the PCI-X 2012-09-18 22:04:59 +00:00
t4_ioctl.h Many updates to cxgbe(4) 2011-12-16 02:09:51 +00:00
t4_l2t.c cxgbe(4): support for IPv6 TSO and LRO. 2012-06-29 19:51:06 +00:00
t4_l2t.h Use native FreeBSD facilities everywhere except the shared code in common/ 2012-09-13 09:10:10 +00:00
t4_main.c Align the PCI Express #defines with the style used for the PCI-X 2012-09-18 22:04:59 +00:00
t4_sge.c Initialize various DDP parameters in the main cxgbe(4) driver: 2012-08-16 22:33:56 +00:00