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

/linux-4.4.14/drivers/scsi/
H A Dscsi_debug.c341 u8 num_attached; /* 0 if this is it (i.e. a leaf); use 0xff member in struct:opcode_info_t
343 u8 opcode; /* if num_attached > 0, preferred */
347 const struct opcode_info_t *arrp; /* num_attached elements or NULL */
1701 oip->num_attached != 0xff; ++oip) { resp_rsup_opcodes()
1704 count += (oip->num_attached + 1); resp_rsup_opcodes()
1709 oip->num_attached != 0xff && offset < a_len; ++oip) { resp_rsup_opcodes()
1712 na = oip->num_attached; resp_rsup_opcodes()
1770 na = oip->num_attached; resp_rsup_opcodes()
1778 na = oip->num_attached; resp_rsup_opcodes()
5184 na = oip->num_attached; scsi_debug_queuecommand()

Completed in 84 milliseconds