Searched refs:pNonphysical (Results 1 – 3 of 3) sorted by relevance
512 struct nonphysical *pNonphysical = pLayerPointers->pMil in amd8111s_recv_copy() local513 ->pNonphysical; in amd8111s_recv_copy()516 descriptor = pNonphysical->RxBufDescQRead->descriptor; in amd8111s_recv_copy()518 pNonphysical->RxBufDescQRead->descriptor - in amd8111s_recv_copy()519 pNonphysical->RxBufDescQStart->descriptor, in amd8111s_recv_copy()572 bcopy((long *)*(pNonphysical->RxBufDescQRead->USpaceMap), in amd8111s_recv_copy()591 pNonphysical->RxBufDescQRead->descriptor++; in amd8111s_recv_copy()592 pNonphysical->RxBufDescQRead->USpaceMap++; in amd8111s_recv_copy()593 if (pNonphysical->RxBufDescQRead->descriptor > in amd8111s_recv_copy()594 pNonphysical->RxBufDescQEnd->descriptor) { in amd8111s_recv_copy()[all …]
1705 struct nonphysical *pNonphysical = pLayerPointers->pMil->pNonphysical; in milResetTxQ() local1708 pNonphysical->TxDescQRead = pNonphysical->TxDescQStart; in milResetTxQ()1709 pNonphysical->TxDescQWrite = pNonphysical->TxDescQStart; in milResetTxQ()1713 pNonphysical->TxDescQWrite->Tx_OWN = 0; in milResetTxQ()1714 pNonphysical->TxDescQWrite->Tx_SOP = 0; in milResetTxQ()1715 pNonphysical->TxDescQWrite->Tx_EOP = 0; in milResetTxQ()1716 pNonphysical->TxDescQWrite++; in milResetTxQ()1718 pNonphysical->TxDescQWrite = pNonphysical->TxDescQStart; in milResetTxQ()1753 struct nonphysical *pNonphysical = pMil->pNonphysical; in milInitRxQ() local1756 pNonphysical->RxBufDescQRead->descriptor = pMil->Rx_desc; in milInitRxQ()[all …]
982 struct nonphysical *pNonphysical; member