Home
last modified time | relevance | path

Searched refs:EFSYS_LOCK (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_tunnel.c341 EFSYS_LOCK(enp->en_eslp, state); in efx_tunnel_config_udp_add()
451 EFSYS_LOCK(enp->en_eslp, state); in efx_tunnel_config_udp_remove()
511 EFSYS_LOCK(enp->en_eslp, state); in efx_tunnel_config_clear()
553 EFSYS_LOCK(enp->en_eslp, state); in efx_tunnel_reconfigure()
576 EFSYS_LOCK(enp->en_eslp, state); in efx_tunnel_reconfigure()
622 EFSYS_LOCK(enp->en_eslp, state); in efx_tunnel_reconfigure()
665 EFSYS_LOCK(enp->en_eslp, state); in ef10_tunnel_reconfigure()
H A Def10_filter.c554 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_restore()
585 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_restore()
759 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_add_execute_action()
801 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_add_execute_action()
866 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_add_internal()
939 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_add_internal()
962 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_add_internal()
972 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_add_internal()
989 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_add_internal()
1050 EFSYS_LOCK(enp->en_eslp, state); in ef10_filter_delete_internal()
[all …]
H A Drhead_tunnel.c251 EFSYS_LOCK(enp->en_eslp, state); in rhead_tunnel_reconfigure()
283 EFSYS_LOCK(enp->en_eslp, state); in rhead_tunnel_reconfigure()
H A Defx_filter.c1273 EFSYS_LOCK(enp->en_eslp, state); in siena_filter_tbl_clear()
1423 EFSYS_LOCK(enp->en_eslp, state); in siena_filter_restore()
1496 EFSYS_LOCK(enp->en_eslp, state); in siena_filter_add()
1579 EFSYS_LOCK(enp->en_eslp, state); in siena_filter_delete()
H A Defx_mcdi.c189 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_new_epoch()
275 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_request_start()
547 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
626 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_request_abort()
881 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_ev_cpl()
1011 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_ev_death()
H A Defx_nic.c1430 EFSYS_LOCK(enp->en_eslp, state); in efx_nic_dma_config_regioned_add()
1680 EFSYS_LOCK(enp->en_eslp, state); in efx_nic_dma_regioned_map()
/dpdk/drivers/common/sfc_efx/
H A Defsys.h668 #define EFSYS_LOCK(_lockp, _state) \ macro