Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/sgi/
Dhpc3.h31 #define HPCDMA_BCNT 0x00003fff /* size in bytes of this dma buffer */ macro
/Linux-v4.19/drivers/net/ethernet/seeq/
Dsgiseeq.c176 #define RCNTINFO_INIT (RCNTCFG_INIT | (PKT_BUF_SZ & HPCDMA_BCNT))
351 len = PKT_BUF_SZ - (rd->rdma.cntinfo & HPCDMA_BCNT) - 3; in sgiseeq_rx()
623 td->tdma.cntinfo = (len & HPCDMA_BCNT) | in sgiseeq_start_xmit()