Home
last modified time | relevance | path

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

/linux-6.1.9/include/rdma/
Drdma_vt.h129 unsigned int wss_threshold; member
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dverbs.c109 static uint wss_threshold = 80; variable
110 module_param(wss_threshold, uint, S_IRUGO);
111 MODULE_PARM_DESC(wss_threshold, "Percentage (1-100) of LLC to use as a threshold for a cacheless co…
1868 dd->verbs_dev.rdi.dparms.wss_threshold = wss_threshold; in hfi1_register_ib_device()
/linux-6.1.9/drivers/infiniband/sw/rdmavt/
Dqp.c125 unsigned int wss_threshold = rdi->dparms.wss_threshold; in rvt_wss_init() local
145 if (wss_threshold < 1 || wss_threshold > 100) in rvt_wss_init()
146 wss_threshold = 80; in rvt_wss_init()
169 wss->threshold = (llc_bits * wss_threshold) / 100; in rvt_wss_init()