Home
last modified time | relevance | path

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

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