Searched refs:mpt_req_on_pending_list (Results 1 – 3 of 3) sorted by relevance
964 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
870 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()
3927 KASSERT(mpt_req_on_pending_list(mpt, mpt->tmf_req) == 0, in mpt_scsi_send_tmf()