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

  /src/sys/dev/iscsi/
iscsi_utils.c 573 buff->next_sn = 0;
605 * next_sn is the next expected SN, so normally diff should be 1.
607 n = buff->next_sn;
614 buff->next_sn = num + 1;
iscsi_globals.h 198 uint32_t next_sn; /* next_sn (== ExpSN if no ack is pending) */ member in struct:__anon466d54870608
iscsi_rcv.c 472 if (!conn->c_StatSN_buf.next_sn) {
473 conn->c_StatSN_buf.next_sn = conn->c_StatSN_buf.ExpSN =

Completed in 13 milliseconds