Searched refs:DOORBELL_WCWR (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_netmap.c | 462 isset(&nm_txq->doorbells, DOORBELL_WCWR)) { in alloc_nm_txq_hwq() 471 clrbit(&nm_txq->doorbells, DOORBELL_WCWR); in alloc_nm_txq_hwq() 919 clrbit(&db, DOORBELL_WCWR); in ring_nm_txq_db() 927 case DOORBELL_WCWR: { in ring_nm_txq_db()
|
H A D | adapter.h | 460 enum {DOORBELL_UDB, DOORBELL_WCWR, DOORBELL_UDBWC, DOORBELL_KDB}; enumerator
|
H A D | t4_sge.c | 4483 isset(&eq->doorbells, DOORBELL_WCWR)) { in alloc_eq_hwq() 4492 clrbit(&eq->doorbells, DOORBELL_WCWR); in alloc_eq_hwq() 6139 clrbit(&db, DOORBELL_WCWR); in ring_eq_db() 6147 case DOORBELL_WCWR: { in ring_eq_db()
|
H A D | t4_main.c | 3903 setbit(&sc->doorbells, DOORBELL_WCWR); in t4_map_bar_2()
|