Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/jme/
H A Dif_jmevar.h44 #define JME_NDESC_ALIGN 16 macro
H A Dif_jme.c695 rx_desc_cnt = roundup(rx_desc_cnt, JME_NDESC_ALIGN); in jme_attach()
705 roundup(sc->jme_cdata.jme_tx_data.jme_tx_desc_cnt, JME_NDESC_ALIGN); in jme_attach()