Home
last modified time | relevance | path

Searched refs:xfer_count (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dhp.c276 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()
Dne2.c582 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()
Dne.c576 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/
Dwaveartist.c100 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()
Dad1848.c73 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/
Dpcnet_cs.c1392 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()
Daxnet_cs.c888 int xfer_count = count; in block_input() local
901 buf[count-1] = inb(nic_base + AXNET_DATAPORT), xfer_count++; in block_input()