Searched refs:set_hw (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arc/include/asm/ |
| H A D | mmu_context.h | 77 goto set_hw; in get_new_mmu_context() 96 set_hw: in get_new_mmu_context()
|
| /linux/drivers/net/hamradio/ |
| H A D | baycom_par.c | 511 char set_hw = 1; in init_baycompar() local 530 set_hw = 0; in init_baycompar() 531 if (!set_hw) in init_baycompar() 541 if (set_hw && baycom_setmode(bc, mode[i])) in init_baycompar() 542 set_hw = 0; in init_baycompar()
|
| H A D | baycom_ser_fdx.c | 593 char set_hw = 1; in init_baycomserfdx() local 607 set_hw = 0; in init_baycomserfdx() 608 if (!set_hw) in init_baycomserfdx() 618 if (set_hw && baycom_setmode(bc, mode[i])) in init_baycomserfdx() 619 set_hw = 0; in init_baycomserfdx()
|
| H A D | baycom_ser_hdx.c | 643 char set_hw = 1; in init_baycomserhdx() local 657 set_hw = 0; in init_baycomserhdx() 658 if (!set_hw) in init_baycomserhdx() 668 if (set_hw && baycom_setmode(bc, mode[i])) in init_baycomserhdx() 669 set_hw = 0; in init_baycomserhdx()
|
| /linux/net/core/ |
| H A D | drop_monitor.c | 1333 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()
|