Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c108 static int XsumRX = OPTION_UNSET; variable
109 module_param(XsumRX, int, 0);
110 MODULE_PARM_DESC(XsumRX, "Disable or enable Receive Checksum offload");
477 val = XsumRX; in pch_gbe_check_options()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_param.c107 E1000_PARAM(XsumRX, "Disable or enable Receive Checksum offload");
319 unsigned int rx_csum = XsumRX[bd]; in e1000_check_options()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst300 XsumRX section in Command Line Parameters