Searched refs:mpt_base_index (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/message/fusion/ |
D | mptbase.c | 172 static int mpt_base_index = -1; variable 710 if (cb_idx != mpt_base_index) { in mpt_deregister() 4647 evnp = (EventNotification_t *) mpt_get_msg_frame(mpt_base_index, ioc->id); in SendEventNotification() 4662 mpt_put_msg_frame(mpt_base_index, ioc->id, (MPT_FRAME_HDR *)evnp); in SendEventNotification() 4678 if ((pAck = (EventAck_t *) mpt_get_msg_frame(mpt_base_index, ioc->id)) == NULL) { in SendEventAck() 4693 mpt_put_msg_frame(mpt_base_index, ioc->id, (MPT_FRAME_HDR *)pAck); in SendEventAck() 4736 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc->id)) == NULL) { in mpt_config() 4795 mpt_put_msg_frame(mpt_base_index, ioc->id, mf); in mpt_config() 4845 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc->id)) == NULL) { in mpt_toolbox() 4903 mpt_put_msg_frame(mpt_base_index, ioc->id, mf); in mpt_toolbox() [all …]
|