Home
last modified time | relevance | path

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

/netbsd/usr.sbin/mmcformat/
H A Duscsi_subr.c327 uint32_t tlci; in uscsi_identify() member
355 saddr->addr.scsi.target = (sg_id.tlci ) & 0xff; in uscsi_identify()
356 saddr->addr.scsi.lun = (sg_id.tlci >> 8) & 0xff; in uscsi_identify()
357 saddr->addr.scsi.scbus = (sg_id.tlci >> 16) & 0xff; in uscsi_identify()