roce_common.h 455 B

1234567891011121314151617
  1. /* QLogic qed NIC Driver
  2. * Copyright (c) 2015 QLogic Corporation
  3. *
  4. * This software is available under the terms of the GNU General Public License
  5. * (GPL) Version 2, available from the file COPYING in the main directory of
  6. * this source tree.
  7. */
  8. #ifndef __ROCE_COMMON__
  9. #define __ROCE_COMMON__
  10. #define ROCE_REQ_MAX_INLINE_DATA_SIZE (256)
  11. #define ROCE_REQ_MAX_SINGLE_SQ_WQE_SIZE (288)
  12. #define ROCE_MAX_QPS (32 * 1024)
  13. #endif /* __ROCE_COMMON__ */