Home
last modified time | relevance | path

Searched refs:BCE_VERBOSE_UNLOAD (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/bce/
Dif_bce.c1531 DBENTER(BCE_VERBOSE_UNLOAD | BCE_VERBOSE_RESET); in bce_detach()
1563 DBEXIT(BCE_VERBOSE_UNLOAD | BCE_VERBOSE_RESET); in bce_detach()
3203 DBENTER(BCE_VERBOSE_RESET | BCE_VERBOSE_UNLOAD | BCE_VERBOSE_CTX); in bce_dma_free()
3428 DBEXIT(BCE_VERBOSE_RESET | BCE_VERBOSE_UNLOAD | BCE_VERBOSE_CTX); in bce_dma_free()
5685 DBENTER(BCE_VERBOSE_RESET | BCE_VERBOSE_SEND | BCE_VERBOSE_UNLOAD); in bce_free_tx_chain()
5712 DBEXIT(BCE_VERBOSE_RESET | BCE_VERBOSE_SEND | BCE_VERBOSE_UNLOAD); in bce_free_tx_chain()
5913 DBENTER(BCE_VERBOSE_RESET | BCE_VERBOSE_RECV | BCE_VERBOSE_UNLOAD); in bce_free_rx_chain()
5941 DBEXIT(BCE_VERBOSE_RESET | BCE_VERBOSE_RECV | BCE_VERBOSE_UNLOAD); in bce_free_rx_chain()
6083 DBENTER(BCE_VERBOSE_RESET | BCE_VERBOSE_RECV | BCE_VERBOSE_UNLOAD); in bce_free_pg_chain()
6109 DBEXIT(BCE_VERBOSE_RESET | BCE_VERBOSE_RECV | BCE_VERBOSE_UNLOAD); in bce_free_pg_chain()
Dif_bcereg.h342 #define BCE_VERBOSE_UNLOAD (BCE_CP_UNLOAD | BCE_LEVEL_VERBOSE) macro