Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dscsi.c1038 static u16 vhost_buf_to_lun(u8 *lun_buf) in vhost_buf_to_lun() argument
1040 return ((lun_buf[2] << 8) | lun_buf[3]) & 0x3FFF; in vhost_buf_to_lun()