Searched refs:ack_frames (Results 1 – 2 of 2) sorted by relevance
593 LIST_INSERT_HEAD(&mpt->ack_frames, evtf, links); in mpt_event_reply_handler()1221 if (LIST_EMPTY(&mpt->ack_frames)) { in mpt_free_request()1241 record = LIST_FIRST(&mpt->ack_frames); in mpt_free_request()2264 LIST_INIT(&mpt->ack_frames); in mpt_core_attach()
697 struct mpt_evtf_list ack_frames; member