Lines Matching refs:r_lock
245 ASSERT(mutex_owned(&bfe->bfe_tx_ring.r_lock)); \
284 mutex_enter(&tx->r_lock); in bfe_grab_locks()
302 mutex_exit(&tx->r_lock); in bfe_release_locks()
1921 ASSERT(MUTEX_HELD(&r->r_lock)); in bfe_send_a_packet()
2018 mutex_enter(&r->r_lock); in bfe_mac_transmit_packet()
2024 mutex_exit(&r->r_lock); in bfe_mac_transmit_packet()
2040 mutex_exit(&r->r_lock); in bfe_mac_transmit_packet()
2350 mutex_enter(&r->r_lock); in bfe_tx_done()
2357 mutex_exit(&r->r_lock); in bfe_tx_done()
2770 mutex_init(&bfe->bfe_tx_ring.r_lock, NULL, MUTEX_DRIVER, NULL); in bfe_rings_alloc()
2771 bfe->bfe_tx_ring.r_lockp = &bfe->bfe_tx_ring.r_lock; in bfe_rings_alloc()
2779 mutex_init(&bfe->bfe_rx_ring.r_lock, NULL, MUTEX_DRIVER, NULL); in bfe_rings_alloc()
2780 bfe->bfe_rx_ring.r_lockp = &bfe->bfe_rx_ring.r_lock; in bfe_rings_alloc()
3019 mutex_destroy(&bfe->bfe_tx_ring.r_lock); in bfe_detach()
3020 mutex_destroy(&bfe->bfe_rx_ring.r_lock); in bfe_detach()