Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c512 struct nonphysical *pNonphysical = pLayerPointers->pMil in amd8111s_recv_copy() local
513 ->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 …]
H A Damd8111s_hw.c1705 struct nonphysical *pNonphysical = pLayerPointers->pMil->pNonphysical; in milResetTxQ() local
1708 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() local
1756 pNonphysical->RxBufDescQRead->descriptor = pMil->Rx_desc; in milInitRxQ()
[all …]
H A Damd8111s_hw.h982 struct nonphysical *pNonphysical; member