Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_debug.c316 u8 num_attached; /* 0 if this is it (i.e. a leaf); use 0xff */ member
1813 oip->num_attached != 0xff; ++oip) { in resp_rsup_opcodes()
1816 count += (oip->num_attached + 1); in resp_rsup_opcodes()
1821 oip->num_attached != 0xff && offset < a_len; ++oip) { in resp_rsup_opcodes()
1824 na = oip->num_attached; in resp_rsup_opcodes()
1882 na = oip->num_attached; in resp_rsup_opcodes()
1890 na = oip->num_attached; in resp_rsup_opcodes()
5723 na = oip->num_attached; in scsi_debug_queuecommand()