Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c66 static int cxgb4i_snd_win = -1; variable
67 module_param(cxgb4i_snd_win, int, 0644);
68 MODULE_PARM_DESC(cxgb4i_snd_win, "TCP send window in bytes");
1870 csk->snd_win = cxgb4i_snd_win; in init_act_open()
1878 if (cxgb4i_snd_win <= 0) { in init_act_open()