Lines Matching defs:mptctl_id
87 static u8 mptctl_id = MPT_MAX_PROTOCOL_DRIVERS;
801 if ((mf = mpt_get_msg_frame(mptctl_id, iocp)) == NULL)
805 "mptctl_do_fwdl called. mptctl_id = %xh.\n", iocp->name, mptctl_id));
925 mpt_put_msg_frame(mptctl_id, iocp, mf);
1791 if ((mf = mpt_get_msg_frame(mptctl_id, ioc)) == NULL)
2176 mpt_put_msg_frame_hi_pri(mptctl_id, ioc, mf);
2178 rc =mpt_send_handshake_request(mptctl_id, ioc,
2192 mpt_put_msg_frame(mptctl_id, ioc, mf);
2462 if ((mf = mpt_get_msg_frame(mptctl_id, ioc)) == NULL) {
2491 mpt_put_msg_frame(mptctl_id, ioc, mf);
2900 mptctl_id = mpt_register(mptctl_reply, MPTCTL_DRIVER,
2902 if (!mptctl_id || mptctl_id >= MPT_MAX_PROTOCOL_DRIVERS) {
2913 mpt_deregister(mptctl_id);
2919 mpt_reset_register(mptctl_id, mptctl_ioc_reset);
2920 mpt_event_register(mptctl_id, mptctl_event_process);
2939 mpt_event_deregister(mptctl_id);
2942 mpt_reset_deregister(mptctl_id);
2946 mpt_deregister(mptctl_id);