Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dn_r3964.c370 pInfo->rx_first = pInfo->rx_last = pHeader; in add_rx_queue()
383 (int)pInfo->rx_first, pInfo->blocks_in_rx_queue); in add_rx_queue()
396 (int)pInfo->rx_first, (int)pInfo->rx_last, pInfo->blocks_in_rx_queue ); in remove_from_rx_queue()
403 if(pInfo->rx_first == pHeader) in remove_from_rx_queue()
406 pInfo->rx_first = pHeader->next; in remove_from_rx_queue()
408 if(pInfo->rx_first==NULL) in remove_from_rx_queue()
417 for(pFind=pInfo->rx_first; pFind; pFind=pFind->next) in remove_from_rx_queue()
440 (int)pInfo->rx_first, (int)pInfo->rx_last, pInfo->blocks_in_rx_queue ); in remove_from_rx_queue()
1144 pInfo->rx_first = pInfo->rx_last = NULL; in r3964_open()
/linux-2.4.37.9/include/linux/
Dn_r3964.h197 struct r3964_block_header *rx_first; member
/linux-2.4.37.9/drivers/net/
Deexpress.c145 unsigned short rx_first; /* first rx buf, same as RX_BUF_START */ member
1401 lp->rx_first = lp->rx_ptr = rx_block; in eexp_hw_rxinit()
1433 outw(lp->rx_first + 6, ioaddr+WRITE_PTR); in eexp_hw_rxinit()
1434 outw(lp->rx_first + 0x16, ioaddr+DATAPORT); in eexp_hw_rxinit()
1438 outw(lp->rx_first, ioaddr+DATAPORT); in eexp_hw_rxinit()
1442 outw(lp->rx_first + 0x16, ioaddr+DATAPORT); in eexp_hw_rxinit()