Lines Matching defs:pMil

1705 	struct nonphysical *pNonphysical = pLayerPointers->pMil->pNonphysical;
1735 pLayerPointers->pMil->name = DEVICE_CHIPNAME;
1752 struct mil *pMil = pLayerPointers->pMil;
1753 struct nonphysical *pNonphysical = pMil->pNonphysical;
1756 pNonphysical->RxBufDescQRead->descriptor = pMil->Rx_desc;
1757 pNonphysical->RxBufDescQStart->descriptor = pMil->Rx_desc;
1759 &(pMil->Rx_desc[pMil->RxRingSize - 1]);
1761 pNonphysical->RxBufDescQRead->USpaceMap = pMil->USpaceMapArray;
1762 pNonphysical->RxBufDescQStart->USpaceMap = pMil->USpaceMapArray;
1764 &(pMil->USpaceMapArray[pMil->RxRingSize - 1]);
1767 for (i = 0; i < pMil->RxRingSize; i++) {
1769 = (unsigned)pMil->RxBufSize;
1807 /* 1) For mil structure (pLayerPointers->pMil) */
1813 *(++mem_free_array) = (ULONG)pLayerPointers->pMil;
1820 *(++mem_free_array) = pLayerPointers->pMil->RxRingSize *
1823 *(++mem_free_array) = (ULONG)pLayerPointers->pMil->USpaceMapArray;
1832 *(++mem_free_array) = (ULONG)pLayerPointers->pMil->pNonphysical;
1844 (ULONG)pLayerPointers->pMil->pNonphysical->RxBufDescQRead;
1852 (ULONG)pLayerPointers->pMil->pNonphysical->RxBufDescQStart;
1860 (ULONG)pLayerPointers->pMil->pNonphysical->RxBufDescQEnd;
1888 /* 1) For mil structure (pLayerPointers->pMil) */
1894 /* 2) For USpaceMapArray queue (pLayerPointers->pMil->USpaceMapArray) */
1950 struct mil *pMil;
1961 pMil = (struct mil *)(*pmem_set_array);
1962 pLayerPointers->pMil = pMil;
1964 pMil->RxRingSize = RxRingSize;
1965 pMil->TxRingSize = TxRingSize;
1966 pMil->RxBufSize = RxBufSize;
1973 pMil->USpaceMapArray = (long *)(*pmem_set_array);
1982 pMil->pNonphysical =
1995 pMil->pNonphysical->RxBufDescQRead =
2004 pMil->pNonphysical->RxBufDescQStart =
2013 pMil->pNonphysical->RxBufDescQEnd =