Home
last modified time | relevance | path

Searched refs:mpt_base_index (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptbase.c152 static u8 mpt_base_index = MPT_MAX_PROTOCOL_DRIVERS; variable
5099 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in mptbase_sas_persist_operation()
5112 mpt_put_msg_frame(mpt_base_index, ioc, mf); in mptbase_sas_persist_operation()
6286 evn.MsgContext = cpu_to_le32(mpt_base_index << 16); in SendEventNotification()
6308 if ((pAck = (EventAck_t *) mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in SendEventAck()
6324 mpt_put_msg_frame(mpt_base_index, ioc, (MPT_FRAME_HDR *)pAck); in SendEventAck()
6399 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in mpt_config()
6463 mpt_put_msg_frame(mpt_base_index, ioc, mf); in mpt_config()
8496 mpt_base_index = mpt_register(mptbase_reply, MPTBASE_DRIVER, in fusion_init()
8501 mpt_reset_register(mpt_base_index, mpt_ioc_rese in fusion_init()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptbase.c152 static u8 mpt_base_index = MPT_MAX_PROTOCOL_DRIVERS; variable
5094 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in mptbase_sas_persist_operation()
5107 mpt_put_msg_frame(mpt_base_index, ioc, mf); in mptbase_sas_persist_operation()
6298 evn.MsgContext = cpu_to_le32(mpt_base_index << 16); in SendEventNotification()
6320 if ((pAck = (EventAck_t *) mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in SendEventAck()
6336 mpt_put_msg_frame(mpt_base_index, ioc, (MPT_FRAME_HDR *)pAck); in SendEventAck()
6401 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in mpt_config()
6465 mpt_put_msg_frame(mpt_base_index, ioc, mf); in mpt_config()
8496 mpt_base_index = mpt_register(mptbase_reply, MPTBASE_DRIVER, in fusion_init()
8501 mpt_reset_register(mpt_base_index, mpt_ioc_rese in fusion_init()
[all...]

Completed in 19 milliseconds