Lines Matching refs:ei_status
97 /* Flags. We rename an existing ei_status field to store flags!
209 * in the 'dev' and 'ei_status' structures.
369 ei_status.name = pci_clone_list[chip_idx].name;
370 ei_status.tx_start_page = start_page;
371 ei_status.stop_page = stop_page;
372 ei_status.word16 = 1;
373 ei_status.ne2k_flags = flags;
376 ei_status.ne2k_flags |= FORCE_FDX;
379 ei_status.rx_start_page = start_page + TX_PAGES;
382 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE;
385 ei_status.reset_8390 = &ne2k_pci_reset_8390;
386 ei_status.block_input = &ne2k_pci_block_input;
387 ei_status.block_output = &ne2k_pci_block_output;
388 ei_status.get_8390_hdr = &ne2k_pci_get_8390_hdr;
389 ei_status.priv = (unsigned long) pdev;
439 if (ei_status.ne2k_flags & REALTEK_FDX)
441 else if (ei_status.ne2k_flags & HOLTEK_FDX)
455 if (ei_status.ne2k_flags & FORCE_FDX)
482 ei_status.txing = 0;
483 ei_status.dmaing = 0;
508 if (ei_status.dmaing) {
510 __func__, ei_status.dmaing, ei_status.irqlock);
514 ei_status.dmaing |= 0x01;
522 if (ei_status.ne2k_flags & ONLY_16BIT_IO) {
531 ei_status.dmaing &= ~0x01;
549 if (ei_status.dmaing) {
551 __func__, ei_status.dmaing, ei_status.irqlock);
554 ei_status.dmaing |= 0x01;
555 if (ei_status.ne2k_flags & ONLY_32BIT_IO)
564 if (ei_status.ne2k_flags & ONLY_16BIT_IO) {
584 ei_status.dmaing &= ~0x01;
596 if (ei_status.ne2k_flags & ONLY_32BIT_IO)
605 if (ei_status.dmaing) {
607 __func__, ei_status.dmaing, ei_status.irqlock);
610 ei_status.dmaing |= 0x01;
634 if (ei_status.ne2k_flags & ONLY_16BIT_IO) {
661 ei_status.dmaing &= ~0x01;