HomeSort by: relevance | last modified time | path
    Searched refs:ExpSN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_utils.c 574 buff->ExpSN = 0;
639 * change the associated ExpSN if there are lower serial numbers in the
646 * Returns: The value of ExpSN.
677 if (!sn_a_lt_b(num, buff->ExpSN))
678 buff->ExpSN = num + 1;
680 DEB(11, ("AckSernum bottom %d, top %d, num %d ExpSN %d\n",
681 buff->bottom, buff->top, num, buff->ExpSN));
683 return buff->ExpSN;
iscsi_rcv.c 356 DEBOUT(("Duplicate PDU, ExpSN %d, Recvd: %d\n",
357 conn->c_StatSN_buf.ExpSN, sn));
362 DEBOUT(("Excessive outstanding Status PDUs, ExpSN %d, Recvd: %d\n",
363 conn->c_StatSN_buf.ExpSN, sn));
370 conn->c_StatSN_buf.ExpSN, rc - 1));
374 conn->c_StatSN_buf.ExpSN, rc - 1);
473 conn->c_StatSN_buf.next_sn = conn->c_StatSN_buf.ExpSN =
647 req_ccb->ccb_DataSN_buf.ExpSN, rc - 1));
652 SNACK_DATA_NAK, req_ccb->ccb_DataSN_buf.ExpSN,
iscsi_send.c 350 pdu->pdu_hdr.pduh_p.command.ExpStatSN = htonl(conn->c_StatSN_buf.ExpSN);
498 conn->c_StatSN_buf.ExpSN,
575 conn->c_StatSN_buf.ExpSN,
1166 hpdu->pduh_p.snack.BegRun = tx_ccb->ccb_DataSN_buf.ExpSN;
1342 hpdu->pduh_p.task_req.ExpDataSN = htonl(ref_ccb->ccb_DataSN_buf.ExpSN);
iscsi_globals.h 197 uint32_t ExpSN; /* ExpxxSN (Data or Stat) sent to the target */
198 uint32_t next_sn; /* next_sn (== ExpSN if no ack is pending) */

Completed in 17 milliseconds