Searched refs:reply_frame (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.c485 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
490 req, req->serno, reply_desc, reply_frame);
492 if (reply_frame != NULL)
493 mpt_dump_reply_frame(mpt, reply_frame);
502 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
506 if (reply_frame != NULL) {
511 reply = (MSG_CONFIG_REPLY *)reply_frame;
512 req->IOCStatus = le16toh(reply_frame->IOCStatus);
536 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
545 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
484 mpt_default_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
501 mpt_config_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
535 mpt_handshake_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
544 mpt_event_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
725 MSG_DEFAULT_REPLY *reply_frame; local
880 mpt_dump_reply_frame(struct mpt_softc *mpt, MSG_DEFAULT_REPLY *reply_frame) argument
[all...]
H A Dmpt_cam.c869 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
873 if (reply_frame != NULL) {
874 req->IOCStatus = le16toh(reply_frame->IOCStatus);
2578 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
2610 if (reply_frame == NULL) {
2618 mpt_scsi_reply_frame_handler(mpt, req, reply_frame);
2663 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
2671 tmf_reply = (MSG_SCSI_TASK_MGMT_REPLY *)reply_frame;
2771 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
2774 (PTR_MSG_LINK_SERVICE_BUFFER_POST_REPLY) reply_frame;
868 mpt_sata_pass_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
2577 mpt_scsi_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
2662 mpt_scsi_tmf_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
2770 mpt_fc_els_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
3045 mpt_scsi_reply_frame_handler(struct mpt_softc *mpt, request_t *req, MSG_DEFAULT_REPLY *reply_frame) argument
5101 mpt_scsi_tgt_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
[all...]
H A Dmpt.h412 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame);
852 #define MPT_DUMP_REPLY_FRAME(mpt, reply_frame) \
855 mpt_dump_reply_frame(mpt, reply_frame); \
1092 MSG_DEFAULT_REPLY *reply_frame);
H A Dmpt_raid.c104 MSG_DEFAULT_REPLY *reply_frame);
517 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
525 if (reply_frame != NULL)
526 free_req = mpt_raid_reply_frame_handler(mpt, req, reply_frame);
552 MSG_DEFAULT_REPLY *reply_frame)
558 reply = (MSG_RAID_ACTION_REPLY *)reply_frame;
516 mpt_raid_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument
551 mpt_raid_reply_frame_handler(struct mpt_softc *mpt, request_t *req, MSG_DEFAULT_REPLY *reply_frame) argument
H A Dmpt_user.c480 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame)
488 if (reply_frame != NULL) {
489 reply = (MSG_RAID_ACTION_REPLY *)reply_frame;
479 mpt_user_reply_handler(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) argument

Completed in 190 milliseconds