Searched refs:xfer_count (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | hp.c | 276 int xfer_count = count; in hp_block_input() local 289 buf[count-1] = inb(nic_base - NIC_OFFSET + HP_DATAPORT), xfer_count++; in hp_block_input() 299 if (((ring_offset + xfer_count) & 0xff) != (addr & 0xff)) in hp_block_input() 301 dev->name, ring_offset + xfer_count, addr); in hp_block_input()
|
D | ne2.c | 582 int xfer_count = count; in ne_block_input() local 607 xfer_count++; in ne_block_input() 627 if (((ring_offset + xfer_count) & 0xff) == low) in ne_block_input() 633 dev->name, ring_offset + xfer_count, addr); in ne_block_input()
|
D | ne.c | 576 int xfer_count = count; in ne_block_input() local 603 xfer_count++; in ne_block_input() 626 if (((ring_offset + xfer_count) & 0xff) == low) in ne_block_input() 632 dev->name, ring_offset + xfer_count, addr); in ne_block_input()
|
/linux-2.4.37.9/drivers/sound/ |
D | waveartist.c | 100 int xfer_count; member 454 count == devc->xfer_count) { in waveartist_output_block() 468 devc->xfer_count = count; in waveartist_output_block() 497 count == devc->xfer_count) { in waveartist_start_input() 511 devc->xfer_count = count; in waveartist_start_input() 605 devc->xfer_count = 0; in waveartist_prepare_for_input() 654 devc->xfer_count = 0; in waveartist_prepare_for_output()
|
D | ad1848.c | 73 int xfer_count; member 1067 cnt == devc->xfer_count) in ad1848_output_block() 1081 devc->xfer_count = cnt; in ad1848_output_block() 1109 cnt == devc->xfer_count) in ad1848_start_input() 1133 devc->xfer_count = cnt; in ad1848_start_input() 1195 devc->xfer_count = 0; in ad1848_prepare_for_output() 1309 devc->xfer_count = 0; in ad1848_prepare_for_input()
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | pcnet_cs.c | 1392 int xfer_count = count; in dma_block_input() local 1415 buf[count-1] = inb(nic_base + PCNET_DATAPORT), xfer_count++; in dma_block_input() 1428 if (((ring_offset + xfer_count) & 0xff) == (addr & 0xff)) in dma_block_input() 1434 dev->name, ring_offset + xfer_count, addr); in dma_block_input()
|
D | axnet_cs.c | 888 int xfer_count = count; in block_input() local 901 buf[count-1] = inb(nic_base + AXNET_DATAPORT), xfer_count++; in block_input()
|