Lines Matching refs:mpt_base_index
152 static u8 mpt_base_index = MPT_MAX_PROTOCOL_DRIVERS;
5094 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) {
5107 mpt_put_msg_frame(mpt_base_index, ioc, mf);
6298 evn.MsgContext = cpu_to_le32(mpt_base_index << 16);
6320 if ((pAck = (EventAck_t *) mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) {
6336 mpt_put_msg_frame(mpt_base_index, ioc, (MPT_FRAME_HDR *)pAck);
6401 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) {
6465 mpt_put_msg_frame(mpt_base_index, ioc, mf);
8496 mpt_base_index = mpt_register(mptbase_reply, MPTBASE_DRIVER,
8501 mpt_reset_register(mpt_base_index, mpt_ioc_reset);
8520 mpt_reset_deregister(mpt_base_index);