Home
last modified time | relevance | path

Searched refs:ENIC_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/enic/
H A Denic_txrx.c144 ENIC_UNLOCK(softc); in enic_isc_txd_encap()
165 ENIC_UNLOCK(softc); in enic_isc_txd_flush()
190 ENIC_UNLOCK(softc); in enic_isc_txd_credits_update()
205 ENIC_UNLOCK(softc); in enic_isc_txd_credits_update()
251 ENIC_UNLOCK(softc); in enic_isc_rxd_pkt_get()
254 ENIC_UNLOCK(softc); in enic_isc_rxd_pkt_get()
321 ENIC_UNLOCK(softc); in enic_isc_rxd_flush()
371 ENIC_UNLOCK(softc); in enic_initial_post_rx()
H A Dif_enic.c396 ENIC_UNLOCK(softc); in enic_attach_pre()
452 ENIC_UNLOCK(softc); in enic_attach_pre()
556 ENIC_UNLOCK(softc); in enic_msix_intr_assign()
580 ENIC_UNLOCK(softc); in enic_msix_intr_assign()
598 ENIC_UNLOCK(softc); in enic_msix_intr_assign()
616 ENIC_UNLOCK(softc); in enic_msix_intr_assign()
632 ENIC_UNLOCK(softc); in enic_msix_intr_assign()
702 ENIC_UNLOCK(softc); in enic_detach()
772 ENIC_UNLOCK(softc); in enic_tx_queues_alloc()
842 ENIC_UNLOCK(softc); in enic_rx_queues_alloc()
[all …]
H A Denic.h73 #define ENIC_UNLOCK(_softc) mtx_unlock(&(_softc)->enic_lock) macro