Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c75 static unsigned int cxgb4i_max_connect = (8 * 1024); variable
76 module_param(cxgb4i_max_connect, uint, 0644);
77 MODULE_PARM_DESC(cxgb4i_max_connect, "Maximum number of connections");
1948 if (cxgb4i_max_connect > CXGB4I_MAX_CONN) in cxgb4i_ofld_init()
1949 cxgb4i_max_connect = CXGB4I_MAX_CONN; in cxgb4i_ofld_init()
1952 cxgb4i_max_connect); in cxgb4i_ofld_init()