Lines Matching refs:csw
78 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_enqueue_sense_code() local
92 csw->Tag = cmd->bot_tag; in bot_enqueue_sense_code()
93 csw->Status = csw_stat; in bot_enqueue_sense_code()
126 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_bad_status() local
130 csw->Residue = cpu_to_le32(cmd->data_len); in bot_send_bad_status()
160 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_status() local
174 csw->Tag = cmd->bot_tag; in bot_send_status()
175 csw->Residue = cpu_to_le32(0); in bot_send_status()
176 csw->Status = US_BULK_STAT_OK; in bot_send_status()
336 fu->bot_status.req->buf = &fu->bot_status.csw; in bot_prepare_reqs()
339 fu->bot_status.csw.Signature = cpu_to_le32(US_BULK_CS_SIGN); in bot_prepare_reqs()