mpt_dev            89 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev;
mpt_dev           384 drivers/message/fusion/mptlan.c 		MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev           388 drivers/message/fusion/mptlan.c 		if (mpt_dev->active)
mpt_dev           470 drivers/message/fusion/mptlan.c 	mf = mpt_get_msg_frame(LanCtx, priv->mpt_dev);
mpt_dev           488 drivers/message/fusion/mptlan.c 	mpt_put_msg_frame(LanCtx, priv->mpt_dev, mf);
mpt_dev           498 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev           522 drivers/message/fusion/mptlan.c 			pci_unmap_single(mpt_dev->pcidev, priv->RcvCtl[i].dma,
mpt_dev           534 drivers/message/fusion/mptlan.c 			pci_unmap_single(mpt_dev->pcidev, priv->SendCtl[i].dma,
mpt_dev           558 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev           560 drivers/message/fusion/mptlan.c 	if (mpt_dev->active) {
mpt_dev           572 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev           588 drivers/message/fusion/mptlan.c 	pci_unmap_single(mpt_dev->pcidev, priv->SendCtl[ctx].dma,
mpt_dev           605 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev           654 drivers/message/fusion/mptlan.c 		pci_unmap_single(mpt_dev->pcidev, priv->SendCtl[ctx].dma,
mpt_dev           678 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev           702 drivers/message/fusion/mptlan.c 	mf = mpt_get_msg_frame(LanCtx, mpt_dev);
mpt_dev           726 drivers/message/fusion/mptlan.c         dma = pci_map_single(mpt_dev->pcidev, skb->data, skb->len,
mpt_dev           784 drivers/message/fusion/mptlan.c 	mpt_put_msg_frame (LanCtx, mpt_dev, mf);
mpt_dev           853 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev           874 drivers/message/fusion/mptlan.c 		pci_dma_sync_single_for_cpu(mpt_dev->pcidev, priv->RcvCtl[ctx].dma,
mpt_dev           879 drivers/message/fusion/mptlan.c 		pci_dma_sync_single_for_device(mpt_dev->pcidev, priv->RcvCtl[ctx].dma,
mpt_dev           888 drivers/message/fusion/mptlan.c 	pci_unmap_single(mpt_dev->pcidev, priv->RcvCtl[ctx].dma,
mpt_dev           908 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev           933 drivers/message/fusion/mptlan.c 		pci_unmap_single(mpt_dev->pcidev, priv->RcvCtl[ctx].dma,
mpt_dev           963 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev          1034 drivers/message/fusion/mptlan.c 			pci_dma_sync_single_for_cpu(mpt_dev->pcidev,
mpt_dev          1040 drivers/message/fusion/mptlan.c 			pci_dma_sync_single_for_device(mpt_dev->pcidev,
mpt_dev          1062 drivers/message/fusion/mptlan.c 		pci_dma_sync_single_for_cpu(mpt_dev->pcidev,
mpt_dev          1069 drivers/message/fusion/mptlan.c 		pci_dma_sync_single_for_device(mpt_dev->pcidev,
mpt_dev          1083 drivers/message/fusion/mptlan.c 		pci_unmap_single(mpt_dev->pcidev, priv->RcvCtl[ctx].dma,
mpt_dev          1142 drivers/message/fusion/mptlan.c 	MPT_ADAPTER *mpt_dev = priv->mpt_dev;
mpt_dev          1161 drivers/message/fusion/mptlan.c 	max = (mpt_dev->req_sz - MPT_LAN_RECEIVE_POST_REQUEST_SIZE) /
mpt_dev          1165 drivers/message/fusion/mptlan.c 		mf = mpt_get_msg_frame(LanCtx, mpt_dev);
mpt_dev          1176 drivers/message/fusion/mptlan.c 		mpt_dev->RequestNB[i] = 0;
mpt_dev          1205 drivers/message/fusion/mptlan.c 				pci_unmap_single(mpt_dev->pcidev,
mpt_dev          1224 drivers/message/fusion/mptlan.c 				dma = pci_map_single(mpt_dev->pcidev, skb->data,
mpt_dev          1257 drivers/message/fusion/mptlan.c 			mpt_free_msg_frame(mpt_dev, mf);
mpt_dev          1271 drivers/message/fusion/mptlan.c 		mpt_put_msg_frame(LanCtx, mpt_dev, mf);
mpt_dev          1303 drivers/message/fusion/mptlan.c mpt_register_lan_device (MPT_ADAPTER *mpt_dev, int pnum)
mpt_dev          1318 drivers/message/fusion/mptlan.c 	priv->mpt_dev = mpt_dev;
mpt_dev          1332 drivers/message/fusion/mptlan.c 	if (mpt_dev->pfacts[0].MaxLanBuckets < max_buckets_out)
mpt_dev          1333 drivers/message/fusion/mptlan.c 		priv->max_buckets_out = mpt_dev->pfacts[0].MaxLanBuckets;
mpt_dev          1337 drivers/message/fusion/mptlan.c 			mpt_dev->pfacts[0].MaxLanBuckets,
mpt_dev          1346 drivers/message/fusion/mptlan.c 	a = (u8 *) &mpt_dev->lan_cnfg_page1.HardwareAddressLow;
mpt_dev           124 drivers/message/fusion/mptlan.h #define NETDEV_PTR_TO_IOC_NAME_s(d)	(NETDEV_TO_LANPRIV_PTR(d)->mpt_dev->name)