Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c70 static int nocong; variable
71 module_param(nocong, int, 0644);
72 MODULE_PARM_DESC(nocong, "Turn of congestion control (default=0)");
671 opt0 = (nocong ? NO_CONG_F : 0) | in send_connect()
1802 (nocong ? NO_CONG_F : 0) | in send_fw_act_open_req()
2203 opt0 = (nocong ? NO_CONG_F : 0) | in accept_cr()