Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_cm.c97 static unsigned int nocong = 0; variable
98 module_param(nocong, uint, 0644);
99 MODULE_PARM_DESC(nocong, "Turn off congestion control (default=0)");
448 V_NO_CONG(nocong) | in send_connect()
1288 V_NO_CONG(nocong) | in accept_cr()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c71 static int nocong; variable
72 module_param(nocong, int, 0644);
73 MODULE_PARM_DESC(nocong, "Turn of congestion control (default=0)");
705 opt0 = (nocong ? NO_CONG_F : 0) | in send_connect()
1859 (nocong ? NO_CONG_F : 0) | in send_fw_act_open_req()
2279 opt0 = (nocong ? NO_CONG_F : 0) | in accept_cr()