Home
last modified time | relevance | path

Searched refs:DOORBELL_WCWR (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c462 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 Dadapter.h460 enum {DOORBELL_UDB, DOORBELL_WCWR, DOORBELL_UDBWC, DOORBELL_KDB}; enumerator
H A Dt4_sge.c4468 isset(&eq->doorbells, DOORBELL_WCWR)) { in alloc_eq_hwq()
4477 clrbit(&eq->doorbells, DOORBELL_WCWR); in alloc_eq_hwq()
6118 clrbit(&db, DOORBELL_WCWR); in ring_eq_db()
6126 case DOORBELL_WCWR: { in ring_eq_db()
H A Dt4_main.c3744 setbit(&sc->doorbells, DOORBELL_WCWR); in t4_map_bar_2()