Home
last modified time | relevance | path

Searched refs:set_hw (Results 1 – 6 of 6) 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/drivers/net/hamradio/
H A Dbaycom_par.c511 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 Dbaycom_ser_fdx.c592 char set_hw = 1; in init_baycomserfdx() local
606 set_hw = 0; in init_baycomserfdx()
607 if (!set_hw) in init_baycomserfdx()
617 if (set_hw && baycom_setmode(bc, mode[i])) in init_baycomserfdx()
618 set_hw = 0; in init_baycomserfdx()
H A Dbaycom_ser_hdx.c643 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()
H A Dbaycom_epp.c1218 char set_hw = 1; in init_baycomepp() local
1244 set_hw = 0; in init_baycomepp()
1245 if (!set_hw) in init_baycomepp()
1253 if (set_hw && baycom_setmode(netdev_priv(dev), mode[i])) in init_baycomepp()
1254 set_hw = 0; in init_baycomepp()
/linux/net/core/
H A Ddrop_monitor.c1334 static int net_dm_monitor_start(bool set_sw, bool set_hw, in net_dm_monitor_start() argument
1347 if (set_hw) { in net_dm_monitor_start()
1361 static void net_dm_monitor_stop(bool set_sw, bool set_hw, in net_dm_monitor_stop() argument
1364 if (set_hw) in net_dm_monitor_stop()
1374 bool set_hw = !!info->attrs[NET_DM_ATTR_HW_DROPS]; in net_dm_cmd_trace() local
1380 if (!set_sw && !set_hw) in net_dm_cmd_trace()
1385 return net_dm_monitor_start(set_sw, set_hw, extack); in net_dm_cmd_trace()
1387 net_dm_monitor_stop(set_sw, set_hw, extack); in net_dm_cmd_trace()