Home
last modified time | relevance | path

Searched refs:mpt_reply_handler_t (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/mpt/
H A Dmpt.h413 typedef int mpt_reply_handler_t(struct mpt_softc *mpt, request_t *request, typedef
416 mpt_reply_handler_t *reply_handler;
H A Dmpt.c122 mpt_reply_handler_t *mpt_reply_handlers[MPT_NUM_REPLY_HANDLERS];
124 static mpt_reply_handler_t mpt_default_reply_handler;
125 static mpt_reply_handler_t mpt_config_reply_handler;
126 static mpt_reply_handler_t mpt_handshake_reply_handler;
127 static mpt_reply_handler_t mpt_event_reply_handler;
H A Dmpt_cam.c124 static mpt_reply_handler_t mpt_scsi_reply_handler;
125 static mpt_reply_handler_t mpt_scsi_tmf_reply_handler;
126 static mpt_reply_handler_t mpt_fc_els_reply_handler;
156 static mpt_reply_handler_t mpt_scsi_tgt_reply_handler;
157 static mpt_reply_handler_t mpt_sata_pass_reply_handler;
H A Dmpt_user.c80 static mpt_reply_handler_t mpt_user_reply_handler;
H A Dmpt_raid.c104 static mpt_reply_handler_t mpt_raid_reply_handler;