Lines Matching defs:pMil

512 	struct nonphysical *pNonphysical = pLayerPointers->pMil
768 struct mil *pMil = pLayerPointers->pMil;
787 NULL, (caddr_t *)&pMil->Rx_desc_original, &real_length,
798 NULL, (caddr_t)pMil->Rx_desc_original, real_length,
813 pMil->Rx_desc = (struct rx_desc *)
814 ((pMil->Rx_desc_original + ALIGNMENT) & ~ALIGNMENT);
815 pMil->Rx_desc_pa = (unsigned int)
818 pLayerPointers->pMdl->init_blk->RDRA = pMil->Rx_desc_pa;
834 NULL, (caddr_t *)&pMil->Tx_desc_original, &real_length,
844 NULL, (caddr_t)pMil->Tx_desc_original, real_length,
857 bzero((caddr_t)pMil->Tx_desc_original, length);
860 pMil->Tx_desc = (struct tx_desc *)
861 ((pMil->Tx_desc_original + ALIGNMENT) & ~ALIGNMENT);
862 pMil->pNonphysical->TxDescQRead = pMil->Tx_desc;
863 pMil->pNonphysical->TxDescQWrite = pMil->Tx_desc;
864 pMil->pNonphysical->TxDescQStart = pMil->Tx_desc;
865 pMil->pNonphysical->TxDescQEnd = &(pMil->Tx_desc[TX_RING_SIZE -1]);
868 pLayerPointers->pMil->Tx_desc_pa =
874 pMil->pNonphysical->TxDescQWrite->Tx_RES0 = 0x0f;
875 pMil->pNonphysical->TxDescQWrite->Tx_OWN = 0;
876 pMil->pNonphysical->TxDescQWrite++;
878 pMil->pNonphysical->TxDescQWrite = pMil->pNonphysical->TxDescQStart;
880 pLayerPointers->pMdl->init_blk->TDRA = pMil->Tx_desc_pa;
1145 pNonphysical = pLayerPointers->pMil->pNonphysical;
1157 if (pLayerPointers->pMil->tx_reschedule)
1173 pNonphysical = pLayerPointers->pMil->pNonphysical;
1239 if (pLayerPointers->pMil->tx_reschedule &&
1243 pLayerPointers->pMil->tx_reschedule = B_FALSE;
1285 pLayerPointers->pMil->tx_reschedule = B_TRUE;
1425 struct tx_desc *pTx_desc = adapter->pMil->pNonphysical->TxDescQStart;