Home
last modified time | relevance | path

Searched refs:set_hw (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arc/include/asm/
H A Dmmu_context.h77 goto set_hw; in get_new_mmu_context()
96 set_hw: in get_new_mmu_context()
/linux/net/core/
H A Ddrop_monitor.c1333 static int net_dm_monitor_start(bool set_sw, bool set_hw, in net_dm_monitor_start() argument
1346 if (set_hw) { in net_dm_monitor_start()
1360 static void net_dm_monitor_stop(bool set_sw, bool set_hw, in net_dm_monitor_stop() argument
1363 if (set_hw) in net_dm_monitor_stop()
1373 bool set_hw = !!info->attrs[NET_DM_ATTR_HW_DROPS]; in net_dm_cmd_trace() local
1379 if (!set_sw && !set_hw) in net_dm_cmd_trace()
1384 return net_dm_monitor_start(set_sw, set_hw, extack); in net_dm_cmd_trace()
1386 net_dm_monitor_stop(set_sw, set_hw, extack); in net_dm_cmd_trace()