Home
last modified time | relevance | path

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

/freebsd/sys/modules/cxgbe/if_cxgbe/
H A DMakefile7 .PATH: ${CXGBE} ${CXGBE}/common ${CXGBE}/crypto ${CXGBE}/cudbg
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c11713 struct cudbg_init *cudbg; in cudbg_dump() local
11727 cudbg = cudbg_get_init(handle); in cudbg_dump()
11728 cudbg->adap = sc; in cudbg_dump()
11729 cudbg->print = (cudbg_print_cb)printf; in cudbg_dump()
11737 cudbg->use_flash = 1; in cudbg_dump()
11738 MPASS(sizeof(cudbg->dbg_bitmap) == sizeof(dump->bitmap)); in cudbg_dump()
11739 memcpy(cudbg->dbg_bitmap, dump->bitmap, sizeof(cudbg->dbg_bitmap)); in cudbg_dump()
/freebsd/sys/conf/
H A Dfiles1437 dev/cxgbe/cudbg/cudbg_common.c optional cxgbe \
1439 dev/cxgbe/cudbg/cudbg_flash_utils.c optional cxgbe \
1441 dev/cxgbe/cudbg/cudbg_lib.c optional cxgbe \
1443 dev/cxgbe/cudbg/cudbg_wtp.c optional cxgbe \
1445 dev/cxgbe/cudbg/fastlz.c optional cxgbe \
1447 dev/cxgbe/cudbg/fastlz_api.c optional cxgbe \