Searched refs:show_struct (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 1462 show_struct(const uint32_t *words, int nwords, const struct field_desc *fd) in show_struct() function 1731 show_struct(p->data, 6, fl_t5); in show_t5t6_ctxt() 1733 show_struct(p->data, 6, egress_t5); in show_t5t6_ctxt() 1735 show_struct(p->data, 6, egress_t6); in show_t5t6_ctxt() 1737 show_struct(p->data, 3, vers == 5 ? flm_t5 : flm_t6); in show_t5t6_ctxt() 1739 show_struct(p->data, 5, vers == 5 ? ingress_t5 : ingress_t6); in show_t5t6_ctxt() 1741 show_struct(p->data, 1, conm_t5); in show_t5t6_ctxt() 1871 show_struct(p->data, 6, (p->data[0] & 2) ? fl_t4 : egress_t4); in show_t4_ctxt() 1873 show_struct(p->data, 3, flm_t4); in show_t4_ctxt() 1875 show_struct(p->data, 5, ingress_t4); in show_t4_ctxt() [all …]
|