cxgb3i_snd_win     54 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c static int cxgb3i_snd_win = 128 * 1024;
cxgb3i_snd_win     55 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c module_param(cxgb3i_snd_win, int, 0644);
cxgb3i_snd_win     56 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c MODULE_PARM_DESC(cxgb3i_snd_win, "TCP send window in bytes (default=128KB)");
cxgb3i_snd_win    995 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	csk->snd_win = cxgb3i_snd_win;