Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c57 static int cxgb4i_snd_win = 128 * 1024; variable
58 module_param(cxgb4i_snd_win, int, 0644);
59 MODULE_PARM_DESC(cxgb4i_snd_win, "TCP send window in bytes");
547 flowc->mnemval[6].val = htonl(cxgb4i_snd_win); in send_tx_flowc_wr()
560 csk->snd_nxt, csk->rcv_nxt, cxgb4i_snd_win, in send_tx_flowc_wr()
1761 cdev->snd_win = cxgb4i_snd_win; in t4_uld_add()