Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c862 pMil->pNonphysical->TxDescQRead = pMil->Tx_desc; in amd8111s_allocate_descriptors()
1145 while (pNonphysical->TxDescQRead->Tx_OWN == 0 && in amd8111s_recycle_tx()
1146 pNonphysical->TxDescQRead != pNonphysical->TxDescQWrite) { in amd8111s_recycle_tx()
1149 pNonphysical->TxDescQRead++; in amd8111s_recycle_tx()
1150 if (pNonphysical->TxDescQRead > pNonphysical->TxDescQEnd) { in amd8111s_recycle_tx()
1151 pNonphysical->TxDescQRead = pNonphysical->TxDescQStart; in amd8111s_recycle_tx()
1185 pNonphysical->TxDescQRead) in amd8111s_send_serial()
H A Damd8111s_hw.h943 struct tx_desc *TxDescQRead; /* The next ring entry to be freed */ member
H A Damd8111s_hw.c1706 pNonphysical->TxDescQRead = pNonphysical->TxDescQStart; in milResetTxQ()