Lines Matching refs:mf
151 static int lan_reply (MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf,
203 lan_reply (MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *reply) in lan_reply() argument
214 if (mf == NULL) { in lan_reply()
500 MPT_FRAME_HDR *mf; in mpt_lan_reset() local
504 mf = mpt_get_msg_frame(LanCtx, priv->mpt_dev->id); in mpt_lan_reset()
506 if (mf == NULL) { in mpt_lan_reset()
513 pResetReq = (LANResetRequest_t *) mf; in mpt_lan_reset()
522 mpt_put_msg_frame(LanCtx, priv->mpt_dev->id, mf); in mpt_lan_reset()
734 MPT_FRAME_HDR *mf; in mpt_lan_sdu_send() local
756 mf = mpt_get_msg_frame(LanCtx, mpt_dev->id); in mpt_lan_sdu_send()
757 if (mf == NULL) { in mpt_lan_sdu_send()
772 pSendReq = (LANSendRequest_t *) mf; in mpt_lan_sdu_send()
861 mpt_put_msg_frame (LanCtx, mpt_dev->id, mf); in mpt_lan_sdu_send()
1219 MPT_FRAME_HDR *mf; in mpt_lan_post_receive_buckets() local
1241 mf = mpt_get_msg_frame(LanCtx, mpt_dev->id); in mpt_lan_post_receive_buckets()
1242 if (mf == NULL) { in mpt_lan_post_receive_buckets()
1249 pRecvReq = (LANReceivePostRequest_t *) mf; in mpt_lan_post_receive_buckets()
1331 mpt_free_msg_frame(LanCtx, mpt_dev->id, mf); in mpt_lan_post_receive_buckets()
1345 mpt_put_msg_frame(LanCtx, mpt_dev->id, mf); in mpt_lan_post_receive_buckets()