Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c289 u32 frame_off, frame_endoff; in etb_dump_hw() local
297 frame_off = write_ptr % ETB_FRAME_SIZE_WORDS; in etb_dump_hw()
298 frame_endoff = ETB_FRAME_SIZE_WORDS - frame_off; in etb_dump_hw()
299 if (frame_off) { in etb_dump_hw()
304 (unsigned long)frame_off, (unsigned long)frame_endoff); in etb_dump_hw()
328 if (frame_off) { in etb_dump_hw()
/linux/drivers/target/tcm_fc/
H A Dtfc_io.c52 u32 frame_off = 0; in ft_queue_data_in() local
117 fh_off = frame_off; in ft_queue_data_in()
118 frame_off += frame_len; in ft_queue_data_in()