Searched refs:tx_first (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dn_r3964.h216 struct r3964_block_header *tx_first; member in struct:r3964_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dn_r3964.c242 pInfo->tx_first = pInfo->tx_last = pHeader;
250 TRACE_Q("add_tx_queue %p, length %d, tx_first = %p",
251 pHeader, pHeader->length, pInfo->tx_first);
262 pHeader = pInfo->tx_first;
288 pInfo->tx_first = pHeader->next;
289 if (pInfo->tx_first == NULL) {
298 TRACE_Q("remove_from_tx_queue: tx_first = %p, tx_last = %p",
299 pInfo->tx_first, pInfo->tx_last);
406 if ((pInfo->state == R3964_IDLE) && (pInfo->tx_first != NULL)) {
452 struct r3964_block_header *pBlock = pInfo->tx_first;
[all...]

Completed in 102 milliseconds