Searched refs:allowed (Results 1 – 10 of 10) sorted by relevance
290 unsigned int allowed; in usb_submit_urb() local292 allowed = URB_ASYNC_UNLINK; // affects later unlinks in usb_submit_urb()293 allowed |= (URB_NO_TRANSFER_DMA_MAP | URB_NO_SETUP_DMA_MAP); in usb_submit_urb()294 allowed |= URB_NO_INTERRUPT; in usb_submit_urb()301 allowed |= URB_ZERO_PACKET; in usb_submit_urb()306 allowed |= URB_NO_FSBR; /* only affects UHCI */ in usb_submit_urb()312 allowed |= URB_SHORT_NOT_OK; in usb_submit_urb()318 allowed |= URB_ISO_ASAP; in usb_submit_urb()322 urb->transfer_flags &= allowed; in usb_submit_urb()
273 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiInquery()324 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiReadCapacity()402 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiModeSense6()477 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiModeSense10()538 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiTestUnitReady()608 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiRequestSense()818 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiStartStopUnit()867 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiSynchronizeCache()943 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiRead()1019 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiWrite()[all …]
34 JTAG_AllowTAPReset = 0; // J-Link is allowed to use a TAP reset for JTAG-chain auto-detection
37 JTAG_AllowTAPReset = 0; // J-Link is allowed to use a TAP reset for JTAG-chain auto-detection
86 ScsiCmnd.allowed = SCSI_CMD_RETRY; in mscTransportRequestSense()
1090 if (TransStatus == USB_STOR_TRANSPORT_ERROR && (ScsiCmnd->retries < ScsiCmnd->allowed)) in mscCmndDone()1096 … ((__u8 *)(ScsiCmnd->cmnd.CommandBlock))[0], ScsiCmnd->retries, ScsiCmnd->allowed); in mscCmndDone()1108 if (ScsiCmnd->retries > ScsiCmnd->allowed) in mscCmndDone()
99 mscDev->ScsiCmnd->allowed); in mscTimeOut()
213 unsigned int allowed; /* 允许retry的次数 */ member
150 2. 编译报错:Data initializer is not allowed
477 # The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use2458 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
Completed in 25 milliseconds