Home
last modified time | relevance | path

Searched defs:field_desc (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c82 struct field_desc { struct
83 const char *name; /* Field name */
84 unsigned short start; /* Start bit position */
85 unsigned short end; /* End bit position */
86 unsigned char shift; /* # of low order bits omitted and implicitly 0 */
87 unsigned char hex; /* Print field in hex instead of decimal */
88 unsigned char islog2; /* Field contains the base-2 log of the value */
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h404 struct field_desc { struct
405 const char *name;
406 u32 start;
407 u32 width;
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c11842 struct field_desc { struct
11849 field_desc_show(struct sbuf *sb, uint64_t v, const struct field_desc *f) in field_desc_show() argument