1. 11 3月, 2016 3 次提交
  2. 03 3月, 2016 2 次提交
  3. 19 2月, 2016 1 次提交
  4. 22 10月, 2015 1 次提交
  5. 13 5月, 2015 1 次提交
  6. 20 3月, 2015 1 次提交
  7. 15 1月, 2015 1 次提交
  8. 13 1月, 2015 2 次提交
  9. 06 1月, 2015 3 次提交
  10. 23 12月, 2014 1 次提交
  11. 10 12月, 2014 2 次提交
  12. 26 11月, 2014 1 次提交
    • H
      cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID Table · 3fedeab1
      Hariprasad Shenai 提交于
      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: NHariprasad Shenai <hariprasad@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3fedeab1
  13. 23 11月, 2014 2 次提交
  14. 30 10月, 2014 1 次提交
  15. 10 10月, 2014 1 次提交
  16. 29 9月, 2014 2 次提交
  17. 11 9月, 2014 1 次提交
  18. 13 8月, 2014 1 次提交
  19. 06 8月, 2014 1 次提交
  20. 02 7月, 2014 1 次提交
  21. 14 5月, 2014 1 次提交
  22. 29 3月, 2014 1 次提交
  23. 19 2月, 2014 2 次提交
  24. 04 12月, 2013 1 次提交
  25. 22 10月, 2013 1 次提交
  26. 18 10月, 2013 1 次提交
  27. 30 4月, 2013 1 次提交
    • V
      cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSG · 94dace10
      Vipul Pandya 提交于
      Newer firmware can post CPL_SGE_EGR_UPDATE message encapsulated in a
      CPL_FW4_MSG as follows
      
      flit0 rss_header (if DropRSS == 0 in IQ context)
      flit1 CPL_FW4_MSG cpl
      flit2 rss_header w/opcode CPL_SGE_EGR_UPDATE
      flit3 CPL_SGE_EGR_UPDATE cpl
      
      So FW4_MSG CPLs with a newly created type of FW_TYPE_RSSCPL have the
      CPL_SGE_EGR_UPDATE CPL message in flit 2 of the FW4_MSG. Firmware can still
      post regular CPL_SGE_EGR_UPDATE messages, so the drivers need to handle
      both.
      
      This patch also writes a new parameter to firmware requesting encapsulated
      EGR_UPDATE. This allows firmware with this support to not break older drivers.
      Signed-off-by: NVipul Pandya <vipul@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      94dace10
  28. 20 4月, 2013 1 次提交
  29. 14 3月, 2013 1 次提交
  30. 08 1月, 2013 1 次提交