Home
last modified time | relevance | path

Searched refs:t4_regdump (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/cxgbe/
HDt4_ioctl.h69 struct t4_regdump { struct
320 #define CHELSIO_T4_REGDUMP _IOWR('f', T4_REGDUMP, struct t4_regdump)
HDt4_main.c430 static void t4_get_regs(struct adapter *, struct t4_regdump *, uint8_t *);
4167 t4_get_regs(struct adapter *sc, struct t4_regdump *regs, uint8_t *buf) in t4_get_regs()
8666 struct t4_regdump *regs = (struct t4_regdump *)data; in t4_ioctl()
/NextBSD/tools/tools/cxgbetool/
HDcxgbetool.c409 struct t4_regdump regs; in dump_regs()