Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/mpt/
H A Dmpt_cam.c884 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_sata_pass_reply_handler()
1249 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_timeout()
2712 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_scsi_reply_handler()
2744 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_scsi_tmf_reply_handler()
2895 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()
2971 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
2985 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
3062 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
3072 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_fc_els_reply_handler()
[all …]
H A Dmpt.h678 struct req_queue request_pending_list; member
995 TAILQ_FOREACH(lrq, &mpt->request_pending_list, links) { in mpt_req_on_pending_list()
H A Dmpt.c517 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_config_reply_handler()
626 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()
2273 TAILQ_INIT(&mpt->request_pending_list); in mpt_core_attach()
H A Dmpt_user.c496 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_user_reply_handler()
H A Dmpt_raid.c541 TAILQ_REMOVE(&mpt->request_pending_list, req, links); in mpt_raid_reply_handler()