Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c875 pMil->pNonphysical->TxDescQWrite->Tx_OWN = 0; in amd8111s_allocate_descriptors()
1146 while (pNonphysical->TxDescQRead->Tx_OWN == 0 && in amd8111s_recycle_tx()
1206 pNonphysical->TxDescQWrite->Tx_OWN = 1; in amd8111s_send_serial()
1428 while ((pTx_desc->Tx_OWN == 0) && (desc_count < TX_RING_SIZE)) { in amd8111s_tx_drain()
H A Damd8111s_hw.h785 unsigned int Tx_OWN :1; /* Own Bit for the Transmit */ member
H A Damd8111s_hw.c1713 pNonphysical->TxDescQWrite->Tx_OWN = 0; in milResetTxQ()