Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c503 * the opcode_info_arr array. The most time sensitive (or commonly used) cdb
504 * should be placed in opcode_info_arr[], the others should be placed here.
619 static const struct opcode_info_t opcode_info_arr[SDEB_I_LAST_ELEM_P1 + 1] = { variable
2013 for (count = 0, oip = opcode_info_arr; in resp_rsup_opcodes()
2021 for (offset = 4, oip = opcode_info_arr; in resp_rsup_opcodes()
2060 oip = &opcode_info_arr[sdeb_i]; in resp_rsup_opcodes()
7302 oip = &opcode_info_arr[sdeb_i]; /* safe if table consistent */ in scsi_debug_queuecommand()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c512 * the opcode_info_arr array. The most time sensitive (or commonly used) cdb
513 * should be placed in opcode_info_arr[], the others should be placed here.
628 static const struct opcode_info_t opcode_info_arr[SDEB_I_LAST_ELEM_P1 + 1] = { variable
2022 for (count = 0, oip = opcode_info_arr; in resp_rsup_opcodes()
2030 for (offset = 4, oip = opcode_info_arr; in resp_rsup_opcodes()
2069 oip = &opcode_info_arr[sdeb_i]; in resp_rsup_opcodes()
7550 oip = &opcode_info_arr[sdeb_i]; /* safe if table consistent */ in scsi_debug_queuecommand()

Completed in 22 milliseconds