Home
last modified time | relevance | path

Searched refs:TxDescQEnd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c865 pMil->pNonphysical->TxDescQEnd = &(pMil->Tx_desc[TX_RING_SIZE -1]); in amd8111s_allocate_descriptors()
1150 if (pNonphysical->TxDescQRead > pNonphysical->TxDescQEnd) { in amd8111s_recycle_tx()
1183 pNonphysical->TxDescQEnd) ? pNonphysical->TxDescQStart : in amd8111s_send_serial()
1208 if (pNonphysical->TxDescQWrite > pNonphysical->TxDescQEnd) { in amd8111s_send_serial()
H A Damd8111s_hw.h946 struct tx_desc *TxDescQEnd; /* The end of the ring entries */ member