Searched refs:rx_last (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | n_r3964.c | 368 if(pInfo->rx_last == NULL) in add_rx_queue() 370 pInfo->rx_first = pInfo->rx_last = pHeader; in add_rx_queue() 374 pInfo->rx_last->next = pHeader; in add_rx_queue() 375 pInfo->rx_last = pHeader; in add_rx_queue() 396 (int)pInfo->rx_first, (int)pInfo->rx_last, pInfo->blocks_in_rx_queue ); in remove_from_rx_queue() 410 pInfo->rx_last = NULL; in remove_from_rx_queue() 427 pInfo->rx_last = pFind; 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/ |
D | n_r3964.h | 198 struct r3964_block_header *rx_last; member
|
/linux-2.4.37.9/drivers/net/ |
D | wavelan.p.h | 499 u_short rx_last; member
|
D | eexpress.c | 146 unsigned short rx_last; /* last rx buf */ member 1426 lp->rx_last = rx_block; in eexp_hw_rxinit() 1437 outw(lp->rx_last + 4, ioaddr+WRITE_PTR); in eexp_hw_rxinit() 1441 outw(lp->rx_last + 0x16 + 2, ioaddr+WRITE_PTR); in eexp_hw_rxinit()
|
D | wavelan.c | 1251 printk(" rx_last=0x%x,", lp->rx_last); in wv_local_show() 2639 obram_write(ioaddr, fdoff(lp->rx_last, fd_command), in wv_receive() 2643 lp->rx_last = lp->rx_head; in wv_receive() 3091 lp->rx_last = rx; in wv_ru_start()
|