Searched refs:inline_threshold (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | mem.c | 133 while (remain > inline_threshold) { in _c4iw_write_mem_inline() 166 if (len > inline_threshold) { in _c4iw_write_mem_inline()
|
| H A D | iw_cxgbe.h | 70 extern int inline_threshold;
|
| H A D | cm.c | 1267 int inline_threshold = 128; variable 1268 SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, inline_threshold, CTLFLAG_RWTUN, &inline_threshold, 0,
|
| /freebsd/sys/dev/cxgbe/nvmf/ |
| H A D | nvmf_che.c | 301 static int inline_threshold = 256; variable 302 SYSCTL_INT(_kern_nvmf_che, OID_AUTO, inline_threshold, CTLFLAG_RWTUN, 303 &inline_threshold, 0, 562 if (!use_dsgl || len < inline_threshold || data == NULL) in che_write_adapter_mem()
|