Home
last modified time | relevance | path

Searched refs:mpt_req_on_pending_list (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt.h964 mpt_req_on_pending_list(struct mpt_softc *, request_t *);
986 mpt_req_on_pending_list(struct mpt_softc *mpt, request_t *req) in mpt_req_on_pending_list() function
H A Dmpt.c870 if (mpt_req_on_pending_list(mpt, req) != 0) in mpt_complete_request_chain()
1213 KASSERT(mpt_req_on_pending_list(mpt, req) == 0, in mpt_free_request()
1295 KASSERT(mpt_req_on_pending_list(mpt, req) == 0, in mpt_send_cmd()
H A Dmpt_cam.c3927 KASSERT(mpt_req_on_pending_list(mpt, mpt->tmf_req) == 0, in mpt_scsi_send_tmf()