Home
last modified time | relevance | path

Searched refs:ne2k_flags (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/8390/
Dne2k-pci.c100 #define ne2k_flags reg0 macro
373 ei_status.ne2k_flags = flags; in ne2k_pci_init_one()
376 ei_status.ne2k_flags |= FORCE_FDX; in ne2k_pci_init_one()
439 if (ei_status.ne2k_flags & REALTEK_FDX) in ne2k_pci_set_fdx()
441 else if (ei_status.ne2k_flags & HOLTEK_FDX) in ne2k_pci_set_fdx()
455 if (ei_status.ne2k_flags & FORCE_FDX) in ne2k_pci_open()
522 if (ei_status.ne2k_flags & ONLY_16BIT_IO) { in ne2k_pci_get_8390_hdr()
555 if (ei_status.ne2k_flags & ONLY_32BIT_IO) in ne2k_pci_block_input()
564 if (ei_status.ne2k_flags & ONLY_16BIT_IO) { in ne2k_pci_block_input()
596 if (ei_status.ne2k_flags & ONLY_32BIT_IO) in ne2k_pci_block_output()
[all …]