Searched refs:skd_device (Results 1 – 2 of 2) sorted by relevance
336 typedef struct skd_device skd_device_t;338 struct skd_device { struct475 static void skd_disable_interrupts(struct skd_device *skdev); argument476 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,[all …]
102 static int skd_format_internal_skspcl(struct skd_device *skdev);105 static void skd_enable_interrupts(struct skd_device *);107 static void skd_send_internal_skspcl(struct skd_device *,112 static void skd_isr_fwstate(struct skd_device *skdev);113 static void skd_isr_msg_from_dev(struct skd_device *skdev);114 static void skd_soft_reset(struct skd_device *skdev);115 static void skd_refresh_device_data(struct skd_device *skdev);117 static void skd_end_request_abnormal(struct skd_device *, skd_buf_private_t *,119 static char *skd_pci_info(struct skd_device *skdev, char *str, size_t len);303 skd_reg_write64(struct skd_device *skdev, uint64_t val, uint32_t offset) in skd_reg_write64()[all …]