Searched refs:HME_XD_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/hme/
H A Dif_hmereg.h270 #define HME_XD_SIZE 8 macro
271 #define HME_XD_FLAGS(base, index) ((base) + ((index) * HME_XD_SIZE) + 0)
272 #define HME_XD_ADDR(base, index) ((base) + ((index) * HME_XD_SIZE) + 4)
H A Dif_hme.c628 p += HME_NTXDESC * HME_XD_SIZE;
629 dma += HME_NTXDESC * HME_XD_SIZE;
642 p += HME_NRXDESC * HME_XD_SIZE;
643 dma += HME_NRXDESC * HME_XD_SIZE;

Completed in 126 milliseconds