Searched refs:ISCSI_SNGT (Results 1 – 3 of 3) sorted by relevance
220 if (ISCSI_SNGT(is->is_cmdsn, is->is_maxcmdsn) && in iscsi_pdu_prepare()526 ISCSI_SNGT(is->is_cmdsn, is->is_maxcmdsn))) in iscsi_maintenance_thread()712 if (ISCSI_SNGT(statsn, is->is_statsn)) in iscsi_pdu_update_statsn()724 if (ISCSI_SNGT(maxcmdsn, is->is_maxcmdsn)) { in iscsi_pdu_update_statsn()740 if (ISCSI_SNGT(expcmdsn, is->is_expcmdsn)) { in iscsi_pdu_update_statsn()
40 #define ISCSI_SNGT(x, y) ((int32_t)(x) - (int32_t)(y) > 0) macro
256 ISCSI_SNGT(cmdsn, curcmdsn - 1 + maxtags)) { in cfiscsi_pdu_update_cmdsn()