Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/neta/
H A Dif_mvnetareg.h891 #define MVNETA_TX_CMD_F (1 << 21) /* First buffer */ macro
H A Dif_mvneta.c2742 t->command |= MVNETA_TX_CMD_F; in mvneta_tx_queue()
2868 DASSERT((t->command & MVNETA_TX_CMD_F) != 0); in mvneta_tx_queue_complete()
2874 DASSERT((t->flags & MVNETA_TX_CMD_F) == 0); in mvneta_tx_queue_complete()