Home
last modified time | relevance | path

Searched refs:pMil (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c1703 struct nonphysical *pNonphysical = pLayerPointers->pMil->pNonphysical; in milResetTxQ()
1733 pLayerPointers->pMil->name = DEVICE_CHIPNAME; in milInitGlbds()
1750 struct mil *pMil = pLayerPointers->pMil; in milInitRxQ() local
1751 struct nonphysical *pNonphysical = pMil->pNonphysical; in milInitRxQ()
1754 pNonphysical->RxBufDescQRead->descriptor = pMil->Rx_desc; in milInitRxQ()
1755 pNonphysical->RxBufDescQStart->descriptor = pMil->Rx_desc; in milInitRxQ()
1757 &(pMil->Rx_desc[pMil->RxRingSize - 1]); in milInitRxQ()
1759 pNonphysical->RxBufDescQRead->USpaceMap = pMil->USpaceMapArray; in milInitRxQ()
1760 pNonphysical->RxBufDescQStart->USpaceMap = pMil->USpaceMapArray; in milInitRxQ()
1762 &(pMil->USpaceMapArray[pMil->RxRingSize - 1]); in milInitRxQ()
[all …]
H A Damd8111s_main.c512 struct nonphysical *pNonphysical = pLayerPointers->pMil in amd8111s_recv_copy()
768 struct mil *pMil = pLayerPointers->pMil; in amd8111s_allocate_descriptors() local
787 NULL, (caddr_t *)&pMil->Rx_desc_original, &real_length, in amd8111s_allocate_descriptors()
798 NULL, (caddr_t)pMil->Rx_desc_original, real_length, in amd8111s_allocate_descriptors()
813 pMil->Rx_desc = (struct rx_desc *) in amd8111s_allocate_descriptors()
814 ((pMil->Rx_desc_original + ALIGNMENT) & ~ALIGNMENT); in amd8111s_allocate_descriptors()
815 pMil->Rx_desc_pa = (unsigned int) in amd8111s_allocate_descriptors()
818 pLayerPointers->pMdl->init_blk->RDRA = pMil->Rx_desc_pa; in amd8111s_allocate_descriptors()
834 NULL, (caddr_t *)&pMil->Tx_desc_original, &real_length, in amd8111s_allocate_descriptors()
844 NULL, (caddr_t)pMil->Tx_desc_original, real_length, in amd8111s_allocate_descriptors()
[all …]
H A Damd8111s_hw.h999 struct mil *pMil; member