Searched refs:PRIV_LOCK (Results 1 – 5 of 5) sorted by relevance
117 PRIV_LOCK(priv); in mlx5e_getmaxrate()151 PRIV_LOCK(priv); in mlx5e_get_max_alloc()178 PRIV_LOCK(priv); in mlx5e_get_dscp()233 PRIV_LOCK(priv); in mlx5e_tc_maxrate_handler()275 PRIV_LOCK(priv); in mlx5e_tc_rate_share_handler()316 PRIV_LOCK(priv); in mlx5e_get_prio_tc()340 PRIV_LOCK(priv); in mlx5e_prio_to_tc_handler()451 PRIV_LOCK(priv); in mlx5e_fec_mask_10x_25x_handler()536 PRIV_LOCK(priv); in mlx5e_fec_avail_10x_25x_handler()556 PRIV_LOCK(priv); in mlx5e_fec_mask_50x_handler()[all …]
550 PRIV_LOCK(priv); in mlx5e_media_change()624 PRIV_LOCK(priv); in mlx5e_update_carrier_work()1033 PRIV_LOCK(priv); in mlx5e_update_stats_work()3357 PRIV_LOCK(priv); in mlx5e_open()3523 PRIV_LOCK(priv); in mlx5e_ioctl()3553 PRIV_LOCK(priv); in mlx5e_ioctl()3590 PRIV_LOCK(priv); in mlx5e_ioctl()3596 PRIV_LOCK(priv); in mlx5e_ioctl()3768 PRIV_LOCK(priv); in mlx5e_ioctl()3835 PRIV_LOCK(priv); in mlx5e_ioctl()[all …]
962 PRIV_LOCK(priv); in mlx5e_rl_init()1078 PRIV_LOCK(priv); in mlx5e_rl_cleanup()1283 PRIV_LOCK(priv); in mlx5e_rl_sysctl_show_rate_table()1451 PRIV_LOCK(priv); in mlx5e_rl_sysctl_handler()
823 PRIV_LOCK(priv); in mlx5e_vlan_rx_add_vid()838 PRIV_LOCK(priv); in mlx5e_vlan_rx_kill_vid()1209 PRIV_LOCK(priv); in mlx5e_set_rx_mode_work()1925 PRIV_LOCK(priv); in mlx5e_vxlan_start()1938 PRIV_LOCK(priv); in mlx5e_vxlan_stop()
1086 #define PRIV_LOCK(priv) sx_xlock(&(priv)->state_lock) macro