Home
last modified time | relevance | path

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

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