Home
last modified time | relevance | path

Searched defs:iscsi_conn_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/target/iscsi/
Discsi_target_core.h246 struct iscsi_conn_ops { struct
247 u8 HeaderDigest; /* [0,1] == [None,CRC32C] */
248 u8 DataDigest; /* [0,1] == [None,CRC32C] */
249 u32 MaxRecvDataSegmentLength; /* [512..2**24-1] */
250 u32 MaxXmitDataSegmentLength; /* [512..2**24-1] */
251 u8 OFMarker; /* [0,1] == [No,Yes] */
252 u8 IFMarker; /* [0,1] == [No,Yes] */
253 u32 OFMarkInt; /* [1..65535] */
254 u32 IFMarkInt; /* [1..65535] */
258 u32 InitiatorRecvDataSegmentLength; /* [512..2**24-1] */
[all …]