Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_debug.c471 u8 num_attached; /* 0 if this is it (i.e. a leaf); use 0xff */ member
2486 oip->num_attached != 0xff; ++oip) { in resp_rsup_opcodes()
2489 count += (oip->num_attached + 1); in resp_rsup_opcodes()
2494 oip->num_attached != 0xff && offset < a_len; ++oip) { in resp_rsup_opcodes()
2497 na = oip->num_attached; in resp_rsup_opcodes()
2555 na = oip->num_attached; in resp_rsup_opcodes()
2563 na = oip->num_attached; in resp_rsup_opcodes()
9245 na = oip->num_attached; in scsi_debug_queuecommand()