Searched refs:RxBufDescQRead (Results 1 – 3 of 3) sorted by relevance
1756 pNonphysical->RxBufDescQRead->descriptor = pMil->Rx_desc; in milInitRxQ()1761 pNonphysical->RxBufDescQRead->USpaceMap = pMil->USpaceMapArray; in milInitRxQ()1768 pNonphysical->RxBufDescQRead->descriptor->Rx_BCNT in milInitRxQ()1771 *(pNonphysical->RxBufDescQRead->USpaceMap) = in milInitRxQ()1774 pNonphysical->RxBufDescQRead->descriptor->Rx_Base_Addr in milInitRxQ()1777 pNonphysical->RxBufDescQRead->descriptor->Rx_OWN = 1; in milInitRxQ()1778 pNonphysical->RxBufDescQRead->descriptor++; in milInitRxQ()1779 pNonphysical->RxBufDescQRead->USpaceMap++; in milInitRxQ()1784 pNonphysical->RxBufDescQRead->descriptor = in milInitRxQ()1786 pNonphysical->RxBufDescQRead->USpaceMap = in milInitRxQ()[all …]
516 descriptor = pNonphysical->RxBufDescQRead->descriptor; in amd8111s_recv_copy()518 pNonphysical->RxBufDescQRead->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()595 pNonphysical->RxBufDescQRead->descriptor = in amd8111s_recv_copy()597 pNonphysical->RxBufDescQRead->USpaceMap = in amd8111s_recv_copy()
951 struct Rx_Buf_Desc *RxBufDescQRead; member