Lines Matching full:receive
40 /* Receive Descriptor Count
47 IXGB_PARAM(RxDescriptors, "Number of receive descriptors");
54 * - 2 - Tx only, generate PAUSE frames but ignore them on receive
62 /* XsumRX - Receive Checksum Offload Enable/Disable
66 * - 1 - enables receive IP/TCP/UDP checksum offload
72 IXGB_PARAM(XsumRX, "Disable or enable Receive Checksum offload");
83 /* Receive Interrupt Delay in units of 0.8192 microseconds
90 IXGB_PARAM(RxIntDelay, "Receive Interrupt Delay");
92 /* Receive Flow control high threshold (when we send a pause frame)
100 IXGB_PARAM(RxFCHighThresh, "Receive Flow Control High Threshold");
102 /* Receive Flow control low threshold (when we send a resume frame)
111 IXGB_PARAM(RxFCLowThresh, "Receive Flow Control Low Threshold");
263 { /* Receive Descriptor Count */ in ixgb_check_options()
266 .name = "Receive Descriptors", in ixgb_check_options()
282 { /* Receive Checksum Offload Enable */ in ixgb_check_options()
285 .name = "Receive Checksum Offload", in ixgb_check_options()
302 { ixgb_fc_rx_pause, "Flow Control Receive Only" }, in ixgb_check_options()
325 { /* Receive Flow Control High Threshold */ in ixgb_check_options()
344 { /* Receive Flow Control Low Threshold */ in ixgb_check_options()
393 { /* Receive Interrupt Delay */ in ixgb_check_options()
396 .name = "Receive Interrupt Delay", in ixgb_check_options()