Searched refs:act_dout_x (Results 1 – 1 of 1) sorted by relevance
/external/sg3_utils/lib/ |
D | sg_cmds_basic.c | 110 int req_dout_x, int act_dout_x, const uint8_t * sbp, in sg_cmds_process_helper() argument 168 if (act_dout_x != req_dout_x) { in sg_cmds_process_helper() 169 if ((verbose > 1) && (act_dout_x > 0)) in sg_cmds_process_helper() 170 sg_cmds_resid_print(leadin, false, req_dout_x, act_dout_x); in sg_cmds_process_helper() 171 if (act_dout_x < 0) { in sg_cmds_process_helper() 198 int act_din_x, act_dout_x; in sg_cmds_process_resp() local 243 get_pt_actual_lengths(ptvp, &act_din_x, &act_dout_x); in sg_cmds_process_resp() 275 if (act_dout_x != req_dout_x) { in sg_cmds_process_resp() 276 if ((verbose > 1) && (act_dout_x >= 0)) in sg_cmds_process_resp() 277 sg_cmds_resid_print(leadin, false, req_dout_x, act_dout_x); in sg_cmds_process_resp() [all …]
|