Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A 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 in ne2k_pci_block_output()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A 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 in ne2k_pci_block_output()
[all...]

Completed in 4 milliseconds