Lines Matching refs:cmd
188 struct megasas_cmd *cmd);
293 1. Add the fix of the driver cmd empty fix of the driver cmd empty.
337 1. Add shutdown DCMD cmd to the shutdown routine to make FW shutdown proper.
360 make sure the FW will finish the pending cmd for KDUMP case.
371 a max of 60 seconds to respond to the INIT cmd.
384 driver schedules for cmd completion if there are pending cmds
406 cmd.
416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
437 waiting for depending on cmd completion from isr path.
495 is 2 or greater,the driver stops sending cmd to FW temporarily. IO is
496 resumed if pending cmd count reduces to 16 or 5 seconds has elapsed
499 ii. FW enables WCE bit in Mode Sense cmd for drives that are configured
500 as WriteBack. The OS may send "SYNCHRONIZE_CACHE" cmd when Logical
504 the cmd and return success without sending down to FW.
520 …1). If hw_crit_error==1, now we do not accept any processing of pending cmds/accept any cmd from OS
535 vi. In megasas_teardown_frame_pool(), cmd->frame was passed instead of
536 cmd->sense to pci_pool_free. Fixed. Bug was pointed out by
556 iv. Tasklet added for cmd completion
575 ii. Bug fix : Disable controller interrupt before firing INIT cmd to FW.