taglinefilesource code
tx_fifo_in237drivers/net/d_link.cstatic volatile int    tx_fifo_in = 0;
tx_fifo_in414drivers/net/d_link.cPRINTK(("d_link_start_xmit:len=%d, page %d/%d\n", skb->len, tx_fifo_in, free_tx_pages));
tx_fifo_in422drivers/net/d_link.ctx_fifo[tx_fifo_in] = transmit_from = tx_page_adr(tx_fifo_in) - len;
tx_fifo_in423drivers/net/d_link.ctx_fifo_in = (tx_fifo_in + 1) % TX_PAGES; /* Next free tx page */
tx_fifo_in675drivers/net/d_link.ctx_fifo_in = 0;