Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ti/
H A Dif_tireg.h1049 #define TI_JLEN (TI_JRAWLEN + (sizeof(uint64_t) - \ macro
1052 #define TI_RESID (TI_JPAGESZ - (TI_JLEN * TI_JSLOTS) % TI_JPAGESZ)
1053 #define TI_JMEM ((TI_JLEN * TI_JSLOTS) + TI_RESID)
H A Dif_ti.c611 ptr += TI_JLEN; in ti_alloc_jumbo_mem()