Searched refs:update_frame_cntr (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dosst.h419 __be32 update_frame_cntr; /* for configuration frame */ member in struct:os_aux_s
603 int update_frame_cntr; /* update frame counter */ member in struct:osst_tape
H A Dosst.c569 aux->update_frame_cntr = htonl(STp->update_frame_cntr);
593 aux->update_frame_cntr = htonl(0);
1088 ntohl(aux->update_frame_cntr), ntohs(aux->partition.wrt_pass_cntr),
2310 if (STp->header_ok) STp->update_frame_cntr++;
2311 else STp->update_frame_cntr = 0;
2342 if (STp->update_frame_cntr == 0)
2383 update_frame_cntr;
2432 update_frame_cntr = ntohl(aux->update_frame_cntr);
2381 update_frame_cntr; local
[all...]

Completed in 35 milliseconds