Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/include/booke/
Detsecreg.h44 #define TXBD_L 0x0800 /* B: Last */ macro
/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3etsec.c1922 uint16_t last_flags = TXBD_L; in pq3etsec_txq_produce()
1991 KASSERT(map->dm_nsegs == 1 || (txq->txq_producer->txbd_flags & TXBD_L) == 0); in pq3etsec_txq_produce()
1992 KASSERT(producer->txbd_flags & TXBD_L); in pq3etsec_txq_produce()
2197 if (txbd_flags & TXBD_L) { in pq3etsec_txq_consume()