1. 20 1月, 2016 1 次提交
  2. 24 12月, 2015 3 次提交
  3. 15 7月, 2015 1 次提交
  4. 02 6月, 2015 1 次提交
  5. 05 5月, 2015 1 次提交
  6. 11 6月, 2014 1 次提交
  7. 18 3月, 2014 2 次提交
  8. 23 1月, 2014 1 次提交
  9. 27 12月, 2013 1 次提交
  10. 13 8月, 2013 1 次提交
  11. 05 1月, 2013 1 次提交
  12. 08 12月, 2012 1 次提交
  13. 22 11月, 2012 1 次提交
  14. 01 10月, 2012 2 次提交
  15. 15 5月, 2012 2 次提交
  16. 26 2月, 2012 1 次提交
  17. 31 1月, 2012 1 次提交
  18. 28 1月, 2012 2 次提交
  19. 26 1月, 2012 1 次提交
  20. 05 1月, 2012 1 次提交
  21. 06 12月, 2011 2 次提交
  22. 30 11月, 2011 1 次提交
  23. 11 10月, 2011 1 次提交
  24. 07 10月, 2011 1 次提交
  25. 27 7月, 2011 1 次提交
  26. 18 7月, 2011 1 次提交
  27. 10 5月, 2011 1 次提交
    • R
      RDMA/iwcm: Get rid of enum iw_cm_event_status · d0c49bf3
      Roland Dreier 提交于
      The IW_CM_EVENT_STATUS_xxx values were used in only a couple of places;
      cma.c uses -Exxx values instead, and so do the amso1100, cxgb3 and cxgb4
      drivers -- only nes was using the enum values (with the mild consequence
      that all nes connection failures were treated as generic errors rather
      than reported as timeouts or rejections).
      
      We can fix this confusion by getting rid of enum iw_cm_event_status and
      using a plain int for struct iw_cm_event.status, and converting nes to
      use -Exxx as the other iWARP drivers do.
      
      This also gets rid of the warning
      
          drivers/infiniband/core/cma.c: In function 'cma_iw_handler':
          drivers/infiniband/core/cma.c:1333:3: warning: case value '4294967185' not in enumerated type 'enum iw_cm_event_status'
          drivers/infiniband/core/cma.c:1336:3: warning: case value '4294967186' not in enumerated type 'enum iw_cm_event_status'
          drivers/infiniband/core/cma.c:1332:3: warning: case value '4294967192' not in enumerated type 'enum iw_cm_event_status'
      Signed-off-by: NRoland Dreier <roland@purestorage.com>
      Reviewed-by: NSteve Wise <swise@opengridcomputing.com>
      Reviewed-by: NSean Hefty <sean.hefty@intel.com>
      Reviewed-by: NFaisal Latif <faisal.latif@intel.com>
      d0c49bf3
  28. 31 3月, 2011 1 次提交
  29. 25 3月, 2011 1 次提交
  30. 13 3月, 2011 1 次提交
  31. 03 3月, 2011 1 次提交
  32. 14 2月, 2011 1 次提交
  33. 17 1月, 2011 1 次提交