Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dcm.c72 static int nocong; variable
73 module_param(nocong, int, 0644);
74 MODULE_PARM_DESC(nocong, "Turn of congestion control (default=0)");
788 opt0 = (nocong ? NO_CONG_F : 0) | in send_connect()
2004 (nocong ? NO_CONG_F : 0) | in send_fw_act_open_req()
2440 opt0 = (nocong ? NO_CONG_F : 0) | in accept_cr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dcm.c72 static int nocong; variable
73 module_param(nocong, int, 0644);
74 MODULE_PARM_DESC(nocong, "Turn of congestion control (default=0)");
788 opt0 = (nocong ? NO_CONG_F : 0) | in send_connect()
2004 (nocong ? NO_CONG_F : 0) | in send_fw_act_open_req()
2440 opt0 = (nocong ? NO_CONG_F : 0) | in accept_cr()

Completed in 11 milliseconds