Home
last modified time | relevance | path

Searched refs:SACK (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/usb/renesas_usbhs/
Dcommon.h183 #define SACK (1 << 4) /* Setup Transaction ACK Response Interrupt Status */ macro
Dmod.c293 if (irq_state.intsts1 & SACK) in usbhs_interrupt()
/linux-3.4.99/include/linux/usb/
Dr8a66597.h336 #define SACK 0x0010 /* b4: Setup acknowledge interrupt */ macro
/linux-3.4.99/Documentation/networking/
Dip-sysctl.txt229 If set to 1, basic version is enabled. 2 enables SACK enhanced
230 F-RTO if flow uses SACK. The basic version can be used also when
231 SACK is in use though scenario(s) with it exists where F-RTO
232 interacts badly with the packet counting of the SACK enabled TCP
1411 to send a SACK.
Dcxgb.txt120 Disabling SACK:
Dixgb.txt219 # turn SACK support off, default on
/linux-3.4.99/drivers/usb/host/
Dr8a66597-hcd.c1093 r8a66597_write(r8a66597, ~(SIGN | SACK), INTSTS1); in prepare_setup_packet()
1684 if (mask1 & SACK) { in r8a66597_irq()
1685 r8a66597_write(r8a66597, ~SACK, INTSTS1); in r8a66597_irq()