Home
last modified time | relevance | path

Searched refs:tx_lock (Results 1 – 25 of 46) sorted by relevance

12

/onnv-gate/usr/src/uts/sun4v/io/
H A Dldc.c588 ASSERT(MUTEX_HELD(&ldcp->tx_lock)); in i_ldc_txq_reconf()
731 ASSERT(MUTEX_HELD(&ldcp->tx_lock)); in i_ldc_reset()
830 mutex_enter(&ldcp->tx_lock); in i_ldc_set_rx_head()
832 mutex_exit(&ldcp->tx_lock); in i_ldc_set_rx_head()
845 ASSERT(MUTEX_HELD(&ldcp->tx_lock)); in i_ldc_get_tx_head()
882 ASSERT(MUTEX_HELD(&ldcp->tx_lock)); in i_ldc_get_tx_tail()
929 ASSERT(MUTEX_HELD(&ldcp->tx_lock)); in i_ldc_set_tx_tail()
1139 mutex_enter(&ldcp->tx_lock); in i_ldc_send_pkt()
1150 mutex_exit(&ldcp->tx_lock); in i_ldc_send_pkt()
1183 mutex_exit(&ldcp->tx_lock); in i_ldc_send_pkt()
[all …]
/onnv-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c173 mutex_enter(srp->tx_lock); in nge_tx_recycle()
179 mutex_exit(srp->tx_lock); in nge_tx_recycle()
243 mutex_enter(srp->tx_lock); in nge_tx_recycle()
255 mutex_exit(srp->tx_lock); in nge_tx_recycle()
287 mutex_enter(srp->tx_lock); in nge_tx_alloc()
291 mutex_exit(srp->tx_lock); in nge_tx_alloc()
293 mutex_enter(srp->tx_lock); in nge_tx_alloc()
305 mutex_exit(srp->tx_lock); in nge_tx_alloc()
323 mutex_enter(srp->tx_lock); in nge_tx_start()
344 mutex_exit(srp->tx_lock); in nge_tx_start()
/onnv-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c311 mutex_enter(srp->tx_lock); in bge_get_txbuf()
313 mutex_exit(srp->tx_lock); in bge_get_txbuf()
378 mutex_enter(srp->tx_lock); in bge_send_serial()
379 else if (mutex_tryenter(srp->tx_lock) == 0) in bge_send_serial()
477 mutex_exit(srp->tx_lock); in bge_send_serial()
H A Dbge_main2.c359 mutex_enter(bgep->send[ring].tx_lock); in bge_reset()
376 mutex_exit(bgep->send[ring].tx_lock); in bge_reset()
506 mutex_enter(srp->tx_lock); in bge_m_stop()
509 mutex_exit(srp->tx_lock); in bge_m_stop()
2303 mutex_init(srp->tx_lock, NULL, MUTEX_DRIVER,
2374 mutex_destroy(srp->tx_lock);
2441 ASSERT(mutex_owned(srp->tx_lock));
2478 ASSERT(mutex_owned(srp->tx_lock));
/onnv-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c396 mutex_enter(&tx_ring->tx_lock); in e1000g_send()
407 mutex_exit(&tx_ring->tx_lock); in e1000g_send()
413 mutex_exit(&tx_ring->tx_lock); in e1000g_send()
1666 mutex_enter(&tx_ring->tx_lock); in e1000g_82547_timeout()
1671 mutex_exit(&tx_ring->tx_lock); in e1000g_82547_timeout()
1679 ASSERT(MUTEX_HELD(&tx_ring->tx_lock)); in e1000g_82547_tx_move_tail()
1685 mutex_exit(&tx_ring->tx_lock); in e1000g_82547_tx_move_tail()
1689 mutex_enter(&tx_ring->tx_lock); in e1000g_82547_tx_move_tail()
/onnv-gate/usr/src/uts/common/io/ral/
H A Drt2560.c1030 mutex_enter(&sc->txq.tx_lock); in rt2560_tx_intr()
1098 mutex_exit(&sc->txq.tx_lock); in rt2560_tx_intr()
1116 mutex_enter(&sc->prioq.tx_lock); in rt2560_prio_intr()
1165 mutex_exit(&sc->prioq.tx_lock); in rt2560_prio_intr()
1447 mutex_enter(&sc->prioq.tx_lock); in rt2560_mgmt_send()
1552 mutex_exit(&sc->prioq.tx_lock); in rt2560_mgmt_send()
1579 mutex_enter(&sc->txq.tx_lock); in rt2560_send()
1706 mutex_exit(&sc->txq.tx_lock); in rt2560_send()
2466 mutex_init(&sc->txq.tx_lock, NULL, MUTEX_DRIVER, NULL); in rt2560_attach()
2467 mutex_init(&sc->prioq.tx_lock, NULL, MUTEX_DRIVER, NULL); in rt2560_attach()
[all …]
H A Drt2560_var.h109 kmutex_t tx_lock; member
/onnv-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c390 mutex_enter(rgep->tx_lock); in rge_send_claim()
395 mutex_exit(rgep->tx_lock); in rge_send_claim()
649 mutex_enter(rgep->tx_lock); in rge_send()
655 mutex_exit(rgep->tx_lock); in rge_send()
/onnv-gate/usr/src/uts/common/io/ural/
H A Dural_var.h78 kmutex_t tx_lock; member
H A Dural.c425 mutex_enter(&sc->tx_lock); in ural_txeof()
435 mutex_exit(&sc->tx_lock); in ural_txeof()
687 mutex_enter(&sc->tx_lock); in ural_send()
819 mutex_exit(&sc->tx_lock); in ural_send()
2231 mutex_init(&sc->tx_lock, NULL, MUTEX_DRIVER, NULL); in ural_attach()
2374 mutex_destroy(&sc->tx_lock); in ural_attach()
2420 mutex_destroy(&sc->tx_lock); in ural_detach()
/onnv-gate/usr/src/uts/common/io/rum/
H A Drum_var.h81 kmutex_t tx_lock; member
H A Drum.c490 mutex_enter(&sc->tx_lock); in rum_txeof()
500 mutex_exit(&sc->tx_lock); in rum_txeof()
748 mutex_enter(&sc->tx_lock); in rum_send()
884 mutex_exit(&sc->tx_lock); in rum_send()
2256 mutex_init(&sc->tx_lock, NULL, MUTEX_DRIVER, NULL); in rum_attach()
2419 mutex_destroy(&sc->tx_lock); in rum_attach()
2463 mutex_destroy(&sc->tx_lock); in rum_detach()
/onnv-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c779 UNM_SPIN_LOCK(&adapter->tx_lock); in unm_send_copy()
787 UNM_SPIN_UNLOCK(&adapter->tx_lock); in unm_send_copy()
849 UNM_SPIN_UNLOCK(&adapter->tx_lock); in unm_send_copy()
904 UNM_SPIN_LOCK(&adapter->tx_lock); in unm_send_mapped()
1050 UNM_SPIN_UNLOCK(&adapter->tx_lock); in unm_send_mapped()
1078 UNM_SPIN_UNLOCK(&adapter->tx_lock); in unm_send_mapped()
1432 UNM_SPIN_LOCK(&adapter->tx_lock); in unm_process_cmd_ring()
1444 UNM_SPIN_UNLOCK(&adapter->tx_lock); in unm_process_cmd_ring()
1651 UNM_SPIN_LOCK_ISR(&adapter->tx_lock); in unm_nic_fill_statistics_128M()
1663 UNM_SPIN_UNLOCK_ISR(&adapter->tx_lock); in unm_nic_fill_statistics_128M()
[all …]
H A Dunm_gem.c391 mutex_enter(&adapter->tx_lock); in unm_free_tx_dmahdl()
405 mutex_exit(&adapter->tx_lock); in unm_free_tx_dmahdl()
414 mutex_enter(&adapter->tx_lock); in unm_alloc_tx_dmahdl()
418 mutex_exit(&adapter->tx_lock); in unm_alloc_tx_dmahdl()
429 mutex_exit(&adapter->tx_lock); in unm_alloc_tx_dmahdl()
1189 mutex_init(&adapter->tx_lock, NULL, in unmattach()
/onnv-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h79 kmutex_t tx_lock; member
H A Durtw.c2908 mutex_enter(&sc->tx_lock); in urtw_txeof_low()
2920 mutex_exit(&sc->tx_lock); in urtw_txeof_low()
2938 mutex_enter(&sc->tx_lock); in urtw_txeof_normal()
2950 mutex_exit(&sc->tx_lock); in urtw_txeof_normal()
3460 mutex_enter(&sc->tx_lock); in urtw_send()
3588 mutex_exit(&sc->tx_lock); in urtw_send()
4262 mutex_init(&sc->tx_lock, NULL, MUTEX_DRIVER, NULL); in urtw_attach()
4459 mutex_destroy(&sc->tx_lock); in urtw_attach()
4515 mutex_destroy(&sc->tx_lock); in urtw_detach()
/onnv-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c404 mutex_enter(&tx_ring->tx_lock); in igb_tx()
416 mutex_exit(&tx_ring->tx_lock); in igb_tx()
428 mutex_exit(&tx_ring->tx_lock); in igb_tx()
863 ASSERT(mutex_owned(&tx_ring->tx_lock)); in igb_tx_fill_ring()
H A Digb_main.c999 mutex_init(&tx_ring->tx_lock, NULL, in igb_init_locks()
1036 mutex_destroy(&tx_ring->tx_lock); in igb_destroy_locks()
1441 mutex_enter(&igb->tx_rings[i].tx_lock); in igb_reset()
1482 mutex_exit(&igb->tx_rings[i].tx_lock); in igb_reset()
1494 mutex_exit(&igb->tx_rings[i].tx_lock); in igb_reset()
1672 mutex_enter(&igb->tx_rings[i].tx_lock); in igb_start()
1703 mutex_exit(&igb->tx_rings[i].tx_lock); in igb_start()
1711 mutex_exit(&igb->tx_rings[i].tx_lock); in igb_start()
1745 mutex_enter(&igb->tx_rings[i].tx_lock); in igb_stop()
1758 mutex_exit(&igb->tx_rings[i].tx_lock); in igb_stop()
[all …]
/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_gld.c495 mutex_enter(&tx_ring->tx_lock); in ql_m_tx()
497 mutex_exit(&tx_ring->tx_lock); in ql_m_tx()
538 mutex_exit(&tx_ring->tx_lock); in ql_m_tx()
/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c851 mutex_enter(&wq->tx_lock); in oce_send_packet()
854 mutex_exit(&wq->tx_lock); in oce_send_packet()
871 mutex_exit(&wq->tx_lock); in oce_send_packet()
H A Doce_gld.c163 mutex_enter(&dev->wq[qidx]->tx_lock); in oce_stop()
172 mutex_exit(&dev->wq[qidx]->tx_lock); in oce_stop()
/onnv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c489 mutex_enter(&tx_ring->tx_lock); in ixgbe_ring_tx()
500 mutex_exit(&tx_ring->tx_lock); in ixgbe_ring_tx()
512 mutex_exit(&tx_ring->tx_lock); in ixgbe_ring_tx()
978 ASSERT(mutex_owned(&tx_ring->tx_lock)); in ixgbe_tx_fill_ring()
/onnv-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h407 kmutex_t tx_lock; /* transmit lock */ member
H A Dldc_impl.h439 kmutex_t tx_lock; /* Transmit lock */ member
/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h216 kmutex_t tx_lock; /* lock for the WQ */ member

12