Lines Matching refs:ci
179 struct uas_cmd_info *ci = (void *)&cmnd->SCp; in uas_log_cmd_state() local
185 (ci->state & SUBMIT_STATUS_URB) ? " s-st" : "", in uas_log_cmd_state()
186 (ci->state & ALLOC_DATA_IN_URB) ? " a-in" : "", in uas_log_cmd_state()
187 (ci->state & SUBMIT_DATA_IN_URB) ? " s-in" : "", in uas_log_cmd_state()
188 (ci->state & ALLOC_DATA_OUT_URB) ? " a-out" : "", in uas_log_cmd_state()
189 (ci->state & SUBMIT_DATA_OUT_URB) ? " s-out" : "", in uas_log_cmd_state()
190 (ci->state & ALLOC_CMD_URB) ? " a-cmd" : "", in uas_log_cmd_state()
191 (ci->state & SUBMIT_CMD_URB) ? " s-cmd" : "", in uas_log_cmd_state()
192 (ci->state & COMMAND_INFLIGHT) ? " CMD" : "", in uas_log_cmd_state()
193 (ci->state & DATA_IN_URB_INFLIGHT) ? " IN" : "", in uas_log_cmd_state()
194 (ci->state & DATA_OUT_URB_INFLIGHT) ? " OUT" : "", in uas_log_cmd_state()
195 (ci->state & COMMAND_ABORTED) ? " abort" : "", in uas_log_cmd_state()
196 (ci->state & IS_IN_WORK_LIST) ? " work" : ""); in uas_log_cmd_state()