Searched refs:enc_softc_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_enc_internal.h | 62 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 *); 89 typedef int (enc_set_enc_status_t)(enc_softc_t *, encioc_enc_status_t, int); 90 typedef int (enc_get_elm_status_t)(enc_softc_t *, encioc_elm_status_t *, int); 91 typedef int (enc_set_elm_status_t)(enc_softc_t *, encioc_elm_status_t *, int); [all …]
|
H A D | scsi_enc_ses.c | 185 enc_softc_t *enc; 413 ses_iter_init(enc_softc_t *enc, enc_cache_t *cache, struct ses_iterator *iter) in ses_iter_init() 543 static int ses_encode(enc_softc_t *, uint8_t *, int, int, 546 static int ses_set_timed_completion(enc_softc_t *, uint8_t); 548 static int ses_putstatus(enc_softc_t *, int, struct ses_comstat *); 551 static void ses_poll_status(enc_softc_t *); 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) in ses_cache_free_elm_addlstatus() 588 ses_cache_free_elm_descs(enc_softc_t *enc, enc_cache_t *cache) in ses_cache_free_elm_descs() 618 ses_cache_free_status(enc_softc_t *enc, enc_cache_t *cache) in ses_cache_free_status() [all …]
|
H A D | scsi_enc_safte.c | 54 static int safte_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag); 231 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() 730 safte_fill_control_request(enc_softc_t *enc, struct enc_fsm_state *state, in safte_fill_control_request() 951 safte_process_control_request(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_control_request() 984 safte_softc_invalidate(enc_softc_t *enc) in safte_softc_invalidate() 993 safte_softc_cleanup(enc_softc_t *enc) in safte_softc_cleanup() [all …]
|
H A D | scsi_enc.c | 354 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()
|