Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c1521 DBENTER(BCE_VERBOSE_UNLOAD | BCE_VERBOSE_RESET); in bce_detach()
1552 DBEXIT(BCE_VERBOSE_UNLOAD | BCE_VERBOSE_RESET); in bce_detach()
3155 DBENTER(BCE_VERBOSE_RESET | BCE_VERBOSE_UNLOAD | BCE_VERBOSE_CTX); in bce_dma_free()
3358 DBEXIT(BCE_VERBOSE_RESET | BCE_VERBOSE_UNLOAD | BCE_VERBOSE_CTX); in bce_dma_free()
5580 DBENTER(BCE_VERBOSE_RESET | BCE_VERBOSE_SEND | BCE_VERBOSE_UNLOAD); in bce_free_tx_chain()
5607 DBEXIT(BCE_VERBOSE_RESET | BCE_VERBOSE_SEND | BCE_VERBOSE_UNLOAD); in bce_free_tx_chain()
5804 DBENTER(BCE_VERBOSE_RESET | BCE_VERBOSE_RECV | BCE_VERBOSE_UNLOAD); in bce_free_rx_chain()
5832 DBEXIT(BCE_VERBOSE_RESET | BCE_VERBOSE_RECV | BCE_VERBOSE_UNLOAD); in bce_free_rx_chain()
5971 DBENTER(BCE_VERBOSE_RESET | BCE_VERBOSE_RECV | BCE_VERBOSE_UNLOAD); in bce_free_pg_chain()
5997 DBEXIT(BCE_VERBOSE_RESET | BCE_VERBOSE_RECV | BCE_VERBOSE_UNLOAD); in bce_free_pg_chain()
H A Dif_bcereg.h297 #define BCE_VERBOSE_UNLOAD (BCE_CP_UNLOAD | BCE_LEVEL_VERBOSE) macro