Searched refs:modesCmdBlk (Results 1 – 1 of 1) sorted by relevance
3412 unsigned char modesCmdBlk[MODE_SENSE10_CMDLEN] = in do_modes() local3417 modesCmdBlk[1] = (unsigned char)(dbd ? 0x8 : 0); in do_modes()3418 modesCmdBlk[2] = (unsigned char)(((pc << 6) & 0xc0) | (pg_code & 0x3f)); in do_modes()3419 modesCmdBlk[3] = (unsigned char)(sub_pg_code & 0xff); in do_modes()3425 modesCmdBlk[0] = MODE_SENSE6_CMD; in do_modes()3426 modesCmdBlk[4] = (unsigned char)(mx_resp_len & 0xff); in do_modes()3428 modesCmdBlk[7] = (unsigned char)((mx_resp_len >> 8) & 0xff); in do_modes()3429 modesCmdBlk[8] = (unsigned char)(mx_resp_len & 0xff); in do_modes()3440 io_hdr.cmdp = modesCmdBlk; in do_modes()4372 unsigned char modesCmdBlk[MODE_SENSE10_CMDLEN] = in do_modes_0a() local[all …]