Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Discsi.c2286 int tgt_desc_len, in iscsi_xcopy_populate_header() argument
2291 buf[2] = (tgt_desc_len >> 8) & 0xFF; in iscsi_xcopy_populate_header()
2292 buf[3] = tgt_desc_len & 0xFF; in iscsi_xcopy_populate_header()