Home
last modified time | relevance | path

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

/drivers/net/
Dne2k-pci.c96 #define ne2k_flags reg0 macro
355 ei_status.ne2k_flags = flags; in ne2k_pci_init_one()
358 ei_status.ne2k_flags |= FORCE_FDX; in ne2k_pci_init_one()
424 if (ei_status.ne2k_flags & REALTEK_FDX) in ne2k_pci_set_fdx()
426 else if (ei_status.ne2k_flags & HOLTEK_FDX) in ne2k_pci_set_fdx()
438 if (ei_status.ne2k_flags & FORCE_FDX) in ne2k_pci_open()
500 if (ei_status.ne2k_flags & ONLY_16BIT_IO) { in ne2k_pci_get_8390_hdr()
530 if (ei_status.ne2k_flags & ONLY_32BIT_IO) in ne2k_pci_block_input()
539 if (ei_status.ne2k_flags & ONLY_16BIT_IO) { in ne2k_pci_block_input()
571 if (ei_status.ne2k_flags & ONLY_32BIT_IO) in ne2k_pci_block_output()
[all …]