Lines Matching refs:fxfr
155 struct freecom_xfer_wrap *fxfr =
159 fxfr->Type = FCM_PACKET_INPUT | 0x00;
160 fxfr->Timeout = 0; /* Short timeout for debugging. */
161 fxfr->Count = cpu_to_le32 (count);
162 memset (fxfr->Pad, 0, sizeof (fxfr->Pad));
167 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr,
188 struct freecom_xfer_wrap *fxfr =
192 fxfr->Type = FCM_PACKET_OUTPUT | 0x00;
193 fxfr->Timeout = 0; /* Short timeout for debugging. */
194 fxfr->Count = cpu_to_le32 (count);
195 memset (fxfr->Pad, 0, sizeof (fxfr->Pad));
200 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr,