Home
last modified time | relevance | path

Searched refs:SND_WSCALE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.h96 #define SND_WSCALE(tp) ((tp)->rx_opt.snd_wscale) macro
Dchtls_io.c198 if (SND_WSCALE(tp)) in send_tx_flowc_wr()
199 FLOWC_PARAM(RCV_SCALE, SND_WSCALE(tp)); in send_tx_flowc_wr()
Dchtls_cm.c119 SND_WSCALE(tp) = TCPOPT_SND_WSCALE_G(opt); in assign_rxopt()