Home
last modified time | relevance | path

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

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