Home
last modified time | relevance | path

Searched refs:en_eslp (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Defx_tunnel.c293 EFSYS_LOCK(enp->en_eslp, state); in efx_tunnel_config_udp_add()
313 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_add()
322 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_add()
346 EFSYS_LOCK(enp->en_eslp, state); in efx_tunnel_config_udp_remove()
370 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_remove()
379 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_remove()
393 EFSYS_LOCK(enp->en_eslp, state); in efx_tunnel_config_clear()
398 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_clear()
454 EFSYS_LOCK(enp->en_eslp, state); in ef10_tunnel_reconfigure()
456 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_tunnel_reconfigure()
H A Def10_filter.c578 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_restore()
591 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_restore()
609 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_restore()
613 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_restore()
667 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_add_internal()
712 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
742 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
766 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_add_internal()
781 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
809 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
[all …]
H A Defx_mcdi.c191 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_new_epoch()
193 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_new_epoch()
277 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_request_start()
285 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_start()
514 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
522 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
530 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
542 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
555 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
593 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_request_abort()
[all …]
H A Defx_filter.c1268 EFSYS_LOCK(enp->en_eslp, state); in siena_filter_tbl_clear()
1277 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_tbl_clear()
1418 EFSYS_LOCK(enp->en_eslp, state); in siena_filter_restore()
1442 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_restore()
1452 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_restore()
1490 EFSYS_LOCK(enp->en_eslp, state); in siena_filter_add()
1521 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_add()
1528 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_add()
1565 EFSYS_LOCK(enp->en_eslp, state); in siena_filter_delete()
1576 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_delete()
[all …]
H A Defx_nic.c306 enp->en_eslp = eslp; in efx_nic_create()
564 enp->en_eslp = NULL; in efx_nic_destroy()
H A Defx_impl.h683 efsys_lock_t *en_eslp; member