Searched refs:txHead (Results 1 – 5 of 5) sorted by relevance
391 int txHead = xMicrelDevice.us_tx_head; in xNetworkInterfaceOutput() local394 if( xMicrelDevice.tx_busy[ txHead ] != pdFALSE ) in xNetworkInterfaceOutput()405 xMicrelDevice.tx_buffers[ txHead ] = pxNetworkBuffer; in xNetworkInterfaceOutput()407 xMicrelDevice.tx_busy[ txHead ] = pdTRUE; in xNetworkInterfaceOutput()410 if( ++txHead == MICREL_TX_BUFFERS ) in xNetworkInterfaceOutput()412 txHead = 0; in xNetworkInterfaceOutput()415 xMicrelDevice.us_tx_head = txHead; in xNetworkInterfaceOutput()
97 volatile int txHead, txTail; member
113 int head = xemacpsif->txHead; in emacps_check_tx()215 int head = xemacpsif->txHead; in emacps_send_message()278 xemacpsif->txHead = head; in emacps_send_message()
106 volatile int txHead, txTail; member
144 int head = xemacpsif->txHead; in emacps_check_tx()246 int head = xemacpsif->txHead; in emacps_send_message()309 xemacpsif->txHead = head; in emacps_send_message()