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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_rx.c591 struct fbr_desc *fbr_entry; local
631 fbr_entry = (struct fbr_desc *) rx_local->pFbr1RingVa;
633 fbr_entry->addr_hi = rx_local->fbr[1]->bus_high[entry];
634 fbr_entry->addr_lo = rx_local->fbr[1]->bus_low[entry];
635 fbr_entry->word2 = entry;
636 fbr_entry++;
656 fbr_entry = (struct fbr_desc *) rx_local->pFbr0RingVa;
658 fbr_entry->addr_hi = rx_local->fbr[0]->bus_high[entry];
659 fbr_entry->addr_lo = rx_local->fbr[0]->bus_low[entry];
660 fbr_entry
[all...]

Completed in 60 milliseconds