tag | line | file | source code |
tx_first_in_use | 61 | drivers/net/wavelan.c | unsigned short tx_first_in_use; |
tx_first_in_use | 1141 | drivers/net/wavelan.c | lp->tx_first_in_use = I82586NULL; |
tx_first_in_use | 1350 | drivers/net/wavelan.c | if (lp->tx_first_in_use == I82586NULL) |
tx_first_in_use | 1351 | drivers/net/wavelan.c | lp->tx_first_in_use = txblock; |
tx_first_in_use | 1713 | drivers/net/wavelan.c | if (lp->tx_first_in_use == I82586NULL) |
tx_first_in_use | 1716 | drivers/net/wavelan.c | obram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status), (unsigned char *)&tx_status, sizeof(tx_status)); |
tx_first_in_use | 1731 | drivers/net/wavelan.c | lp->tx_first_in_use = I82586NULL; |
tx_first_in_use | 1734 | drivers/net/wavelan.c | lp->tx_first_in_use += TXBLOCKZ; |
tx_first_in_use | 1735 | drivers/net/wavelan.c | if (lp->tx_first_in_use >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ) |
tx_first_in_use | 1736 | drivers/net/wavelan.c | lp->tx_first_in_use -= NTXBLOCKS * TXBLOCKZ; |
tx_first_in_use | 2434 | drivers/net/wavelan.c | for (i = 0, p = lp->tx_first_in_use; i < NTXBLOCKS; i++) |
tx_first_in_use | 2471 | drivers/net/wavelan.c | printk(" tx_first_in_use=0x%x,", lp->tx_first_in_use); |