Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/renesas_usbhs/
Dcommon.h188 #define SACK (1 << 4) /* Setup Transaction ACK Response Interrupt Status */ macro
Dmod.c322 if (irq_state.intsts1 & SACK) in usbhs_interrupt()
/linux-4.4.14/include/linux/usb/
Dr8a66597.h336 #define SACK 0x0010 /* b4: Setup acknowledge interrupt */ macro
/linux-4.4.14/Documentation/networking/
Dtimestamping.txt101 cumulative acknowledgment. The mechanism ignores SACK and FACK.
217 account SACK would be more complex due to possible transmission holes
Dcxgb.txt120 Disabling SACK:
Dixgb.txt219 # turn SACK support off, default on
Dip-sysctl.txt1834 to send a SACK.
/linux-4.4.14/drivers/usb/host/
Dr8a66597-hcd.c1088 r8a66597_write(r8a66597, ~(SIGN | SACK), INTSTS1); in prepare_setup_packet()
1679 if (mask1 & SACK) { in r8a66597_irq()
1680 r8a66597_write(r8a66597, ~SACK, INTSTS1); in r8a66597_irq()