Searched refs:tx_lock (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dhtc.c69 spin_lock_bh(&ep->htc->tx_lock);
71 spin_unlock_bh(&ep->htc->tx_lock);
94 spin_lock_bh(&htc->tx_lock);
99 spin_unlock_bh(&htc->tx_lock);
107 spin_unlock_bh(&htc->tx_lock);
129 spin_lock_bh(&htc->tx_lock);
134 spin_unlock_bh(&htc->tx_lock);
159 spin_lock_bh(&htc->tx_lock);
171 spin_unlock_bh(&htc->tx_lock);
173 spin_lock_bh(&htc->tx_lock);
[all...]
H A Dhtc.h290 spinlock_t tx_lock; member in struct:ath12k_htc
/freebsd-current/sys/dev/ntb/if_ntb/
H A Dif_ntb.c89 struct mtx tx_lock; member in struct:ntb_net_queue
159 mtx_init(&q->tx_lock, "ntb tx", NULL, MTX_DEF);
160 q->br = buf_ring_alloc(4096, M_DEVBUF, M_WAITOK, &q->tx_lock);
212 mtx_destroy(&q->tx_lock);
372 if (mtx_trylock(&q->tx_lock)) {
374 mtx_unlock(&q->tx_lock);
385 mtx_lock(&q->tx_lock);
387 mtx_unlock(&q->tx_lock);
413 mtx_lock(&q->tx_lock);
416 mtx_unlock(&q->tx_lock);
[all...]
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dhtc.c68 spin_lock_bh(&ep->htc->tx_lock);
70 spin_unlock_bh(&ep->htc->tx_lock);
95 spin_lock_bh(&htc->tx_lock);
100 spin_unlock_bh(&htc->tx_lock);
108 spin_unlock_bh(&htc->tx_lock);
134 spin_lock_bh(&htc->tx_lock);
139 spin_unlock_bh(&htc->tx_lock);
164 spin_lock_bh(&htc->tx_lock);
176 spin_unlock_bh(&htc->tx_lock);
178 spin_lock_bh(&htc->tx_lock);
[all...]
H A Dhtc.h285 spinlock_t tx_lock; member in struct:ath11k_htc
/freebsd-current/sys/dev/qlxgb/
H A Dqla_os.h150 #define QLA_TX_LOCK(ha) mtx_lock(&ha->tx_lock);
151 #define QLA_TX_UNLOCK(ha) mtx_unlock(&ha->tx_lock);
H A Dqla_def.h161 struct mtx tx_lock; member in struct:qla_host
H A Dqla_os.c272 mtx_init(&ha->tx_lock, "qla80xx_tx_lock", MTX_NETWORK_LOCK, MTX_DEF);
498 mtx_destroy(&ha->tx_lock);
983 if (!mtx_trylock(&ha->tx_lock)) {
985 "%s: mtx_trylock(&ha->tx_lock) failed\n", __func__));
H A Dqla_hw.c1726 if (!mtx_trylock(&ha->tx_lock)) {
1728 "%s: !mtx_trylock(&ha->tx_lock)\n", __func__));
1736 mtx_unlock(&ha->tx_lock);
/freebsd-current/sys/dev/qlxge/
H A Dqls_os.h152 #define QLA_TX_LOCK(ha) mtx_lock(&ha->tx_lock);
153 #define QLA_TX_UNLOCK(ha) mtx_unlock(&ha->tx_lock);
H A Dqls_def.h305 struct mtx tx_lock; member in struct:qla_host
H A Dqls_os.c369 mtx_init(&ha->tx_lock, "qla80xx_tx_lock", MTX_NETWORK_LOCK, MTX_DEF);
560 mtx_destroy(&ha->tx_lock);
1052 if (!mtx_trylock(&ha->tx_lock)) {
1054 "%s: mtx_trylock(&ha->tx_lock) failed\n", __func__));
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c51 lockdep_assert_held(&ar->htt.tx_lock);
93 lockdep_assert_held(&ar->htt.tx_lock);
120 spin_lock_bh(&ar->htt.tx_lock);
122 spin_unlock_bh(&ar->htt.tx_lock);
127 spin_lock_bh(&ar->htt.tx_lock);
129 spin_unlock_bh(&ar->htt.tx_lock);
137 spin_lock_bh(&ar->htt.tx_lock);
140 spin_unlock_bh(&ar->htt.tx_lock);
145 lockdep_assert_held(&htt->tx_lock);
157 lockdep_assert_held(&htt->tx_lock);
[all...]
H A Dtxrx.c66 spin_lock_bh(&htt->tx_lock);
71 spin_unlock_bh(&htt->tx_lock);
86 spin_unlock_bh(&htt->tx_lock);
H A Dhtc.c103 spin_lock_bh(&ep->htc->tx_lock);
105 spin_unlock_bh(&ep->htc->tx_lock);
121 spin_lock_bh(&htc->tx_lock);
139 spin_unlock_bh(&htc->tx_lock);
154 spin_lock_bh(&htc->tx_lock);
159 spin_unlock_bh(&htc->tx_lock);
263 spin_lock_bh(&htc->tx_lock);
275 spin_unlock_bh(&htc->tx_lock);
277 spin_lock_bh(&htc->tx_lock);
280 spin_unlock_bh(&htc->tx_lock);
[all...]
H A Dmac.c3590 lockdep_assert_held(&ar->htt.tx_lock);
3611 lockdep_assert_held(&ar->htt.tx_lock);
3631 lockdep_assert_held(&ar->htt.tx_lock);
3642 lockdep_assert_held(&ar->htt.tx_lock);
3662 lockdep_assert_held(&ar->htt.tx_lock);
3707 spin_lock_bh(&ar->htt.tx_lock);
3712 spin_unlock_bh(&ar->htt.tx_lock);
4288 spin_lock_bh(&ar->htt.tx_lock);
4294 spin_unlock_bh(&ar->htt.tx_lock);
4402 spin_lock_bh(&ar->htt.tx_lock);
[all...]
H A Dhtc.h392 spinlock_t tx_lock; member in struct:ath10k_htc
H A Dhtt_rx.c3773 spin_lock_bh(&ar->htt.tx_lock);
3776 spin_unlock_bh(&ar->htt.tx_lock);
4303 spin_lock_bh(&htc->tx_lock);
4305 spin_unlock_bh(&htc->tx_lock);
4310 spin_lock_bh(&htt->tx_lock);
4312 spin_unlock_bh(&htt->tx_lock);
4397 spin_lock_bh(&htc->tx_lock);
4399 spin_unlock_bh(&htc->tx_lock);
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c548 spin_lock(&tun_qp->tx_lock);
554 spin_unlock(&tun_qp->tx_lock);
630 spin_lock(&tun_qp->tx_lock);
632 spin_unlock(&tun_qp->tx_lock);
1373 spin_lock(&sqp->tx_lock);
1379 spin_unlock(&sqp->tx_lock);
1418 spin_lock(&sqp->tx_lock);
1420 spin_unlock(&sqp->tx_lock);
1622 spin_lock_init(&tun_qp->tx_lock);
1718 spin_lock(&tun_qp->tx_lock);
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c94 mtx_init(&ring->tx_lock, "mlx4 tx", NULL, MTX_DEF);
208 mtx_destroy(&ring->tx_lock);
976 spin_lock(&ring->tx_lock);
979 spin_unlock(&ring->tx_lock);
H A Den.h278 spinlock_t tx_lock; member in struct:mlx4_en_tx_ring
/freebsd-current/sys/dev/xen/netback/
H A Dnetback.c464 * Access must be protected by tx_lock
499 struct mtx tx_lock; member in struct:xnb_softc
652 mtx_lock(&xnb->tx_lock);
653 mtx_unlock(&xnb->tx_lock);
1188 mtx_init(&xnb->tx_lock, "xnb_tx", "xen netback tx lock", MTX_DEF);
1339 mtx_destroy(&xnb->tx_lock);
1434 mtx_lock(&xnb->tx_lock);
1460 mtx_unlock(&xnb->tx_lock);
/freebsd-current/sys/dev/ntb/
H A Dntb_transport.c171 struct mtx tx_lock; member in struct:ntb_transport_qp
644 mtx_init(&qp->tx_lock, "ntb transport tx", NULL, MTX_DEF);
797 mtx_lock(&qp->tx_lock);
799 mtx_unlock(&qp->tx_lock);
1581 mtx_lock(&qp->tx_lock);
1583 mtx_unlock(&qp->tx_lock);
/freebsd-current/sys/dev/oce/
H A Doce_queue.c254 LOCK_CREATE(&wq->tx_lock, "TX_lock");
259 M_WAITOK, &wq->tx_lock.mutex);
300 LOCK_DESTROY(&wq->tx_lock);
H A Doce_if.c657 LOCK(&wq->tx_lock);
659 UNLOCK(&wq->tx_lock);
1345 LOCK(&wq->tx_lock);
1351 UNLOCK(&wq->tx_lock);
1374 LOCK(&sc->wq[def_q]->tx_lock);
1376 UNLOCK(&sc->wq[def_q]->tx_lock);

Completed in 417 milliseconds

12