Searched refs:mpt_base_index (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/message/fusion/ |
| D | mptbase.c | 152 static u8 mpt_base_index = MPT_MAX_PROTOCOL_DRIVERS; variable 5098 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in mptbase_sas_persist_operation() 5111 mpt_put_msg_frame(mpt_base_index, ioc, mf); in mptbase_sas_persist_operation() 6285 evn.MsgContext = cpu_to_le32(mpt_base_index << 16); in SendEventNotification() 6307 if ((pAck = (EventAck_t *) mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in SendEventAck() 6323 mpt_put_msg_frame(mpt_base_index, ioc, (MPT_FRAME_HDR *)pAck); in SendEventAck() 6398 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in mpt_config() 6462 mpt_put_msg_frame(mpt_base_index, ioc, mf); in mpt_config() 8495 mpt_base_index = mpt_register(mptbase_reply, MPTBASE_DRIVER, in fusion_init() 8500 mpt_reset_register(mpt_base_index, mpt_ioc_reset); in fusion_init() [all …]
|