Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dmpt_netbsd.h139 #define MPT_REPLY_PTOV(m, x) \ macro
H A Dmpt.c604 reply = (MSG_CONFIG_REPLY *) MPT_REPLY_PTOV(mpt, req->sequence); in mpt_read_cfg_header()
661 reply = (MSG_CONFIG_REPLY *) MPT_REPLY_PTOV(mpt, req->sequence); in mpt_read_cfg_page()
767 reply = (MSG_CONFIG_REPLY *) MPT_REPLY_PTOV(mpt, req->sequence); in mpt_write_cfg_page()
H A Dmpt_netbsd.c504 mpt_print_reply(MPT_REPLY_PTOV(mpt, reply)); in mpt_drain_queue()
535 mpt_reply = MPT_REPLY_PTOV(mpt, reply); in mpt_done()