Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c1754 pNonphysical->RxBufDescQRead->descriptor = pMil->Rx_desc; in milInitRxQ()
1766 pNonphysical->RxBufDescQRead->descriptor->Rx_BCNT in milInitRxQ()
1769 *(pNonphysical->RxBufDescQRead->USpaceMap) = in milInitRxQ()
1772 pNonphysical->RxBufDescQRead->descriptor->Rx_Base_Addr in milInitRxQ()
1775 pNonphysical->RxBufDescQRead->descriptor->Rx_OWN = 1; in milInitRxQ()
1776 pNonphysical->RxBufDescQRead->descriptor++; in milInitRxQ()
1777 pNonphysical->RxBufDescQRead->USpaceMap++; in milInitRxQ()
1782 pNonphysical->RxBufDescQRead->descriptor = in milInitRxQ()
1784 pNonphysical->RxBufDescQRead->USpaceMap = in milInitRxQ()
1842 (ULONG)pLayerPointers->pMil->pNonphysical->RxBufDescQRead; in milFreeResources()
[all …]
H A Damd8111s_main.c516 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()
H A Damd8111s_hw.h949 struct Rx_Buf_Desc *RxBufDescQRead; member