Home
last modified time | relevance | path

Searched refs:ack_frames (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt.c593 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()
H A Dmpt.h697 struct mpt_evtf_list ack_frames; member