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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Discsi_proto.h67 __be32 exp_statsn; member in struct:iscsi_hdr
129 __be32 exp_statsn; member in struct:iscsi_cmd
233 __be32 exp_statsn; member in struct:iscsi_nopout
264 __be32 exp_statsn; member in struct:iscsi_tm
340 __be32 exp_statsn; member in struct:iscsi_data
384 __be32 exp_statsn; member in struct:iscsi_text
422 __be32 exp_statsn; member in struct:iscsi_login
508 __be32 exp_statsn; member in struct:iscsi_logout
557 __be32 exp_statsn; member in struct:iscsi_snack
H A Dlibiscsi.h96 __be32 exp_statsn; /* copied from R2T */ member in struct:iscsi_r2t_info
174 uint32_t exp_statsn; member in struct:iscsi_conn
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dlibiscsi.c174 hdr->exp_statsn = r2t->exp_statsn;
394 hdr->exp_statsn = cpu_to_be32(conn->exp_statsn);
451 r2t->exp_statsn = cpu_to_be32(conn->exp_statsn);
673 nop->exp_statsn = cpu_to_be32(conn->exp_statsn);
835 conn->exp_statsn = be32_to_cpu(rhdr->statsn) + 1;
916 conn->exp_statsn
[all...]
H A Dlibiscsi_tcp.c553 r2t->exp_statsn = rhdr->statsn;
H A Dscsi_transport_iscsi.c1751 iscsi_conn_attr(exp_statsn, ISCSI_PARAM_EXP_STATSN);
2039 SETUP_CONN_RD_ATTR(exp_statsn, ISCSI_EXP_STATSN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c419 AMAP_SET_BITS(struct amap_beiscsi_offload_params, exp_statsn, params,
420 (conn->exp_statsn - 1));
H A Dbe_main.h362 u32 exp_statsn; member in struct:beiscsi_conn
483 u8 exp_statsn[32]; member in struct:amap_beiscsi_offload_params
H A Dbe_main.c3721 exp_statsn) / 32] + 1));
3941 io_task->cmd_bhs->iscsi_hdr.exp_statsn = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c349 login_wqe->exp_stat_sn = be32_to_cpu(login_hdr->exp_statsn);
611 update_wqe->exp_stat_sn = conn->exp_statsn;
1479 resp_hdr->statsn = task->hdr->exp_statsn;

Completed in 130 milliseconds