Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_pr.c4048 u16 sep_rtpi = pr_reg->tg_pt_sep_rtpi; in core_scsi3_pri_read_full_status() local
4050 buf[off++] = ((sep_rtpi >> 8) & 0xff); in core_scsi3_pri_read_full_status()
4051 buf[off++] = (sep_rtpi & 0xff); in core_scsi3_pri_read_full_status()