Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Dispmbox.h434 uint8_t tmf_lun[8]; member
H A Disp_library.c625 a = (uint32_t *) src->tmf_lun; in isp_put_24xx_tmf()
626 b = (uint32_t *) dst->tmf_lun; in isp_put_24xx_tmf()
627 for (i = 0; i < (nitems(src->tmf_lun) >> 2); i++ ) { in isp_put_24xx_tmf()
H A Disp_freebsd.c539 tmf.tmf_lun[1] = fct->lun & 0xff; in ispioctl()
541 tmf.tmf_lun[0] = 0x40 | (fct->lun >> 8); in ispioctl()