Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/seeq/
Dsgiseeq.c174 #define TCNTINFO_INIT (HPCDMA_EOX | HPCDMA_ETXD)
438 while ((td->tdma.cntinfo & (HPCDMA_XIU | HPCDMA_ETXD)) == in kick_tx()
439 (HPCDMA_XIU | HPCDMA_ETXD)) { in kick_tx()
477 if (!(td->tdma.cntinfo & (HPCDMA_ETXD))) { in sgiseeq_tx()
/Linux-v4.19/arch/mips/include/asm/sgi/
Dhpc3.h29 #define HPCDMA_ETXD 0x00008000 /* set to one by HPC when packet tx'd */ macro