Searched refs:pMil (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_hw.c | 1705 struct nonphysical *pNonphysical = pLayerPointers->pMil->pNonphysical; in milResetTxQ() 1735 pLayerPointers->pMil->name = DEVICE_CHIPNAME; in milInitGlbds() 1752 struct mil *pMil = pLayerPointers->pMil; in milInitRxQ() local 1753 struct nonphysical *pNonphysical = pMil->pNonphysical; in milInitRxQ() 1756 pNonphysical->RxBufDescQRead->descriptor = pMil->Rx_desc; in milInitRxQ() 1757 pNonphysical->RxBufDescQStart->descriptor = pMil->Rx_desc; in milInitRxQ() 1759 &(pMil->Rx_desc[pMil->RxRingSize - 1]); in milInitRxQ() 1761 pNonphysical->RxBufDescQRead->USpaceMap = pMil->USpaceMapArray; in milInitRxQ() 1762 pNonphysical->RxBufDescQStart->USpaceMap = pMil->USpaceMapArray; in milInitRxQ() 1764 &(pMil->USpaceMapArray[pMil->RxRingSize - 1]); in milInitRxQ() [all …]
|
H A D | amd8111s_main.c | 512 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 D | amd8111s_hw.h | 1001 struct mil *pMil; member
|