Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dlan78xx.h467 #define RFE_CTL_IP_COE_ (0x00000800) macro
H A Dlan78xx.c3048 pdata->rfe_ctl |= RFE_CTL_TCPUDP_COE_ | RFE_CTL_IP_COE_; in lan78xx_set_features()
3051 pdata->rfe_ctl &= ~(RFE_CTL_TCPUDP_COE_ | RFE_CTL_IP_COE_); in lan78xx_set_features()
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.h292 #define RFE_CTL_IP_COE_ BIT(11) macro