Lines Matching defs:count
56 static void wd_block_input(struct net_device *dev, int count,
58 static void wd_block_output(struct net_device *dev, int count,
427 hdr->count = le16_to_cpu(hdr->count);
439 wd_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
445 if (offset + count > ei_status.priv) {
449 count -= semi_count;
450 memcpy_fromio(skb->data + semi_count, ei_status.mem + TX_PAGES * 256, count);
453 memcpy_fromio(skb->data, xfer_start, count);
462 wd_block_output(struct net_device *dev, int count, const unsigned char *buf,
472 memcpy_toio(shmem, buf, count);
475 memcpy_toio(shmem, buf, count);