Searched refs:ENIC_LOCK (Results 1 – 3 of 3) sorted by relevance
111 ENIC_LOCK(softc); in enic_isc_txd_encap()160 ENIC_LOCK(softc); in enic_isc_txd_flush()188 ENIC_LOCK(softc); in enic_isc_txd_credits_update()198 ENIC_LOCK(softc); in enic_isc_txd_credits_update()245 ENIC_LOCK(softc); in enic_isc_rxd_pkt_get()319 ENIC_LOCK(softc); in enic_isc_rxd_flush()361 ENIC_LOCK(softc); in enic_initial_post_rx()
376 ENIC_LOCK(softc); in enic_attach_pre()398 ENIC_LOCK(softc); in enic_attach_pre()554 ENIC_LOCK(softc); in enic_msix_intr_assign()576 ENIC_LOCK(softc); in enic_msix_intr_assign()594 ENIC_LOCK(softc); in enic_msix_intr_assign()612 ENIC_LOCK(softc); in enic_msix_intr_assign()628 ENIC_LOCK(softc); in enic_msix_intr_assign()695 ENIC_LOCK(softc); in enic_detach()731 ENIC_LOCK(softc); in enic_tx_queues_alloc()803 ENIC_LOCK(softc); in enic_rx_queues_alloc()[all …]
72 #define ENIC_LOCK(_softc) mtx_lock(&(_softc)->enic_lock) macro