Home
last modified time | relevance | path

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

/freebsd/tools/build/
H A Dcheckstyle9.pl814 sub ctx_block { subroutine
/freebsd/sys/dev/bce/
H A Dif_bce.c3209 if (sc->ctx_block[i] != NULL) { in bce_dma_free()
3212 sc->ctx_block[i], in bce_dma_free()
3214 sc->ctx_block[i] = NULL; in bce_dma_free()
3546 (void **)&sc->ctx_block[i], in bce_dma_alloc()
3556 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