Home
last modified time | relevance | path

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

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