Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/8390/
Dne2k-pci.c100 #define ne2k_flags reg0 macro
362 ei_status.ne2k_flags = flags; in ne2k_pci_init_one()
365 ei_status.ne2k_flags |= FORCE_FDX; in ne2k_pci_init_one()
428 if (ei_status.ne2k_flags & REALTEK_FDX) in ne2k_pci_set_fdx()
430 else if (ei_status.ne2k_flags & HOLTEK_FDX) in ne2k_pci_set_fdx()
444 if (ei_status.ne2k_flags & FORCE_FDX) in ne2k_pci_open()
511 if (ei_status.ne2k_flags & ONLY_16BIT_IO) { in ne2k_pci_get_8390_hdr()
544 if (ei_status.ne2k_flags & ONLY_32BIT_IO) in ne2k_pci_block_input()
553 if (ei_status.ne2k_flags & ONLY_16BIT_IO) { in ne2k_pci_block_input()
585 if (ei_status.ne2k_flags & ONLY_32BIT_IO) in ne2k_pci_block_output()
[all …]