Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c72 IXGB_PARAM(XsumRX, "Disable or enable Receive Checksum offload");
291 unsigned int rx_csum = XsumRX[bd]; in ixgb_check_options()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_param.c109 E1000_PARAM(XsumRX, "Disable or enable Receive Checksum offload");
321 unsigned int rx_csum = XsumRX[bd]; in e1000_check_options()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst300 XsumRX section in Command Line Parameters
H A Dixgb.rst162 XsumRX section in Command Line Parameters