Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arc/include/asm/
Dmmu_context.h77 goto set_hw; in get_new_mmu_context()
96 set_hw: in get_new_mmu_context()
/Linux-v6.1/drivers/net/hamradio/
Dbaycom_par.c512 char set_hw = 1; in init_baycompar() local
531 set_hw = 0; in init_baycompar()
532 if (!set_hw) in init_baycompar()
542 if (set_hw && baycom_setmode(bc, mode[i])) in init_baycompar()
543 set_hw = 0; in init_baycompar()
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()
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()
Dbaycom_epp.c1225 char set_hw = 1; in init_baycomepp() local
1251 set_hw = 0; in init_baycomepp()
1252 if (!set_hw) in init_baycomepp()
1260 if (set_hw && baycom_setmode(netdev_priv(dev), mode[i])) in init_baycomepp()
1261 set_hw = 0; in init_baycomepp()
/Linux-v6.1/net/core/
Ddrop_monitor.c1316 static int net_dm_monitor_start(bool set_sw, bool set_hw, in net_dm_monitor_start() argument
1329 if (set_hw) { in net_dm_monitor_start()
1343 static void net_dm_monitor_stop(bool set_sw, bool set_hw, in net_dm_monitor_stop() argument
1346 if (set_hw) in net_dm_monitor_stop()
1356 bool set_hw = !!info->attrs[NET_DM_ATTR_HW_DROPS]; in net_dm_cmd_trace() local
1362 if (!set_sw && !set_hw) in net_dm_cmd_trace()
1367 return net_dm_monitor_start(set_sw, set_hw, extack); in net_dm_cmd_trace()
1369 net_dm_monitor_stop(set_sw, set_hw, extack); in net_dm_cmd_trace()