Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Denic_txrx.c110 ENIC_LOCK(softc); in enic_isc_txd_encap()
156 ENIC_LOCK(softc); in enic_isc_txd_flush()
184 ENIC_LOCK(softc); in enic_isc_txd_credits_update()
194 ENIC_LOCK(softc); in enic_isc_txd_credits_update()
241 ENIC_LOCK(softc); in enic_isc_rxd_pkt_get()
315 ENIC_LOCK(softc); in enic_isc_rxd_flush()
357 ENIC_LOCK(softc); in enic_initial_post_rx()
H A Dif_enic.c283 ENIC_LOCK(softc); in enic_attach_pre()
303 ENIC_LOCK(softc); in enic_attach_pre()
452 ENIC_LOCK(softc); in enic_msix_intr_assign()
474 ENIC_LOCK(softc); in enic_msix_intr_assign()
491 ENIC_LOCK(softc); in enic_msix_intr_assign()
509 ENIC_LOCK(softc); in enic_msix_intr_assign()
525 ENIC_LOCK(softc); in enic_msix_intr_assign()
591 ENIC_LOCK(softc); in enic_detach()
625 ENIC_LOCK(softc); in enic_tx_queues_alloc()
699 ENIC_LOCK(softc); in enic_rx_queues_alloc()
[all …]
H A Denic.h72 #define ENIC_LOCK(_softc) mtx_lock(&(_softc)->enic_lock) macro