Lines Matching refs:skdev
215 #define INTR_LOCK(skdev) mutex_enter(&skdev->skd_intr_mutex) argument
216 #define INTR_UNLOCK(skdev) mutex_exit(&skdev->skd_intr_mutex) argument
217 #define INTR_LOCK_HELD(skdev) MUTEX_HELD(&skdev->skd_intr_mutex) argument
219 #define WAITQ_LOCK(skdev) \ argument
220 mutex_enter(&skdev->waitqueue_mutex)
221 #define WAITQ_UNLOCK(skdev) \ argument
222 mutex_exit(&skdev->waitqueue_mutex)
223 #define WAITQ_LOCK_HELD(skdev) \ argument
224 MUTEX_HELD(&skdev->waitqueue_mutex)
226 #define ADAPTER_STATE_LOCK(skdev) mutex_enter(&skdev->skd_lock_mutex) argument
227 #define ADAPTER_STATE_UNLOCK(skdev) mutex_exit(&skdev->skd_lock_mutex) argument
475 static void skd_disable_interrupts(struct skd_device *skdev);
476 static void skd_isr_completion_posted(struct skd_device *skdev);
477 static void skd_recover_requests(struct skd_device *skdev);
478 static void skd_log_skdev(struct skd_device *skdev, const char *event);
479 static void skd_restart_device(struct skd_device *skdev);
480 static void skd_destruct(struct skd_device *skdev);
481 static int skd_unquiesce_dev(struct skd_device *skdev);
482 static void skd_send_special_fitmsg(struct skd_device *skdev,
484 static void skd_end_request(struct skd_device *skdev,
486 static void skd_log_skmsg(struct skd_device *skdev,
488 static void skd_log_skreq(struct skd_device *skdev,
490 static void skd_send_fitmsg(struct skd_device *skdev,