Searched refs:exp_statsn (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Discsi_proto.h64 __be32 exp_statsn; member in struct:iscsi_hdr
125 __be32 exp_statsn; member in struct:iscsi_cmd
220 __be32 exp_statsn; member in struct:iscsi_nopout
251 __be32 exp_statsn; member in struct:iscsi_tm
325 __be32 exp_statsn; member in struct:iscsi_data
369 __be32 exp_statsn; member in struct:iscsi_text
407 __be32 exp_statsn; member in struct:iscsi_login
493 __be32 exp_statsn; member in struct:iscsi_logout
542 __be32 exp_statsn; member in struct:iscsi_snack
H A Dlibiscsi.h137 uint32_t exp_statsn; member in struct:iscsi_conn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Discsi_tcp.h130 __be32 exp_statsn; /* copied from R2T */ member in struct:iscsi_r2t_info
H A Dlibiscsi.c84 hdr->exp_statsn = cpu_to_be32(conn->exp_statsn);
121 hdr->exp_statsn = cpu_to_be32(conn->exp_statsn);
253 conn->exp_statsn = be32_to_cpu(rhdr->statsn) + 1;
311 conn->exp_statsn = be32_to_cpu(hdr->statsn) + 1;
333 conn->exp_statsn = be32_to_cpu(reject->statsn) + 1;
419 conn->exp_statsn = be32_to_cpu(hdr->statsn) + 1;
424 * login related PDU's exp_statsn is handled in
447 conn->exp_statsn
[all...]
H A Discsi_tcp.c244 conn->exp_statsn = be32_to_cpu(rhdr->statsn) + 1;
293 hdr->exp_statsn = r2t->exp_statsn;
388 r2t->exp_statsn = rhdr->statsn;
1227 hdr->exp_statsn = r2t->exp_statsn;
H A Dscsi_transport_iscsi.c1148 iscsi_conn_attr(exp_statsn, ISCSI_PARAM_EXP_STATSN);
1338 SETUP_CONN_RD_ATTR(exp_statsn, ISCSI_EXP_STATSN);

Completed in 221 milliseconds