__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
/* QLogic qed NIC Driver
* Copyright (c) 2015-2017 QLogic Corporation
* Copyright (c) 2019-2020 Marvell International Ltd.
*/
#ifndef __RDMA_COMMON__
#define __RDMA_COMMON__
/************************/
/* RDMA FW CONSTANTS */
/************************/
#define RDMA_RESERVED_LKEY (0)
#define RDMA_RING_PAGE_SIZE (0x1000)
#define RDMA_MAX_SGE_PER_SQ_WQE (4)
#define RDMA_MAX_SGE_PER_RQ_WQE (4)
#define RDMA_MAX_DATA_SIZE_IN_WQE (0x80000000)
#define RDMA_REQ_RD_ATOMIC_ELM_SIZE (0x50)
#define RDMA_RESP_RD_ATOMIC_ELM_SIZE (0x20)
#define RDMA_MAX_CQS (64 * 1024)
#define RDMA_MAX_TIDS (128 * 1024 - 1)
#define RDMA_MAX_PDS (64 * 1024)
#define RDMA_MAX_XRC_SRQS (1024)
#define RDMA_MAX_SRQS (32 * 1024)
#define RDMA_MAX_IRQ_ELEMS_IN_PAGE (128)
#define RDMA_NUM_STATISTIC_COUNTERS MAX_NUM_VPORTS
#define RDMA_NUM_STATISTIC_COUNTERS_K2 MAX_NUM_VPORTS_K2
#define RDMA_NUM_STATISTIC_COUNTERS_BB MAX_NUM_VPORTS_BB
#define RDMA_TASK_TYPE (PROTOCOLID_ROCE)
struct rdma_srq_id {
__le16 srq_idx;
__le16 opaque_fid;
};
struct rdma_srq_producers {
__le32 sge_prod;
__le32 wqe_prod;
};
#endif /* __RDMA_COMMON__ */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| common_hsi.h | File | 48.97 KB | 0644 |
|
| eth_common.h | File | 14.2 KB | 0644 |
|
| fcoe_common.h | File | 24.26 KB | 0644 |
|
| iscsi_common.h | File | 47.67 KB | 0644 |
|
| iwarp_common.h | File | 852 B | 0644 |
|
| nvmetcp_common.h | File | 17.85 KB | 0644 |
|
| qed_chain.h | File | 16.53 KB | 0644 |
|
| qed_eth_if.h | File | 9.14 KB | 0644 |
|
| qed_fcoe_if.h | File | 4.03 KB | 0644 |
|
| qed_if.h | File | 34.06 KB | 0644 |
|
| qed_iov_if.h | File | 930 B | 0644 |
|
| qed_iscsi_if.h | File | 5.93 KB | 0644 |
|
| qed_ll2_if.h | File | 6.16 KB | 0644 |
|
| qed_nvmetcp_if.h | File | 7.33 KB | 0644 |
|
| qed_rdma_if.h | File | 17.93 KB | 0644 |
|
| qede_rdma.h | File | 1.88 KB | 0644 |
|
| rdma_common.h | File | 1.21 KB | 0644 |
|
| roce_common.h | File | 1.24 KB | 0644 |
|
| storage_common.h | File | 3.76 KB | 0644 |
|
| tcp_common.h | File | 6.65 KB | 0644 |
|