Home
last modified time | relevance | path

Searched refs:first_frame_position (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dosst.c500 (STp->first_frame_position == 240 in osst_do_scsi()
534 STp->first_frame_position++; in osst_write_behind_check()
686 STp->first_frame_position < STp->eod_frame_ppos) { in osst_verify_frame()
688 STp->first_frame_position); in osst_verify_frame()
705 STp->first_frame_position - 1 != ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[i]))) { in osst_verify_frame()
709 i, STp->first_frame_position - 1); in osst_verify_frame()
711 STp->header_cache->dat_fm_tab.fm_tab_ent[i] = htonl(STp->first_frame_position - 1); in osst_verify_frame()
745 STp->read_error_frame = STp->first_frame_position - 1; in osst_verify_frame()
938 if (STp->first_frame_position == curr && in osst_wait_frame()
948 name, curr, curr+minlast, STp->first_frame_position, in osst_wait_frame()
[all …]
Dosst.h597 unsigned first_frame_position; /* physical frame to be transferred to/from host */ member