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

/illumos-gate/usr/src/uts/common/sys/
H A Discsi_protocol.h127 uint32_t statsn; member in struct:_iscsi_rsp_hdr
203 uint32_t statsn; member in struct:_iscsi_scsi_rsp_hdr
246 uint32_t statsn; member in struct:_iscsi_async_evt_hdr
292 uint32_t statsn; member in struct:_iscsi_nop_in_hdr
339 uint32_t statsn; member in struct:_iscsi_scsi_task_mgt_rsp_hdr
371 uint32_t statsn; member in struct:_iscsi_rtt_hdr
412 uint32_t statsn; member in struct:_iscsi_data_rsp_hdr
457 uint32_t statsn; member in struct:_iscsi_text_rsp_hdr
510 uint32_t statsn; member in struct:_iscsi_login_rsp_hdr
593 uint32_t statsn; member in struct:_iscsi_logout_rsp_hdr
638 uint32_t statsn; member in struct:_iscsi_reject_rsp_hdr
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Discsit.d70 ii_statsn = ntohl(P->statsn);
110 ii_statsn = ntohl(P->statsn);
150 ii_statsn = ntohl(P->statsn);
170 ii_statsn = ntohl(P->statsn);
197 ii_statsn = ntohl(P->statsn);
251 ii_statsn = ntohl(P->statsn);
325 ii_statsn = ntohl(P->statsn);
372 ii_statsn = ntohl(P->statsn);
412 ii_statsn = ntohl(P->statsn);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c337 if (icp->conn_expstatsn == ntohl(irhp->statsn)) {
341 "received status out of order itt:0x%x statsn:0x%x "
343 irhp->itt, ntohl(irhp->statsn), icp->conn_expstatsn);
994 if (icp->conn_expstatsn != ntohl(inihp->statsn)) {
996 "received status out of order itt:0x%x statsn:0x%x "
998 ntohl(inihp->statsn), icp->conn_expstatsn);
1082 if (icp->conn_expstatsn == ntohl(irrhp->statsn)) {
1086 "received status out of order statsn:0x%x "
1088 ntohl(irrhp->statsn), icp->conn_expstatsn);
1327 if (icp->conn_expstatsn != ntohl(ilrhp->statsn)) {
[all...]
H A Discsi_login.c103 /* reset connection statsn */
1792 icp->conn_expstatsn = ntohl(ilrhp->statsn) + 1;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dnvm_map.h727 u32_t statsn; member in struct:iscsi_flash_connection
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c1075 rsp->statsn = htonl(ict->ict_statsn);
1140 * statsn, residual_count and cmd_status (for phase collapse)

Completed in 66 milliseconds