Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_cam.c888 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_sata_pass_reply_handler()
1254 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_timeout()
2631 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_scsi_reply_handler()
2664 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_scsi_tmf_reply_handler()
2815 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
2824 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
2890 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
2904 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
2974 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
2984 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
[all …]
H A Dmpt.h682 struct req_queue request_pending_list; member
990 TAILQ_FOREACH(lrq, &mpt->request_pending_list, links) { in mpt_req_on_pending_list()
H A Dmpt.c520 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_config_reply_handler()
629 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_event_reply_handler()
1122 mpt_complete_request_chain(mpt, &mpt->request_pending_list, in mpt_core_ioc_reset()
1298 TAILQ_INSERT_HEAD(&mpt->request_pending_list, req, links); in mpt_send_cmd()
2266 TAILQ_INIT(&mpt->request_pending_list); in mpt_core_attach()
H A Dmpt_user.c503 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_user_reply_handler()
H A Dmpt_raid.c536 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_raid_reply_handler()