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

/openbsd-current/sys/dev/ic/
H A Dhmereg.h267 #define HME_XD_SIZE 8 macro
268 #define HME_XD_FLAGS(base, index) ((base) + ((index) * HME_XD_SIZE) + 0)
269 #define HME_XD_ADDR(base, index) ((base) + ((index) * HME_XD_SIZE) + 4)
H A Dhme.c170 size = (HME_XD_SIZE * HME_RX_RING_MAX) + /* RX descriptors */
171 (HME_XD_SIZE * HME_TX_RING_MAX); /* TX descriptors */
449 p += HME_TX_RING_SIZE * HME_XD_SIZE;
450 dma += HME_TX_RING_SIZE * HME_XD_SIZE;
460 p += HME_RX_RING_SIZE * HME_XD_SIZE;
461 dma += HME_RX_RING_SIZE * HME_XD_SIZE;

Completed in 81 milliseconds