Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/usb/
Dlan78xx.h467 #define RFE_CTL_IP_COE_ (0x00000800) macro
Dlan78xx.c2603 pdata->rfe_ctl |= RFE_CTL_TCPUDP_COE_ | RFE_CTL_IP_COE_; in lan78xx_set_features()
2606 pdata->rfe_ctl &= ~(RFE_CTL_TCPUDP_COE_ | RFE_CTL_IP_COE_); in lan78xx_set_features()
/linux-6.1.9/drivers/net/ethernet/microchip/
Dlan743x_main.h270 #define RFE_CTL_IP_COE_ BIT(11) macro
Dlan743x_main.c1589 rfctl |= RFE_CTL_IP_COE_ | RFE_CTL_TCP_UDP_COE_; in lan743x_rfe_set_multicast()