Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/cxgb4/
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()
2001 (nocong ? NO_CONG_F : 0) | in send_fw_act_open_req()
2437 opt0 = (nocong ? NO_CONG_F : 0) | in accept_cr()