Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sun/
Dcassini.c915 } else if (cp->cas_flags & CAS_FLAG_SATURN) { in cas_phy_init()
962 if (cp->cas_flags & CAS_FLAG_SATURN) in cas_phy_init()
3094 if ((cp->cas_flags & CAS_FLAG_SATURN) && cp->crc_size) in cas_init_mac()
3398 cp->cas_flags |= CAS_FLAG_SATURN; in cas_check_pci_invariants()
3857 if (cp->cas_flags & CAS_FLAG_SATURN) in cas_shutdown()
4555 cmd->transceiver = (cp->cas_flags & CAS_FLAG_SATURN) ? in cas_get_settings()
5078 if (cp->cas_flags & CAS_FLAG_SATURN) in cas_init_one()
Dcassini.h2804 #define CAS_FLAG_SATURN 0x00000008 macro