Lines Matching refs:bcs
1113 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap *) us->iobuf;
1196 if (usb_stor_access_xfer_buf((unsigned char *) bcs,
1200 bcs->Signature ==
1217 bcs, US_BULK_CS_WRAP_LEN, &cswlen);
1227 bcs, US_BULK_CS_WRAP_LEN, &cswlen);
1236 bcs, US_BULK_CS_WRAP_LEN, NULL);
1246 residue = le32_to_cpu(bcs->Residue);
1248 le32_to_cpu(bcs->Signature), bcs->Tag,
1249 residue, bcs->Status);
1250 if (!(bcs->Tag == us->tag || (us->fflags & US_FL_BULK_IGNORE_TAG)) ||
1251 bcs->Status > US_BULK_STAT_PHASE) {
1262 us->bcs_signature = bcs->Signature;
1266 } else if (bcs->Signature != us->bcs_signature) {
1268 le32_to_cpu(bcs->Signature),
1284 if (bcs->Status == US_BULK_STAT_OK &&
1299 switch (bcs->Status) {