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

/drivers/net/ethernet/i825xx/
H A Dlib82596.c309 struct i596_rfd rfds[RX_RING_SIZE] __attribute__((aligned(32))); member in struct:i596_dma
495 for (i = 0, rfd = dma->rfds; i < rx_ring_size; i++, rfd++) {
502 lp->rfd_head = dma->rfds;
503 dma->scb.rfd = SWAP32(virt_to_dma(lp, dma->rfds));
504 rfd = dma->rfds;
506 rfd->v_prev = dma->rfds + rx_ring_size - 1;
507 rfd = dma->rfds + rx_ring_size - 1;
508 rfd->v_next = dma->rfds;
509 rfd->b_next = SWAP32(virt_to_dma(lp, dma->rfds));
542 dma->rfds[
[all...]
H A D82596.c329 struct i596_rfd rfds[RX_RING_SIZE]; member in struct:i596_private
577 for (i = 0, rfd = lp->rfds; i < rx_ring_size; i++, rfd++) {
584 lp->rfd_head = lp->rfds;
585 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds));
586 rfd = lp->rfds;
588 rfd->v_prev = lp->rfds + rx_ring_size - 1;
589 rfd = lp->rfds + rx_ring_size - 1;
590 rfd->v_next = lp->rfds;
591 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds));
606 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
1063 struct param_range rfds = { .min = 16, .max = 256, .count = 256 }; local
1071 nic->params.rfds = rfds;
2122 unsigned int i, count = nic->params.rfds.count;
2144 unsigned int i, count = nic->params.rfds.count;
2543 struct param_range *rfds = &nic->params.rfds; local
2546 ring->rx_max_pending = rfds->max;
2548 ring->rx_pending = rfds
2556 struct param_range *rfds = &nic->params.rfds; local
[all...]

Completed in 81 milliseconds