Searched refs:rfds (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/i825xx/
H A Dlib82596.c308 struct i596_rfd rfds[RX_RING_SIZE] __attribute__((aligned(32))); member in struct:i596_dma
494 for (i = 0, rfd = dma->rfds; i < rx_ring_size; i++, rfd++) {
501 lp->rfd_head = dma->rfds;
502 dma->scb.rfd = SWAP32(virt_to_dma(lp, dma->rfds));
503 rfd = dma->rfds;
505 rfd->v_prev = dma->rfds + rx_ring_size - 1;
506 rfd = dma->rfds + rx_ring_size - 1;
507 rfd->v_next = dma->rfds;
508 rfd->b_next = SWAP32(virt_to_dma(lp, dma->rfds));
541 dma->rfds[
[all...]
H A D82596.c332 struct i596_rfd rfds[RX_RING_SIZE]; member in struct:i596_private
575 for (i = 0, rfd = lp->rfds; i < rx_ring_size; i++, rfd++) {
582 lp->rfd_head = lp->rfds;
583 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds));
584 rfd = lp->rfds;
586 rfd->v_prev = lp->rfds + rx_ring_size - 1;
587 rfd = lp->rfds + rx_ring_size - 1;
588 rfd->v_next = lp->rfds;
589 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds));
604 lp->rfds[
[all...]
H A Dsun3_82586.c859 volatile struct rfd_struct *rfds=p->rfd_top;
864 rbds = (struct rbd_struct *) make32(rfds->rbd_offset);
865 printk("%04x:%04x ",rfds->status,rbds->status);
866 rfds = (struct rfd_struct *) make32(rfds->next);
/drivers/net/ethernet/intel/
H A De100.c561 struct param_range rfds; member in struct:params
1066 struct param_range rfds = { .min = 16, .max = 256, .count = 256 }; local
1074 nic->params.rfds = rfds;
2156 unsigned int i, count = nic->params.rfds.count;
2178 unsigned int i, count = nic->params.rfds.count;
2577 struct param_range *rfds = &nic->params.rfds; local
2580 ring->rx_max_pending = rfds->max;
2582 ring->rx_pending = rfds
2590 struct param_range *rfds = &nic->params.rfds; local
[all...]

Completed in 54 milliseconds