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