2 * QLogic iSCSI Offload Driver
3 * Copyright (c) 2016 Cavium Inc.
5 * This software is available under the terms of the GNU General Public License
6 * (GPL) Version 2, available from the file COPYING in the main directory of
12 * Add include to common target
14 #include <linux/qed/common_hsi.h>
17 * Add include to common storage target
19 #include <linux/qed/storage_common.h>
22 * Add include to common TCP target
24 #include <linux/qed/tcp_common.h>
27 * Add include to common iSCSI target for both eCore and protocol driver
29 #include <linux/qed/iscsi_common.h>
39 __le32 cmd_payload
[13];
43 * iSCSI CMD header type
45 enum iscsi_cmd_hdr_type
{
46 ISCSI_CMD_HDR_TYPE_BHS_ONLY
/* iSCSI BHS with no expected AHS */,
47 ISCSI_CMD_HDR_TYPE_BHS_W_AHS
/* iSCSI BHS with expected AHS */,
48 ISCSI_CMD_HDR_TYPE_AHS
/* iSCSI AHS */,
49 MAX_ISCSI_CMD_HDR_TYPE
52 #endif /* __QEDI_HSI__ */