Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dosst.c497 (STp->first_frame_position == 240 in osst_do_scsi()
531 STp->first_frame_position++; in osst_write_behind_check()
683 STp->first_frame_position < STp->eod_frame_ppos) { in osst_verify_frame()
685 STp->first_frame_position); in osst_verify_frame()
702 STp->first_frame_position - 1 != ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[i]))) { in osst_verify_frame()
706 i, STp->first_frame_position - 1); in osst_verify_frame()
708 STp->header_cache->dat_fm_tab.fm_tab_ent[i] = htonl(STp->first_frame_position - 1); in osst_verify_frame()
742 STp->read_error_frame = STp->first_frame_position - 1; in osst_verify_frame()
935 if (STp->first_frame_position == curr && in osst_wait_frame()
945 name, curr, curr+minlast, STp->first_frame_position, in osst_wait_frame()
[all …]
Dosst.h596 unsigned first_frame_position; /* physical frame to be transferred to/from host */ member