Searched refs:ack_frames (Results 1 – 2 of 2) sorted by relevance
595 LIST_INSERT_HEAD(&mpt->ack_frames, evtf, links); in mpt_event_reply_handler()1226 if (LIST_EMPTY(&mpt->ack_frames)) { in mpt_free_request()1246 record = LIST_FIRST(&mpt->ack_frames); in mpt_free_request()2270 LIST_INIT(&mpt->ack_frames); in mpt_core_attach()
704 struct mpt_evtf_list ack_frames; member