Lines Matching refs:csw
72 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_enqueue_sense_code() local
86 csw->Tag = cmd->bot_tag; in bot_enqueue_sense_code()
87 csw->Status = csw_stat; in bot_enqueue_sense_code()
120 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_bad_status() local
124 csw->Residue = cpu_to_le32(cmd->data_len); in bot_send_bad_status()
154 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_status() local
168 csw->Tag = cmd->bot_tag; in bot_send_status()
169 csw->Residue = cpu_to_le32(0); in bot_send_status()
170 csw->Status = US_BULK_STAT_OK; in bot_send_status()
330 fu->bot_status.req->buf = &fu->bot_status.csw; in bot_prepare_reqs()
333 fu->bot_status.csw.Signature = cpu_to_le32(US_BULK_CS_SIGN); in bot_prepare_reqs()