Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.h846 unsigned int Rx_OWN :1; /* Own Bit of Descriptor */ member
H A Damd8111s_main.c521 if ((descriptor->Rx_OWN) == 0) { in amd8111s_recv_copy()
590 descriptor->Rx_OWN = 1; in amd8111s_recv_copy()
H A Damd8111s_hw.c1775 pNonphysical->RxBufDescQRead->descriptor->Rx_OWN = 1; in milInitRxQ()