Home
last modified time | relevance | path

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

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