/* * cxgb4i.h: Chelsio T4 iSCSI driver. * * Copyright (c) 2010-2015 Chelsio Communications, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation. * * Written by: Karen Xie ([email protected]) * Written by: Rakesh Ranjan ([email protected]) */ #ifndef __CXGB4I_H__ #define __CXGB4I_H__ #define CXGB4I_SCSI_HOST_QDEPTH … #define CXGB4I_MAX_CONN … #define CXGB4I_MAX_TARGET … #define CXGB4I_MAX_LUN … /* for TX: a skb must have a headroom of at least TX_HEADER_LEN bytes */ #define CXGB4I_TX_HEADER_LEN … #define T5_ISS_VALID … #endif /* __CXGB4I_H__ */