Searched refs:TX_BUF_UNMAP (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.h73 * referring to them is completed. Set the TX_BUF_UNMAP and
75 * chain. Set only the TX_BUF_UNMAP flag on a descriptor referring to
79 TX_BUF_UNMAP = 1, enumerator in enum:sfxge_tx_buf_flags
H A Dsfxge_tx.c235 if (stmp->flags & TX_BUF_UNMAP) {
514 stmp->flags = TX_BUF_UNMAP | TX_BUF_MBUF;
1315 stmp->flags = TX_BUF_UNMAP;

Completed in 98 milliseconds