tag | line | file | source code |
leptr | 189 | drivers/net/sunlance.c | int leptr; |
leptr | 191 | drivers/net/sunlance.c | leptr = LANCE_ADDR (ib); |
leptr | 193 | drivers/net/sunlance.c | ll->rdp = (leptr & 0xFFFF); |
leptr | 195 | drivers/net/sunlance.c | ll->rdp = leptr >> 16; |
leptr | 212 | drivers/net/sunlance.c | int leptr; |
leptr | 237 | drivers/net/sunlance.c | leptr = LANCE_ADDR(&ib->tx_buf[i][0]); |
leptr | 238 | drivers/net/sunlance.c | ib->btx_ring [i].tmd0 = leptr; |
leptr | 239 | drivers/net/sunlance.c | ib->btx_ring [i].tmd1_hadr = leptr >> 16; |
leptr | 244 | drivers/net/sunlance.c | if (ZERO) printk ("%d: 0x%8.8x\n", i, leptr); |
leptr | 250 | drivers/net/sunlance.c | leptr = LANCE_ADDR(&ib->rx_buf[i][0]); |
leptr | 252 | drivers/net/sunlance.c | ib->brx_ring [i].rmd0 = leptr; |
leptr | 253 | drivers/net/sunlance.c | ib->brx_ring [i].rmd1_hadr = leptr >> 16; |
leptr | 258 | drivers/net/sunlance.c | if (ZERO) printk ("%d: 0x%8.8x\n", i, leptr); |
leptr | 264 | drivers/net/sunlance.c | leptr = LANCE_ADDR(&ib->brx_ring); |
leptr | 265 | drivers/net/sunlance.c | ib->rx_len = (LANCE_LOG_RX_BUFFERS << 13) | (leptr >> 16); |
leptr | 266 | drivers/net/sunlance.c | ib->rx_ptr = leptr; |
leptr | 267 | drivers/net/sunlance.c | if (ZERO) printk ("RX ptr: %8.8x\n", leptr); |
leptr | 270 | drivers/net/sunlance.c | leptr = LANCE_ADDR(&ib->btx_ring); |
leptr | 271 | drivers/net/sunlance.c | ib->tx_len = (LANCE_LOG_TX_BUFFERS << 13) | (leptr >> 16); |
leptr | 272 | drivers/net/sunlance.c | ib->tx_ptr = leptr; |
leptr | 273 | drivers/net/sunlance.c | if (ZERO) printk ("TX ptr: %8.8x\n", leptr); |