cxgb4i_snd_win     66 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c static int cxgb4i_snd_win = -1;
cxgb4i_snd_win     67 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c module_param(cxgb4i_snd_win, int, 0644);
cxgb4i_snd_win     68 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c MODULE_PARM_DESC(cxgb4i_snd_win, "TCP send window in bytes");
cxgb4i_snd_win   1789 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	csk->snd_win = cxgb4i_snd_win;
cxgb4i_snd_win   1797 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	if (cxgb4i_snd_win <= 0) {