Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/realtek/
D8139cp.c248 RxChkSum = (1 << 5), /* Rx checksum offload enable */ enumerator
1472 cp->cpcmd |= RxChkSum; in cp_set_features()
1474 cp->cpcmd &= ~RxChkSum; in cp_set_features()
1965 PCIMulRW | RxChkSum | CpRxOn | CpTxOn; in cp_init_one()
Dr8169_main.c443 RxChkSum = (1 << 5), enumerator
447 #define CPCMD_MASK (Normal_mode | RxVlan | RxChkSum | INTT_MASK)
1537 tp->cp_cmd |= RxChkSum; in rtl8169_set_features()
1539 tp->cp_cmd &= ~RxChkSum; in rtl8169_set_features()