Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c380 if (r.len > T4_REGDUMP_SIZE) in regdump()
381 r.len = T4_REGDUMP_SIZE; in regdump()
382 else if (r.len < T4_REGDUMP_SIZE) in regdump()
385 buf = kmem_zalloc(T4_REGDUMP_SIZE, KM_SLEEP); in regdump()
397 kmem_free(buf, T4_REGDUMP_SIZE); in regdump()
H A Dt4nex.h57 #define T4_REGDUMP_SIZE (160 * 1024) macro