Home
last modified time | relevance | path

Searched refs:enc_softc_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_enc_internal.h62 typedef struct enc_softc enc_softc_t; typedef
65 typedef int fsm_fill_handler_t(enc_softc_t *ssc,
71 typedef int fsm_done_handler_t(enc_softc_t *ssc,
85 typedef int (enc_softc_init_t)(enc_softc_t *);
86 typedef void (enc_softc_invalidate_t)(enc_softc_t *);
87 typedef void (enc_softc_cleanup_t)(enc_softc_t *);
88 typedef int (enc_init_enc_t)(enc_softc_t *);
96 typedef void (enc_device_found_t)(enc_softc_t *);
97 typedef void (enc_poll_status_t)(enc_softc_t *);
167 enc_other_cache(enc_softc_t *enc, enc_cache_t *primary) in enc_other_cache()
[all …]
H A Dscsi_enc_ses.c185 enc_softc_t *enc;
551 static void ses_poll_status(enc_softc_t *);
657 ses_cache_free(enc_softc_t *enc, enc_cache_t *cache) in ses_cache_free()
815 ses_devids_iter(enc_softc_t *enc, enc_element_t *elm, in ses_devids_iter()
947 ses_paths_iter(enc_softc_t *enc, enc_element_t *elm, in ses_paths_iter()
2726 ses_softc_invalidate(enc_softc_t *enc) in ses_softc_invalidate()
2735 ses_softc_cleanup(enc_softc_t *enc) in ses_softc_cleanup()
2746 ses_init_enc(enc_softc_t *enc) in ses_init_enc()
2959 ses_poll_status(enc_softc_t *enc) in ses_poll_status()
2978 ses_device_found(enc_softc_t *enc) in ses_device_found()
[all …]
H A Dscsi_enc_safte.c231 safte_fill_read_buf_io(enc_softc_t *enc, struct enc_fsm_state *state, in safte_fill_read_buf_io()
256 safte_process_config(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_config()
327 safte_process_gflags(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_gflags()
352 safte_process_status(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_status()
661 safte_process_slotstatus(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_slotstatus()
984 safte_softc_invalidate(enc_softc_t *enc) in safte_softc_invalidate()
993 safte_softc_cleanup(enc_softc_t *enc) in safte_softc_cleanup()
1002 safte_init_enc(enc_softc_t *enc) in safte_init_enc()
1024 safte_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag) in safte_set_enc_status()
1082 safte_poll_status(enc_softc_t *enc) in safte_poll_status()
[all …]
H A Dscsi_enc.c354 enc_softc_t *enc; in enc_ioctl()
732 enc_update_request(enc_softc_t *enc, uint32_t action) in enc_update_request()
753 enc_fsm_step(enc_softc_t *enc) in enc_fsm_step()
814 enc_softc_t *enc; in enc_status_updater()
824 enc_softc_t *enc; in enc_daemon()
860 enc_kproc_init(enc_softc_t *enc) in enc_kproc_init()
887 enc_softc_t *enc; in enc_ctor()