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

/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Ddev.c77 int t5_en_wc = 1; variable
204 if (t5_en_wc && !context->status_page->wc_supported) {
205 t5_en_wc = 0;
550 t5_en_wc = strtol(c, NULL, 0);
551 if (t5_en_wc != 1)
552 t5_en_wc = 0;
H A Dt4.h474 extern int t5_en_wc;
481 if (t5_en_wc && inc == 1 && wq->sq.wc_reg_available) {
530 if (t5_en_wc && inc == 1 && wq->sq.wc_reg_available) {

Completed in 106 milliseconds