Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c54 static int cxgb3i_snd_win = 128 * 1024; variable
55 module_param(cxgb3i_snd_win, int, 0644);
56 MODULE_PARM_DESC(cxgb3i_snd_win, "TCP send window in bytes (default=128KB)");
995 csk->snd_win = cxgb3i_snd_win; in init_act_open()