Searched refs:rx_start_page (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c503.c331 ei_status.rx_start_page = EL2_MB1_START_PG;
334 ei_status.rx_start_page = EL2_MB1_START_PG + TX_PAGES;
370 ei_status.rx_start_page = EL2_MB1_START_PG + TX_PAGES;
483 outb(ei_status.rx_start_page, E33G_STARTPG);
H A Dlib8390.c683 int num_rx_pages = ei_local->stop_page-ei_local->rx_start_page;
697 this_frame = ei_local->rx_start_page;
785 next_frame = ei_local->rx_start_page;
1059 ei_outb_p(ei_local->rx_start_page, e8390_base + EN0_STARTPG);
1061 ei_local->current_page = ei_local->rx_start_page; /* assert boundary+1 */
1077 ei_outb_p(ei_local->rx_start_page, e8390_base + EN1_CURPAG);
H A Dhydra.c156 ei_status.rx_start_page = start_page + TX_PAGES;
H A Dstnic.c141 ei_status.rx_start_page = START_PG + TX_PAGES;
H A D8390.h91 unsigned char tx_start_page, rx_start_page, stop_page; member in struct:ei_device
H A Dmac8390.c541 ei_status.rx_start_page = CABLETRON_RX_START_PG;
547 ei_status.rx_start_page = WD_START_PG + TX_PAGES;
H A Des3210.c277 ei_status.rx_start_page = ES_START_PG + TX_PAGES;
H A Dlne390.c254 ei_status.rx_start_page = LNE390_START_PG + TX_PAGES;
H A Dne3210.c187 ei_status.rx_start_page = NE3210_START_PG + TX_PAGES;
H A Dac3200.c250 ei_status.rx_start_page = AC_START_PG + TX_PAGES;
H A De2100.c239 ei_status.rx_start_page = E21_RX_START_PG;
H A Dhp-plus.c250 ei_status.rx_start_page = HP_START_PG + TX_PAGES/2;
H A Dhp.c204 ei_status.rx_start_page = HP_START_PG + TX_PAGES;
H A Dzorro8390.c245 ei_status.rx_start_page = start_page + TX_PAGES;
H A Dsmc-mca.c380 ei_status.rx_start_page = START_PG + TX_PAGES;
H A Dsmc-ultra32.c274 ei_status.rx_start_page = TX_PAGES;
H A Dapne.c330 ei_status.rx_start_page = start_page + TX_PAGES;
H A Dne-h8300.c327 ei_status.rx_start_page = start_page + TX_PAGES;
H A Dne2.c478 ei_status.rx_start_page = start_page + TX_PAGES;
H A Dne2k-pci.c362 ei_status.rx_start_page = start_page + TX_PAGES;
H A Dsmc-ultra.c290 ei_status.rx_start_page = START_PG + TX_PAGES;
H A Dwd.c322 ei_status.rx_start_page = WD_START_PG + TX_PAGES;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Daxnet_cs.c358 ei_status.rx_start_page = AXNET_START_PG + TX_PAGES;
1421 this_frame = ei_local->rx_start_page;
1496 next_frame = ei_local->rx_start_page;
1712 outb_p(ei_local->rx_start_page, e8390_base + EN0_STARTPG);
1714 ei_local->current_page = ei_local->rx_start_page; /* assert boundary+1 */
1730 outb_p(ei_local->rx_start_page, e8390_base + EN1_CURPAG);
H A Dpcnet_cs.c1387 ei_status.rx_start_page = start_pg + TX_PAGES;
1444 - (ei_status.rx_start_page << 8);
1458 - (ei_status.rx_start_page << 8);
1535 ei_status.rx_start_page = start_pg + TX_PAGES;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Detherh.c746 ei_local->rx_start_page = ei_local->tx_start_page + TX_PAGES;

Completed in 131 milliseconds

12