Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/8390/
Dne2k-pci.c99 #define ne2k_flags reg0 macro
372 ei_status.ne2k_flags = flags; in ne2k_pci_init_one()
375 ei_status.ne2k_flags |= FORCE_FDX; in ne2k_pci_init_one()
438 if (ei_status.ne2k_flags & REALTEK_FDX) in ne2k_pci_set_fdx()
440 else if (ei_status.ne2k_flags & HOLTEK_FDX) in ne2k_pci_set_fdx()
454 if (ei_status.ne2k_flags & FORCE_FDX) in ne2k_pci_open()
521 if (ei_status.ne2k_flags & ONLY_16BIT_IO) { in ne2k_pci_get_8390_hdr()
554 if (ei_status.ne2k_flags & ONLY_32BIT_IO) in ne2k_pci_block_input()
563 if (ei_status.ne2k_flags & ONLY_16BIT_IO) { in ne2k_pci_block_input()
595 if (ei_status.ne2k_flags & ONLY_32BIT_IO) in ne2k_pci_block_output()
[all …]