Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/nge/
H A Dif_ngereg.h480 #define nge_ctl nge_cmdsts macro
500 #define nge_ctl nge_cmdsts macro
524 #define NGE_LASTDESC(x) (!((x)->nge_ctl & NGE_CMDSTS_MORE)))
525 #define NGE_OWNDESC(x) ((x)->nge_ctl & NGE_CMDSTS_OWN)
527 #define NGE_RXBYTES(x) ((x)->nge_ctl & NGE_CMDSTS_BUFLEN)
H A Dif_nge.c985 ld->nge_tx_list[i].nge_ctl = 0; in nge_list_tx_init()
1077 c->nge_ctl = m_new->m_len; in nge_newbuf()
1330 if (cur_tx->nge_ctl & NGE_CMDSTS_MORE) { in nge_txeof()
1336 if (!(cur_tx->nge_ctl & NGE_CMDSTS_PKT_OK)) { in nge_txeof()
1578 f->nge_ctl = NGE_CMDSTS_MORE | m->m_len; in nge_encap()
1581 f->nge_ctl |= NGE_CMDSTS_OWN; in nge_encap()
1609 sc->nge_ldata->nge_tx_list[cur].nge_ctl &= ~NGE_CMDSTS_MORE; in nge_encap()
1610 sc->nge_ldata->nge_tx_list[*txidx].nge_ctl |= NGE_CMDSTS_OWN; in nge_encap()