Lines Matching refs:csw
76 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_enqueue_sense_code() local
81 csw->Tag = cmd->bot_tag; in bot_enqueue_sense_code()
82 csw->Status = csw_stat; in bot_enqueue_sense_code()
115 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_bad_status() local
119 csw->Residue = cpu_to_le32(cmd->data_len); in bot_send_bad_status()
149 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_status() local
163 csw->Tag = cmd->bot_tag; in bot_send_status()
164 csw->Residue = cpu_to_le32(0); in bot_send_status()
165 csw->Status = US_BULK_STAT_OK; in bot_send_status()
325 fu->bot_status.req->buf = &fu->bot_status.csw; in bot_prepare_reqs()
328 fu->bot_status.csw.Signature = cpu_to_le32(US_BULK_CS_SIGN); in bot_prepare_reqs()