Searched refs:TX_BUF_UNMAP (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_tx.h75 * referring to them is completed. Set the TX_BUF_UNMAP and
77 * chain. Set only the TX_BUF_UNMAP flag on a descriptor referring to
81 TX_BUF_UNMAP = 1, enumerator in enum:sfxge_tx_buf_flags
H A Dsfxge_tx.c237 if (stmp->flags & TX_BUF_UNMAP) {
516 stmp->flags = TX_BUF_UNMAP | TX_BUF_MBUF;
1317 stmp->flags = TX_BUF_UNMAP;

Completed in 52 milliseconds