Searched refs:mpt_get_msg_frame (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/message/fusion/ ! |
D | mptlan.c | 469 mf = mpt_get_msg_frame(LanCtx, priv->mpt_dev); in mpt_lan_reset() 711 mf = mpt_get_msg_frame(LanCtx, mpt_dev); in mpt_lan_sdu_send() 1174 mf = mpt_get_msg_frame(LanCtx, mpt_dev); in mpt_lan_post_receive_buckets()
|
D | mptctl.c | 336 mf = mpt_get_msg_frame(mptctl_taskmgmt_id, ioc); in mptctl_do_taskmgmt() 826 if ((mf = mpt_get_msg_frame(mptctl_id, iocp)) == NULL) in mptctl_do_fw_download() 1901 if ((mf = mpt_get_msg_frame(mptctl_id, ioc)) == NULL) in mptctl_do_mpt_command() 2586 if ((mf = mpt_get_msg_frame(mptctl_id, ioc)) == NULL) { in mptctl_hp_hostinfo()
|
D | mptscsih.c | 406 if ((mf = mpt_get_msg_frame(ioc->InternalCtx, ioc)) == NULL) { in mptscsih_issue_sep_command() 1426 if ((mf = mpt_get_msg_frame(ioc->DoneCtx, ioc)) == NULL) { in mptscsih_qcmd() 1657 if ((mf = mpt_get_msg_frame(ioc->TaskCtx, ioc)) == NULL) { in mptscsih_IssueTaskMgmt() 3005 if ((mf = mpt_get_msg_frame(ioc->InternalCtx, ioc)) == NULL) { in mptscsih_do_cmd()
|
D | mptbase.h | 926 extern MPT_FRAME_HDR *mpt_get_msg_frame(u8 cb_idx, MPT_ADAPTER *ioc);
|
D | mptspi.c | 268 if ((mf = mpt_get_msg_frame(ioc->DoneCtx, ioc)) == NULL) { in mptspi_writeIOCPage4() 636 if ((mf = mpt_get_msg_frame(ioc->InternalCtx, ioc)) == NULL) { in mptscsih_quiesce_raid()
|
D | mptsas.c | 1051 mf = mpt_get_msg_frame(mptsasDeviceResetCtx, ioc); in mptsas_target_reset() 2104 mf = mpt_get_msg_frame(mptsasMgmtCtx, ioc); in mptsas_phy_reset() 2249 mf = mpt_get_msg_frame(mptsasMgmtCtx, ioc); in mptsas_smp_handler() 2868 mf = mpt_get_msg_frame(mptsasMgmtCtx, ioc); in mptsas_exp_repmanufacture_info() 4781 mf = mpt_get_msg_frame(mptsasDeviceResetCtx, ioc); in mptsas_issue_tm()
|
D | mptbase.c | 894 mpt_get_msg_frame(u8 cb_idx, MPT_ADAPTER *ioc) in mpt_get_msg_frame() function 5101 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in mptbase_sas_persist_operation() 6311 if ((pAck = (EventAck_t *) mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in SendEventAck() 6402 if ((mf = mpt_get_msg_frame(mpt_base_index, ioc)) == NULL) { in mpt_config() 8496 EXPORT_SYMBOL(mpt_get_msg_frame);
|