tag | line | file | source code |
xfer_count | 222 | drivers/net/hp.c | int xfer_count = count; |
xfer_count | 234 | drivers/net/hp.c | buf[count-1] = inb(nic_base - NIC_OFFSET + HP_DATAPORT), xfer_count++; |
xfer_count | 244 | drivers/net/hp.c | if (((ring_offset + xfer_count) & 0xff) != (addr & 0xff)) |
xfer_count | 246 | drivers/net/hp.c | dev->name, ring_offset + xfer_count, addr); |
xfer_count | 292 | drivers/net/ne.c | int xfer_count = count; |
xfer_count | 312 | drivers/net/ne.c | buf[count-1] = inb(NE_BASE + NE_DATAPORT), xfer_count++; |
xfer_count | 329 | drivers/net/ne.c | if (((ring_offset + xfer_count) & 0xff) == low) |
xfer_count | 335 | drivers/net/ne.c | dev->name, ring_offset + xfer_count, addr); |