Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dacx.c1302 if ((buf->rb_desc->h_ctrl & htole16(DESC_CTRL_HOSTOWN)) && in acx_rxeof()
1328 desc_ctrl = letoh16(buf->rb_desc->h_ctrl); in acx_rxeof()
1409 buf->rb_desc->h_ctrl = htole16(desc_ctrl & ~DESC_CTRL_HOSTOWN); in acx_rxeof()
2069 rd->tx_ring[i].h_ctrl = htole16(DESC_CTRL_HOSTOWN); in acx_init_tx_ring()
2276 txbuf->tb_desc1->h_ctrl = 0; in acx_encap()
2277 txbuf->tb_desc2->h_ctrl = 0; in acx_encap()
H A Dacxvar.h186 uint16_t h_ctrl; /* see DESC_CTRL_ */ member