Home
last modified time | relevance | path

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

/freebsd-14.2/tools/build/
H A Dcheckstyle9.pl813 sub ctx_block { subroutine
/freebsd-14.2/sys/dev/bce/
H A Dif_bce.c3210 if (sc->ctx_block[i] != NULL) { in bce_dma_free()
3213 sc->ctx_block[i], in bce_dma_free()
3215 sc->ctx_block[i] = NULL; in bce_dma_free()
3547 (void **)&sc->ctx_block[i], in bce_dma_alloc()
3557 sc->ctx_block[i], BCM_PAGE_SIZE, bce_dma_map_addr, in bce_dma_alloc()
H A Dif_bcereg.h6525 void *ctx_block[BCE_MAX_CONTEXT]; member