Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Drtl8139.c139 CpCmd = 0xE0, /* C+ Command register (C+ mode only) */ enumerator
474 uint16_t CpCmd; member
736 return s->CpCmd & CPlusRxEnb; in rtl8139_cp_receiver_enabled()
741 return s->CpCmd & CPlusTxEnb; in rtl8139_cp_transmitter_enabled()
1005 if (s->CpCmd & CPlusRxVLAN && in rtl8139_do_receive()
1055 if (s->CpCmd & CPlusRxChkSum) in rtl8139_do_receive()
1262 s->CpCmd = 0x0; /* reset C+ mode */ in rtl8139_reset()
1417 val = SET_MASKED(val, 0xff84, s->CpCmd); in rtl8139_CpCmd_write()
1419 s->CpCmd = val; in rtl8139_CpCmd_write()
1424 uint32_t ret = s->CpCmd; in rtl8139_CpCmd_read()
[all …]