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

/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_enc_internal.h66 typedef struct enc_softc enc_softc_t; typedef in typeref:struct:enc_softc
69 typedef int fsm_fill_handler_t(enc_softc_t *ssc,
75 typedef int fsm_done_handler_t(enc_softc_t *ssc,
89 typedef int (enc_softc_init_t)(enc_softc_t *);
90 typedef void (enc_softc_invalidate_t)(enc_softc_t *);
91 typedef void (enc_softc_cleanup_t)(enc_softc_t *);
92 typedef int (enc_init_enc_t)(enc_softc_t *);
93 typedef int (enc_get_enc_status_t)(enc_softc_t *, int);
94 typedef int (enc_set_enc_status_t)(enc_softc_t *, encioc_enc_status_t, int);
95 typedef int (enc_get_elm_status_t)(enc_softc_t *, encioc_elm_status_
[all...]
H A Dscsi_enc_ses.c185 enc_softc_t *enc;
408 ses_iter_init(enc_softc_t *enc, enc_cache_t *cache, struct ses_iterator *iter)
544 static int ses_encode(enc_softc_t *, uint8_t *, int, int,
547 static int ses_set_timed_completion(enc_softc_t *, uint8_t);
549 static int ses_putstatus(enc_softc_t *, int, struct ses_comstat *);
552 static void ses_print_addl_data(enc_softc_t *, enc_element_t *);
557 ses_cache_free_elm_addlstatus(enc_softc_t *enc, enc_cache_t *cache)
588 ses_cache_free_elm_descs(enc_softc_t *enc, enc_cache_t *cache)
618 ses_cache_free_status(enc_softc_t *enc, enc_cache_t *cache)
635 ses_cache_free_elm_map(enc_softc_t *en
[all...]
H A Dscsi_enc_safte.c55 static int safte_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag);
234 safte_fill_read_buf_io(enc_softc_t *enc, struct enc_fsm_state *state,
259 safte_process_config(enc_softc_t *enc, struct enc_fsm_state *state,
333 safte_process_gflags(enc_softc_t *enc, struct enc_fsm_state *state,
358 safte_process_status(enc_softc_t *enc, struct enc_fsm_state *state,
667 safte_process_slotstatus(enc_softc_t *enc, struct enc_fsm_state *state,
736 safte_fill_control_request(enc_softc_t *enc, struct enc_fsm_state *state,
957 safte_process_control_request(enc_softc_t *enc, struct enc_fsm_state *state,
990 safte_softc_invalidate(enc_softc_t *enc)
999 safte_softc_cleanup(enc_softc_t *en
[all...]
H A Dscsi_enc.c355 enc_softc_t *enc;
724 enc_update_request(enc_softc_t *enc, uint32_t action)
745 enc_fsm_step(enc_softc_t *enc)
806 enc_softc_t *enc;
816 enc_softc_t *enc;
858 enc_kproc_init(enc_softc_t *enc)
901 enc_softc_t *enc;

Completed in 61 milliseconds