Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Defx_tunnel.c363 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_add()
372 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_add()
469 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_remove()
481 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_remove()
522 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_clear()
528 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_clear()
567 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_reconfigure()
613 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_reconfigure()
627 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_reconfigure()
635 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_reconfigure()
[all …]
H A Def10_filter.c567 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_restore()
589 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_restore()
770 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_execute_action()
815 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_execute_action()
929 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
951 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
964 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
980 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
993 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
1060 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_delete_internal()
[all …]
H A Drhead_tunnel.c253 EFSYS_UNLOCK(enp->en_eslp, state); in rhead_tunnel_reconfigure()
301 EFSYS_UNLOCK(enp->en_eslp, state); in rhead_tunnel_reconfigure()
H A Defx_filter.c1282 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_tbl_clear()
1447 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_restore()
1457 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_restore()
1535 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_add()
1542 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_add()
1590 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_delete()
1594 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_delete()
H A Defx_mcdi.c191 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_new_epoch()
283 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_start()
555 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
563 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
575 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
588 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
645 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_abort()
887 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_ev_cpl()
893 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_ev_cpl()
1032 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_ev_death()
H A Defx_nic.c1456 EFSYS_UNLOCK(enp->en_eslp, state); in efx_nic_dma_config_regioned_add()
1465 EFSYS_UNLOCK(enp->en_eslp, state); in efx_nic_dma_config_regioned_add()
1690 EFSYS_UNLOCK(enp->en_eslp, state); in efx_nic_dma_regioned_map()
1697 EFSYS_UNLOCK(enp->en_eslp, state); in efx_nic_dma_regioned_map()
/dpdk/drivers/common/sfc_efx/
H A Defsys.h675 #define EFSYS_UNLOCK(_lockp, _state) \ macro