Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c1104 paddr = GET32(REG_DNLISTPTR); in elxl_m_tx()
1113 PUT32(REG_DNLISTPTR, paddr); in elxl_m_tx()
1120 paddr = GET32(REG_DNLISTPTR); in elxl_m_tx()
1137 if ((r->r_avail < r->r_count) && (GET32(REG_DNLISTPTR) != 0)) { in elxl_m_tx()
1254 PUT32(REG_DNLISTPTR, sc->ex_txring.r_head->ed_descaddr); in elxl_m_tx()
H A Delxl.h125 #define REG_DNLISTPTR 0x24 macro