Home
last modified time | relevance | path

Searched refs:PRIV_UNLOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c140 PRIV_UNLOCK(priv); in mlx5e_getmaxrate()
162 PRIV_UNLOCK(priv); in mlx5e_get_max_alloc()
187 PRIV_UNLOCK(priv); in mlx5e_get_dscp()
260 PRIV_UNLOCK(priv); in mlx5e_tc_maxrate_handler()
305 PRIV_UNLOCK(priv); in mlx5e_tc_rate_share_handler()
318 PRIV_UNLOCK(priv); in mlx5e_get_prio_tc()
327 PRIV_UNLOCK(priv); in mlx5e_get_prio_tc()
365 PRIV_UNLOCK(priv); in mlx5e_prio_to_tc_handler()
526 PRIV_UNLOCK(priv); in mlx5e_fec_mask_10x_25x_handler()
539 PRIV_UNLOCK(priv); in mlx5e_fec_avail_10x_25x_handler()
[all …]
H A Dmlx5_en_main.c614 PRIV_UNLOCK(priv); in mlx5e_media_change()
627 PRIV_UNLOCK(priv); in mlx5e_update_carrier_work()
1037 PRIV_UNLOCK(priv); in mlx5e_update_stats_work()
3364 PRIV_UNLOCK(priv); in mlx5e_open()
3545 PRIV_UNLOCK(priv); in mlx5e_ioctl()
3571 PRIV_UNLOCK(priv); in mlx5e_ioctl()
3749 PRIV_UNLOCK(priv); in mlx5e_ioctl()
3830 PRIV_UNLOCK(priv); in mlx5e_ioctl()
3838 PRIV_UNLOCK(priv); in mlx5e_ioctl()
4305 PRIV_UNLOCK(priv); in mlx5e_sysctl_tx_priority_flow_control()
[all …]
H A Dmlx5_en_rl.c964 PRIV_UNLOCK(priv); in mlx5e_rl_init()
1080 PRIV_UNLOCK(priv); in mlx5e_rl_cleanup()
1305 PRIV_UNLOCK(priv); in mlx5e_rl_sysctl_show_rate_table()
1633 PRIV_UNLOCK(priv); in mlx5e_rl_sysctl_handler()
H A Dmlx5_en_flow_table.c827 PRIV_UNLOCK(priv); in mlx5e_vlan_rx_add_vid()
842 PRIV_UNLOCK(priv); in mlx5e_vlan_rx_kill_vid()
1212 PRIV_UNLOCK(priv); in mlx5e_set_rx_mode_work()
1929 PRIV_UNLOCK(priv); in mlx5e_vxlan_start()
1942 PRIV_UNLOCK(priv); in mlx5e_vxlan_stop()
H A Den.h1087 #define PRIV_UNLOCK(priv) sx_xunlock(&(priv)->state_lock) macro