Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1832 eq->udb_qid = eq->cntxt_id & mask; /* id in page */ in alloc_eq()
1833 if (eq->udb_qid > PAGE_SIZE / UDBS_SEG_SIZE) in alloc_eq()
1836 udb += eq->udb_qid << UDBS_SEG_SHIFT; /* seg offset */ in alloc_eq()
1837 eq->udb_qid = 0; in alloc_eq()
3153 *eq->udb = LE_32(V_QID(eq->udb_qid) | val); in ring_tx_db()
3166 ASSERT(eq->udb_qid == 0 && eq->pending == 1); in ring_tx_db()
3179 *eq->udb = LE_32(V_QID(eq->udb_qid) | val); in ring_tx_db()
H A Dadapter.h251 u_int udb_qid; /* relative qid within the doorbell page */ member