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.c81 struct field_desc { struct
82 const char *name; /* Field name */
83 unsigned short start; /* Start bit position */
84 unsigned short end; /* End bit position */
85 unsigned char shift; /* # of low order bits omitted and implicitly 0 */
86 unsigned char hex; /* Print field in hex instead of decimal */
87 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.c10921 struct field_desc { struct
10928 field_desc_show(struct sbuf *sb, uint64_t v, const struct field_desc *f) in field_desc_show() argument