ISNS_TRANSF_COMPLETE
if ((isns_get_trans_flags(trans_p) & ISNS_TRANSF_COMPLETE) == 0)
if ((trans_flags & ISNS_TRANSF_COMPLETE) == 0) {
flags = isns_set_trans_flags(trans_p, ISNS_TRANSF_COMPLETE);
if ((isns_get_trans_flags(trans_p) & ISNS_TRANSF_COMPLETE) == 0) {