Searched refs:ENIC_UNLOCK (Results 1 – 3 of 3) sorted by relevance
144 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()
396 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 …]
73 #define ENIC_UNLOCK(_softc) mtx_unlock(&(_softc)->enic_lock) macro