Searched refs:tx_start_page (Results 1 - 16 of 16) sorted by path

/linux-master/drivers/net/ethernet/8390/
H A D8390.h94 unsigned char tx_start_page, rx_start_page, stop_page; member in struct:ei_device
H A Dapne.c325 ei_status.tx_start_page = start_page;
H A Dax88796.c773 ei_local->tx_start_page = start_page;
780 ei_local->stop_page = ei_local->tx_start_page + PACKETBUF_MEMSIZE;
H A Daxnet_cs.c310 ei_status.tx_start_page = AXNET_START_PG;
993 output_page = ei_local->tx_start_page;
1004 output_page = ei_local->tx_start_page + TX_PAGES/2;
1046 if (output_page == ei_local->tx_start_page)
1273 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6);
1292 NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page);
1646 outb_p(ei_local->tx_start_page, e8390_base + EN0_TPSR);
H A Detherh.c81 unsigned char tx_start_page; member in struct:etherh_data
738 ei_local->tx_start_page = data->tx_start_page;
739 ei_local->rx_start_page = ei_local->tx_start_page + TX_PAGES;
788 .tx_start_page = ETHERM_TX_START_PAGE,
799 .tx_start_page = ETHERH_TX_START_PAGE,
809 .tx_start_page = ETHERH_TX_START_PAGE,
819 .tx_start_page = ETHERH_TX_START_PAGE,
H A Dhydra.c150 ei_status.tx_start_page = start_page;
H A Dlib8390.c348 output_page = ei_local->tx_start_page;
356 output_page = ei_local->tx_start_page + TX_PAGES/2;
387 if (output_page == ei_local->tx_start_page) {
600 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6);
615 NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page);
1034 ei_outb_p(ei_local->tx_start_page, e8390_base + EN0_TPSR);
H A Dmac8390.c511 ei_status.tx_start_page = CABLETRON_TX_START_PG;
517 ei_status.tx_start_page = WD_START_PG;
H A Dmcf8390.c380 ei_local->tx_start_page = start_page;
H A Dne.c507 ei_status.tx_start_page = start_page;
516 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE;
H A Dne2k-pci.c370 ei_status.tx_start_page = start_page;
382 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE;
H A Dpcnet_cs.c1313 ei_status.tx_start_page = start_pg;
1405 shmem -= ei_status.tx_start_page << 8;
1465 ei_status.tx_start_page = start_pg;
H A Dsmc-ultra.c295 ei_status.tx_start_page = START_PG;
H A Dstnic.c142 ei_status.tx_start_page = START_PG;
H A Dwd.c323 ei_status.tx_start_page = WD_START_PG;
H A Dzorro8390.c367 ei_status.tx_start_page = start_page;

Completed in 280 milliseconds