Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c369 u8 num_attached; /* 0 if this is it (i.e. a leaf); use 0xff */ member
2023 oip->num_attached != 0xff; ++oip) { in resp_rsup_opcodes()
2026 count += (oip->num_attached + 1); in resp_rsup_opcodes()
2031 oip->num_attached != 0xff && offset < a_len; ++oip) { in resp_rsup_opcodes()
2034 na = oip->num_attached; in resp_rsup_opcodes()
2092 na = oip->num_attached; in resp_rsup_opcodes()
2100 na = oip->num_attached; in resp_rsup_opcodes()
7560 na = oip->num_attached; in scsi_debug_queuecommand()