Lines Matching defs:mptctl_id
87 static u8 mptctl_id = MPT_MAX_PROTOCOL_DRIVERS;
805 if ((mf = mpt_get_msg_frame(mptctl_id, iocp)) == NULL)
809 "mptctl_do_fwdl called. mptctl_id = %xh.\n", iocp->name, mptctl_id));
929 mpt_put_msg_frame(mptctl_id, iocp, mf);
1795 if ((mf = mpt_get_msg_frame(mptctl_id, ioc)) == NULL)
2178 mpt_put_msg_frame_hi_pri(mptctl_id, ioc, mf);
2180 rc =mpt_send_handshake_request(mptctl_id, ioc,
2194 mpt_put_msg_frame(mptctl_id, ioc, mf);
2461 if ((mf = mpt_get_msg_frame(mptctl_id, ioc)) == NULL) {
2491 mpt_put_msg_frame(mptctl_id, ioc, mf);
2899 mptctl_id = mpt_register(mptctl_reply, MPTCTL_DRIVER,
2901 if (!mptctl_id || mptctl_id >= MPT_MAX_PROTOCOL_DRIVERS) {
2912 mpt_deregister(mptctl_id);
2918 mpt_reset_register(mptctl_id, mptctl_ioc_reset);
2919 mpt_event_register(mptctl_id, mptctl_event_process);
2938 mpt_event_deregister(mptctl_id);
2941 mpt_reset_deregister(mptctl_id);
2945 mpt_deregister(mptctl_id);